@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/images/background.png);
	background-repeat:repeat-x;
	background-color:#fdeedd;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px; 
	color:#41120C;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
} 
#wrapper {
	width:912px;
	margin-left:auto; 
	margin-right:auto;
}
#logo {
	float:left;
	width:912px;
	height:160px;
}
#banner {
	float:left;
	width:912px;
	height:290px;
}
#slider {
	float:left;
	width:912px;
	height:400px;
}
#nav {
	width:912px; 
	height:45px;
	float:left;
}
#content {
	width:892px;
	float:left;
	padding:10px;
	min-height:280px;
}
#footer{
	border-top:1px solid #41120c;
	width:912px;
	height:30px;
	padding:10px 0;
	text-align:center;
	color:#41120C;
	font-size:11px;
	float:left;
}
H1 {
	color: #41120C; 
	font-size: 18px;
	font-weight: normal;
	padding-top:5px;
} 
H2 {
	color: #41120C; 
	font-size: 16px;
	font-weight: bold;
} 
H3 {
	color: #41120C; 
	font-size: 14px;
	font-weight: bold;
} 
H4 {
	color: #41120C; 
	font-size: 12px;
	font-weight: bold;
} 
a:link, a:visited { 
	color: #41120C; 
	text-decoration: underline;
} 
a:hover { 
	text-decoration: none; 
	color: #41120C;
}
.nav {
	font-size:15px;
	height:40px;
	vertical-align:middle;
	padding:3px 18px 0px;
	cursor:pointer;
color:#E9CBA9;
}
.nav-on {
	font-size:15px;
	height:40px;
	background-image:url(/images/nav-on.png);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:middle;
	padding:3px 18px 0px;
	cursor:pointer;
color:#E9CBA9;
}
a. {
	cursor:pointer;
}
hr {border-color:#41120C; border-width:1px;}
