body
{
	background: #FFFFFF;
	margin: 0;
	text-align: center;
}

div
{
	font: 13px verdana;
}

a
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

#main
{
	width: 1003px;
	text-align: left;
}

#header
{
	display: inline;
	background: #FFFFFF url('images/header.gif') no-repeat;
	float: left;
	height: 110px;
	width: 1003px;
}

#header-left-side
{
	display: inline;
	float: left;
	width: 240px;
	height: 75px;
	margin: 10px 0 5px 10px;
}

#header-right-side
{
	display: inline;
	float: right;
	width: 728px;
	height: 75px;
	margin: 10px 10px 5px 0;
}

#top
{
	display: inline;
	background: url('images/top-wrap.gif') no-repeat;
	float: left;
	height: 32px;
	width: 1003px;
	padding: 8px 0 0 0;
	text-align: center;
}

#mid
{
	display: inline;
	background: url('images/mid-wrap.gif');
	float: left;
	width: 983px;
	padding: 0 10px 0 10px;
	text-align: left;
}

#bot
{
	display: inline;
	background: url('images/bot-wrap.gif') no-repeat;
	float: left;
	height: 60px;
	width: 1003px;
	padding: 10px 0 0 0;
}

#left-pan
{
	display: inline;
	float: left;
	width: 214px;
}

#right-pan
{
	display: inline;
	float: right;
	width: 764px;
}

#center
{
	display: inline;
	float: left;
	width: 545px;
}

#right
{
	display: inline;
	float: right;
	width: 214px;
}

.sidemenu-top
{
	display: inline;
	background: url('images/side-top.gif') no-repeat;
	float: left;
	width: 189px;
	height: 31px;
	padding: 19px 10px 5px 15px;

}

.sidemenu-mid
{
	display: inline;
	background: url('images/side-mid.gif');
	float: left;
	width: 214px;
}

.sidemenu-bot
{
	display: inline;
	background: url('images/side-bot.gif') no-repeat;
	float: left;
	width: 214px;
	height: 15px;
}

.contentbox-top
{
	display: inline;
	background: url('images/content-top.gif') no-repeat;
	float: left;
	width: 520px;
	height: 31px;
	padding: 19px 10px 5px 15px;
}

.contentbox-mid
{
	display: inline;
	background: url('images/content-mid.gif');
	float: left;
	width: 535px;
	padding: 5px;
}

.contentbox-bot
{
	display: inline;
	background: url('images/content-bot.gif') no-repeat;
	float: left;
	width: 545px;
	height: 15px;
}

.contentbox-head
{
	display: inline;
	float: left;
	width: 535px;
}

.contentbox-foot
{
	display: inline;
	float: left;
	width: 535px;
	margin: 5px 0 0 0;
	text-align: center;
}

.contentbox-wrap
{
	display: inline;
	float: left;
	width: 535px;
}

.contentbox a
{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	float: left;
	width: 523px;
	padding: 5px;
	margin: 5px 0 0 0;
	color: #000000;
}

.contentbox a:hover
{
	background: #EEEEEE;
	border: 1px solid #EEEEEE;
	color: #000000;
}

.contentbox .thumb
{
	border: 1px solid #000000;
	margin: 0 5px 0 0;
	float: left;
}

#top a
{
	padding: 5px 10px 5px 10px;
	color: #000000;
}

#top a:hover
{
	color: #FFFFFF;
}

#bot a
{
	padding: 5px;
	color: #000000;
}

#bot a:hover
{
	color: #CC0000;
}

ul
{
	padding: 0;
	margin: 0;
}

li
{
	list-style-type: none;
	background: url('images/bullet.gif') no-repeat 5px 4px;
	padding: 0 0 0 20px;
}

input, textarea, select
{
	background: #FFFFFF;
	border: 1px solid #FFCC33;
	font: 13px verdana;
	color: #000000;
}