body
{
	background: #FFFFFF;
	margin: 0;
	text-align: center;
}

div
{
	font: 13px verdana;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #CC6633;
	text-decoration: underline;
}

#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: 250px;
	height: 75px;
	margin: 15px 0 0 10px;
}

#header-right
{
	display: inline;
	float: right;
	width: 728px;
	height: 75px;
	margin: 15px 10px 0 0;
}

#top-wrap
{
	display: inline;
	background: url('images/top-wrap.gif') no-repeat;
	float: left;
	height: 30px;
	width: 1003px;
	padding: 15px 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: 50px;
	width: 1003px;
}

#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: 214px;
	height: 32px;
	padding: 8px 0 0 0;
	text-align: center;
}

.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: 25px;
}

.content-top
{
	display: inline;
	background: url('images/content-top.gif') no-repeat;
	float: left;
	width: 545px;
	height: 32px;
	padding: 8px 0 0 0;
	text-align: center;
}

.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: 25px;
}

.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;
	text-decoration: none;
}

.content .thumb
{
	border: 1px solid #000000;
	margin: 0 5px 0 0;
	float: left;
}

#top-wrap a
{
	padding: 5px 10px 0 10px;
	color: #000000;
}

#top-wrap a:hover
{
	color: #0000CC;
	text-decoration: none;
}

#bot-wrap a
{
	padding: 5px;
	color: #000000;
}

#bot-wrap a:hover
{
	color: #0000CC;
	text-decoration: none;

}

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 #A1C2EB;
	font: 13px verdana;
	color: #000000;
}