@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:16px;
}
.pngfix {
	behavior: url("iepngfix/iepngfix.htc")
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}
p {
	padding:0.5em 0;
	background:transparent !important;
}
body {
	background:url(images/page-bg.gif);
}
h2 {
	font-size:18px;
	color:#870708;
}
#content {
	padding:0 0;
	width:978px;
	margin:auto;
	background:url(images/content-bg.gif) center;
	background-repeat:repeat-y;
}
#header {
	background:url(images/header-bg.png) no-repeat;
	height:382px;
}
#logo {
	padding-top:16px;
	padding-left:32px;
}
#header h1 {
	float:right;
	font-size:28px;
	font-weight:normal;
	padding-top:24px;
	padding-right:32px;
}
#header-photo {
	width:970px;
	margin:auto;
	background:url(images/homepage-photo.jpg) no-repeat;
	height:282px;
}
#header-overlay {
	width:970px;
	margin:auto;
	background:url(images/header-overlay.png) no-repeat;
	height:282px;
}
#menu-list {
	list-style:none;
	padding-left:46px;
	padding-top:44px;
}
#menu-list li {
	border:0px solid white;
	margin-bottom:3px;
	padding-left:8px;
	width:108px;
	height:25px;
}
#menu-list li a {
	line-height:24px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
#menu-list a:hover {
	color:#333333;
}
#page {
	background:url(images/content-bg.gif) repeat-y center;
}
#page-left {
	float:left;
	margin-left:40px;
	width:520px;
	padding:10px;
	background:white;
	border:1px solid #333333;
}
#page-left ul {
	margin-left:30px;
	padding-bottom:8px;
}
#page-left ul li {
	padding-bottom:8px;
}
#page-right {
	margin-left:50px;
	float:left;
	width:304px;
	background:url(images/red-bg.gif);
}	
#page-right-top {
	width:304px;
	height:6px;
	background:url(images/red-top.gif) no-repeat;
}
#page-right-bottom {
	width:304px;
	height:6px;
	background:url(images/red-bottom.gif) no-repeat;
}
#page-right-content h3 {
	color:white;
	padding:10px;
	padding-left:20px;
}
#page-right-content h4 {
	color:white;
	padding:10px;
	padding-left:20px;
}
#page-right-content p {
	font-style:italic;
	color:white;
	padding:12px;
	padding-left:30px;
}

#footer {
	padding-top:0px;
	background:#FFFFFF url(images/footer-bg.png) center no-repeat;
	width:950px;
	margin:auto;
	height:90px;
}
#footer ul {
	padding-left:25px;
	list-style:none;
}
#footer li {
	display:inline;
}
#footer li,#footer li a {
	font-size:12px;
	text-decoration:none;
	color:#666666;
}
#footer li a:hover {
	color:#333333;
}	
#eset {
	padding-right:10px;
	padding-top:10px;
	float:right;
}
#eset div {
	text-align:center;
	color:#666666;
	font-size:11px;
}
#query {
	display:none;
}

