body,td,p,div
{
	font-family:verdana;
	font-size:12px;
}
a
{
	color:#0000ff;
}
#top
{
	background-image:url("images/logo.gif");
	background-repeat:no-repeat;
	width:950px;
	height:163px;
}	
body
{
	margin:0px;
	text-align:center;
	background-color:#504146;
}
#container
{
	text-align:left;
	width:950px;
	margin:auto;
}
#leftbg
{
	float:left;
	background-image:url("images/left.gif");
	background-repeat:repeat-y;
	position:relative;
}
#rightbg
{
	background-position:right;
	background-image:url("images/right.gif");
	background-repeat:repeat-y;
	float:right;
	background-color:#ffffff;
}
#main
{
	width:950px;
}
#padding
{
	padding:30px 80px 10px 40px;
}
#footer
{
	background-image:url("images/footer.gif");
	background-repeat:no-repeat;
	width:950px;
	height:52px;
}
#navbox
{
	position:absolute;	
	left:28px;
	width:862px;
}
#navigation
{
	list-style:none;
	margin:0px;
	padding:0px;
}
#navigation li
{
	float:left;
}
img
{
	border:0px;
}
.rightbox
{
	float:right;
	text-align:center;
}
.rightboxsub
{
	float:right;
	text-align:left;
}