@charset "utf-8";
/* CSS Document */
body
{
		font-family:Arial;
		font-size:14px;
		color:3f1401;
		background:#eed8c5;
}


h1
{
	color:/*#3f1401*/white;
	font-size:14px;
}

p, td
{
	color:#3f1401;
	font-size:12px;
	line-height:150%
}

a
{
	color:#ccc;
	text-decoration:none;
}

a:hover
{
	color:#8bc5f3;
	text-decoration:none;
}

img
{
	border:none;
}

#container
{
	width:1057px;
	min-height:720px;
	margin:10px auto 0px auto;
	background:url(../_images/container-bg-repeater.jpg) repeat-y left top;}

#header
{
	padding:0px 0px 0px 60px;
	width:250px;

	
}

#right
{
	width:320px;
	float:right;
	margin:28px 44px 0px 0px;
	min-height:600px;
	background:url(/_images/right-bg.jpg) no-repeat right top;

	
}

#contentContainer
{
	width:626px;
	margin:16px 0px 0px 66px;
	background:url(/_images/content-repeater.jpg) left top repeat-y;
}



#content
{
	
	min-height:356px;
	
}

#bottom
{
	background:url(/_images/bottom.jpg) top left no-repeat;
	height:182px;
	
}

#nav
{
	padding:20px 0px 0px 60px;
	margin:0px;
}

#nav ul
{
	list-style:none;
	padding:0px;
	margin:0px;

	
}

#nav li
{
	display:inline;
	padding:0px 4px 0px 4px;
	color:white;

}

#nav a
{
	color:white;
	text-decoration:none;
}

#nav a:hover
{
	color:#8bc5f3
}

#footer
{
	margin:0px auto 0px auto;
	width:1057px;
	clear:both;
	height:87px;
	background:url(/_images/container-bg-bottom.jpg) no-repeat left top;
	
}

#links
{
	margin:-40px auto 0px auto;
	width:1057px;
	text-align:right;
	padding:0px 100px 0px 0px;
}

#links a 
{
	font-size:10px;
	font-weight:bold;
	color:#3f1401;
	text-decoration:none;
	
}

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

#spacer
{
	padding:0px 30px 0px 30px;
}