a {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
p {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin: 18px 0px 0px 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style:italic;
	color: #FFFFFF;
	line-height: 1;
	margin:-2px 0px 0px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1;
	margin: 20px 0px 0px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1;
	margin: 16px 0px 0px 0px;
	padding: 10px 0 0 0;
	border-top: 1px solid #6e6e6e;
}
#main ul {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin: 0;
}
#main li  {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin: 0.25em 0em 0em 0em;
}
#main li.first  {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin: 0.5em 0em 0em 0em;
}
#wrap {
	width:100%;
	margin:0 auto;
}
#header {
	height:160px;
	margin:0;
	padding:0;
	background-image:url(/img/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#curtains {
	background-image: url(/img/curtains.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}
#columns {
	width:960px;
	margin:0 auto;
}
#sidebar {
	float:left;
	width:240px;
	padding:0;
	margin: 32px 0px 0px 40px;
	display: inline;
}
#nav {
	margin:27px 0;
}
#main {
	float:left;
	width:600px;
	padding:0;
	margin: 32px 40px 0px 40px;
	display: inline;
}
#footer {
	clear:both;
	padding: 45px 0 30px 0;
	margin: 0;
	background-color:#000000;
	background-image:url(/img/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#footer p {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}