body
{
	background: #FFF url(images/bg.gif) repeat-x;
	font: 13px trebuchet ms, tahoma, verdana;
	margin: 0;
}

a
{
	color: #0000CC;
	text-decoration: none;
}

a:hover
{
	color: #CC0000;
}

#header-bg
{
	background: #FFF url(images/header.gif) repeat-x;
}

#header
{
	width: 1003px;
	height: 180px;
	margin: auto;
}

#header .text
{
	height: 27px;
	float: left;
	color: #FFF;
	margin-top: 8px;
}

#header .search
{
	float: right;
	background: url(images/search.gif) no-repeat;
	width: 200px;
	height: 25px;
	margin-top: 5px;
}

#header .input
{
	border: 0;
	background: transparent;
	width: 190px;
	padding: 5px;
}

#header .logo
{
	float: left;
	margin-bottom: 5px;
}

#header .ad
{
	float: right;
	background: #FFF;
	width: 748px;
	height: 95px;
	padding-top: 5px;
	text-align: center;
}

#header .navigation
{
	height: 28px;
	text-align: center;
	padding-top: 12px;
}

#header .navigation ul
{
	list-style: none;
	padding: 0px;
	margin: 0;
}

#header .navigation ul li
{
	display: inline;
}

#header .navigation ul li a
{
	color: #000;
	padding: 5px 15px 5px 15px;
}

#header .navigation ul li a:hover
{
	color: #FFF;
	background: #CC6633;
}

#body
{
	background: url('images/mid.gif') repeat-y;
	width: 983px;
	margin: auto;
	padding: 5px 10px 5px 10px;
}

#left-side
{
	float: left;
	width: 214px;
}

#right-side
{
	float: right;
	width: 764px;
}

#left-side ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#left-side ul li
{
	background: url('images/bullet.gif') no-repeat 5px 4px;
	padding: 0 0 0 20px;
}

.side-top
{
	background: url('images/side-top.gif') no-repeat;
	width: 154px;
	height: 40px;
	padding: 10px 10px 5px 50px;
}

.side-mid
{
	background: url('images/side-mid.gif');
	width: 214px;
}

.side-bot
{
	background: url('images/side-bot.gif') no-repeat;
	width: 214px;
	height: 25px;
}

.content-top
{
	background: url('images/content-top.gif') no-repeat;
	width: 704px;
	height: 45px;
	padding: 5px 10px 5px 50px;
}

.content-mid
{
	background: url('images/content-mid.gif');
	width: 754px;
	padding: 5px;
}

.content-bot
{
	background: url('images/content-bot.gif') no-repeat;
	width: 764px;
	height: 25px;
}

.content-foot
{
	width: 754px;
	margin: 15px 0 0 0;
	text-align: center;
}

.content
{
	float: left;
	text-align: center;
}

.content a
{
	display: block;
	width: 138px;
	padding: 5px;
	margin: 1px;
}

.content .thumb
{
	border: 1px solid #000000;
}

#footer-bg
{
	background: #FFF url('images/footer.gif') repeat-x;
}

#footer
{
	width: 1003px;
	min-height: 250px;
	margin: auto;
	padding: 10px 0 0 0;
	text-align: center;
}

.clear
{
	clear: both;
}

h1
{
	margin: 0;
	font: bold 20px trebuchet ms, tahoma, verdana;
}


form
{
	margin: 0;
}