body
{
	margin:0;
	font-size:12px;
	text-align:center;
	background-image:url(../images/bg.gif);
	}
a:link,a:visited,a:active
{
	color:Black;
	text-decoration:none;
	}
a:hover
{
	color:Red;
	text-decoration:underline;
	}
#warp
{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background-color:White;
	height:auto;
	text-align:center;
	}
#mastertop
{
	margin-top:5px;
	height:116px;
	width:968px;
	overflow:hidden;	
	border:solid 1px #DFDFF7;
	background-image:url(../images/topbg.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	}
#mastertop #top
{
	height:25px;
	width:100%;
	line-height:25px;
	text-align:right;
	}
#mastertop #mainmenu
{
	width:960px;
	margin-top:12px;
	height:56px;
	margin-left:auto;
	margin-right:auto;	
	background-image:url(../images/menubg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
#mainmenu ul
{
	list-style:none;
	height:25px;
	line-height:25px;
	margin:0;
	padding:0;
	margin-left:170px;
	}
#mainmenu ul .on
{
	width:80px;
	float:left;
	background-image:url(../images/menubg1.jpg);
	}
#mainmenu ul .off
{
	width:80px;
	float:left;
	}
#mainmenu #searchdiv
{
	height:30px;
	width:100%;
	}
#mainmenu input
{
	border:solid 1px gray;
	margin-top:3px;
	}

#mastertop #marqtitle
{
	height:25px;
	width:100px;
	line-height:25px;
	text-align:right;
	color:Red;
	overflow:hidden;
	float:left;
	}
#mastertop #marqbody
{
	height:25px;
	width:860px;
	line-height:25px;
	text-align:left;
	color:Black;
	float:left;
	}
#contentbody
{
	height:auto;
	min-height:550px;
	float:left;
	height:550px;
	}
#copyright
{
	height:140px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border-top:solid 1px #C5C5C5;
	}