@charset "utf-8";

html
{
	background: url("gfx/header-bg.gif") top center repeat-x;
	background-color:#fdf0e5;
}

body
{
	border:0;
	margin:0;
	padding:0;
	color:#000000;
	font-family:Arial, sans-serif;
	background-position: 20px 0;
	text-align:center;
	background: url("gfx/bg.gif") repeat-x;
}

a, img, h1, h2, h3, p, ul, li
{
	border:0;
	margin:0;
	padding:0;
	font-weight:normal;
}

ul
{
	list-style-type:none;
}

#header
{
	position:relative;
	top:0;
	width:980px;
	margin:auto;
	height:225px;background: url("gfx/header-logo.gif") top center no-repeat;
}

#content
{
	text-align:left;
	position:relative;
	top:20px;
	width:960px;
	margin:auto;
	border-left:20px #ffffff solid;
}

#content #left
{
	background-color:#fdf0e5;
	width:620px;
	clear:left;
	float:left;
	padding-top:15px;
	border-bottom:5px #fdf0e5 solid;
}

#content #right
{
	background-color:#fdf0e5;
	width:300px;
	float:left;
	margin-left:20px;
	padding-top:15px;
	border-bottom:5px #fdf0e5 solid;
}

#content p
{
	color:#000000;
	line-height:20px;
	font-size:14px;
	padding: 0 20px 0 20px;
}

#content h1
{
	color:#ed6a00;
	line-height:40px;
	font-size:34px;
	margin-top:-7px;
	padding-bottom:22px;
}

#content h2
{
	color:#000000;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	padding: 0 20px 10px 20px;
}

#content h3
{
	color:#ed6a00;
	line-height:24px;
	font-size:18px;
	font-weight:bold;
	padding: 0 20px 9px 20px;
	margin-top:-1px;
}

#content p, #content ul
{
	padding-bottom:10px;
}

#content li
{
	padding-left:40px;
	line-height:20px;
	font-size:14px;
}

#content span
{
	color:#ed6a00;
}

#content a
{
	text-decoration:underline;
	color:#000000;
}

#content a:hover
{
	text-align:left;
	text-decoration:none;
	color:#000000;
}

#footer1
{position:relative;
	background: url("gfx/footer-bg.gif") top center repeat-x;
	background-position: 26px 0;
	background-color:#fdf0e5;
	height:80px;
	width:100%;
	margin:auto;
	text-align:left;
	clear:left;
	z-index:6;
}

#footer2
{position:relative;top:10px;z-index:5;
	background: url("gfx/footer-bg.gif") top center repeat-x;
	background-position: 26px 0;
	background-color:#fdf0e5;
	height:10px;
	width:980px;
	margin:auto;
	text-align:left;
	clear:left;
	margin-top:342px;

}


#footer
{
	position:relative;top:-75px;
	left:-252px;
	height:20px;
	z-index:7;
}

#footer p
{
	color:#ed6a00;
	line-height:20px;
	font-size:14px;
	padding: 40px 25px 0 20px;
	width:940px;
	margin:auto;
}

#footer a
{
	text-decoration:underline;
	color:#ed6a00;
}

#footer a:hover
{
	text-align:left;
	text-decoration:none;
	color:#ed6a00;
}