﻿body {
	margin: 0px;
	background: url('../images/bg.jpg') top center;
	font-size: 11px;
	font-family: Georgia;
}

#wrapper {
	width: 887px;
}

#header {

	height: 90px;
	background: url('../images/top-bg.jpg') no-repeat;
}

#nav {
	float: right;
	margin-right: -2px;
	margin-top: 16px;
}

#left {
	width: 500px;
	float: left;
	position:relative;
}

#left2 {
	width: 610px;
	float: left;
	position:relative;
	padding-left: 0px;
	left: -30px;
	top: 50px;
}

h2 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	color: #740000;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}



#right {
	float: left;
	position: relative;
	padding-left: 35px;
	width: 255px;
}

.clearfix {  
    content: ".";  
    display: block;  
    clear: both;  
    visibility: hidden;  
    line-height: 0;  
    height: 0;  
} 

img {
	border: none;
}

*html img {
	vertical-align: bottom;
}

p {
	margin: 0px;
	padding: 0px;
}

#bottom {
	height: 268px;
	background: url('../images/bottom-bg.jpg') no-repeat;
	text-align: left;
}

#footer {
	color: #efe5d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}




#bottle {
	float: left;
	position: relative;
	left: 70px;
	width: 130px;
	font-size: 11px;

}

#note {
	float: left;
	position: relative;
	left: 340px;
	top: 50px;
	width: 380px;
	text-align: justify;
	line-height: 18px;
}

#page {
	background: url('../images/inner-bg.jpg') repeat-y;
}

#content {
	background: url('../images/inner-top.jpg') no-repeat;
	min-height: 500px;
	padding: 0px;
	text-align: justify;
	padding-left: 55px;

}


#content2 {
	background: url('../images/inner-top.jpg') no-repeat;
	min-height: 500px;
	padding: 0px;
	text-align: justify;
	padding-left: 55px;
	padding-top: 30px;

}



*html #content {
width: 877px;
height: 500px;
}


#homelink {
	width: 350px;
	height: 60px;
	float:left;
	position: absolute;
	top: 10px;
}


*html #homelink {
	margin-left: -190px;
}

*+html #homelink {
	margin-left: -190px;
}


IMG.center {
	display: block;
    margin-left: auto;
    margin-right: auto	
}

#sidebar {
	float: left;
	position:relative;
	background: url('../images/sb-bg.jpg') repeat-y;
	width: 203px;
	margin-top: 0px;
	text-align: center;
	top:-0px;
	left: -55px;

}



#sb {
	background: url('../images/sb-top.jpg') no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 210px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	position: relative;
	width: 173px;
}

#sb a{
	color:#0e0e0e;
	text-decoration: none;

}

#sb a:hover {
	color:#ff3c00;
}

.footer {
	float:left;
	top: 0px;
	position: relative;
}

*+html .footer {
	top: 5px;
}

.footer2 {
	float:left;
	top: 15px;
	position: relative;
}



*+html .footer {
	float:left;
	top: 0px;
	position: relative;
}

.title {
	float:left;
	position:absolute;
	text-align: center;
	width: 173px;
	top: 38px;
}


*html .title {
	float:left;
	position:absolute;
	text-align: center;
	width: 173px;
	top: 38px;
	left: 10px;
}


*+html .title {
	float:left;
	position:absolute;
	text-align: center;
	width: 173px;
	top: 38px;
	left: 10px;
}




.title h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia;
	color: #0e0e0e;
}

h1 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #261804;
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	color:#ff3c00;
}