body
{
	background: #FFFFFF;
	margin: 0;
	text-align: center;
}

div
{
	font: 13px verdana;
}

a
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

#main-wrap
{
	width: 1003px;
	text-align: left;
}

#header-wrap
{
	display: inline;
	background: #FFFFFF url('images/header.gif') no-repeat;
	float: left;
	height: 110px;
	width: 1003px;
}

#header-left
{
	display: inline;
	float: left;
	width: 240px;
	height: 70px;
	margin: 10px 0 10px 10px;
}

#header-right
{
	display: inline;
	float: right;
	width: 728px;
	height: 70px;
	margin: 10px 10px 10px 0;
}

#top-wrap
{
	display: inline;
	background: url('images/top-wrap.gif') no-repeat;
	float: left;
	height: 25px;
	width: 1003px;
	padding: 10px 0 0 0;
	text-align: center;
}

#mid-wrap
{
	display: inline;
	background: url('images/mid-wrap.gif');
	float: left;
	width: 983px;
	padding: 0 10px 0 10px;
	text-align: left;
}

#bot-wrap
{
	display: inline;
	background: url('images/bot-wrap.gif') no-repeat;
	float: left;
	height: 60px;
	width: 1003px;
	padding: 10px 0 0 0;
}

#left-wrap
{
	display: inline;
	float: left;
	width: 214px;
}

#right-side
{
	display: inline;
	float: right;
	width: 764px;
}

#center-wrap
{
	display: inline;
	float: left;
	width: 545px;
}

#right-wrap
{
	display: inline;
	float: right;
	width: 214px;
}

.side-top
{
	display: inline;
	background: url('images/side-top.gif') no-repeat;
	float: left;
	width: 194px;
	height: 22px;
	padding: 8px 10px 5px 10px;
}

.side-mid
{
	display: inline;
	background: url('images/side-mid.gif');
	float: left;
	width: 214px;
}

.side-bot
{
	display: inline;
	background: url('images/side-bot.gif') no-repeat;
	float: left;
	width: 214px;
	height: 15px;
}

.content-top
{
	display: inline;
	background: url('images/content-top.gif') no-repeat;
	float: left;
	width: 525px;
	height: 22px;
	padding: 8px 10px 5px 10px;
}

.content-mid
{
	display: inline;
	background: url('images/content-mid.gif');
	float: left;
	width: 535px;
	padding: 5px;
}

.content-bot
{
	display: inline;
	background: url('images/content-bot.gif') no-repeat;
	float: left;
	width: 545px;
	height: 15px;
}

.content-head
{
	display: inline;
	float: left;
	width: 535px;
}

.content-foot
{
	display: inline;
	float: left;
	width: 535px;
	margin: 5px 0 0 0;
	text-align: center;
}

.content-wrap
{
	display: inline;
	float: left;
	width: 535px;
}

.content a
{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	float: left;
	width: 523px;
	padding: 5px;
	margin: 5px 0 0 0;
	color: #000000;
}

.content a:hover
{
	background: #EEEEEE;
	border: 1px solid #EEEEEE;
	color: #000000;
}

.content .thumb
{
	border: 1px solid #000000;
	margin: 0 5px 0 0;
	float: left;
}

#top-wrap a
{
	padding: 5px 10px 5px 10px;
	color: #000000;
}

#top-wrap a:hover
{
	color: #CC0000;
}

#bot-wrap a
{
	padding: 5px;
	color: #000000;
}

#bot-wrap 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 #4EAD04;
	font: 13px verdana;
	color: #000000;
}