body
{
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #000000;
}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	 display: none;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.gone {text-decoration: line-through;}
.red {color: Red;}
/*----------------
Wrapper
----------------*/
#wrapper
{
	width: 100%;
}
/*----------------
Top
----------------*/
#top_wrapper
{
	width: 100%;
	height: 160px;
	background: url(../_img/top_bg.jpg) repeat-x;
}
#top_inner
{
	margin: 0px auto;
	width: 810px;
}
/*----------------
Header
----------------*/
#header
{
	float: left;
	width: 280px;
	height: 129px;
	overflow: hidden;
}
*html #header img {
	display: none;
}
*html #header {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/headerlogo.png', sizingMethod='crop');
}
/*----------------
Menu
----------------*/
#menu
{
	float: left;
	margin: 0px;
	margin-top: 5px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
	font-size: 20px;
}
#menu li
{
	float: left;
	margin: 0px;
	padding: 0px 8px;
	line-height: 84px;
	height: 84px;
	overflow: hidden;
}
#menu li a
{
	color: #FFFF00;
	text-decoration: none;
}
/*----------------
Content
----------------*/
#content
{
	margin: 0px auto;
	width: 790px;
	padding: 0px 10px;
	min-height: 250px;
}
#content a
{   
	color: #000000;
}
/*----------------
Bottom
----------------*/
#bottom_wrapper
{
	width: 100%;
	height: 100px;
	background: url(../_img/bottom_bg.jpg) repeat-x;
}
#bottom_inner
{
	margin: 0px auto;
	width: 810px;
	height: 100px;
	overflow: hidden;
}
/*----------------
Footer
----------------*/
#footer
{
	width: 810px;
	color: #FFFF00;
}
#footer a
{
	color: #FFFF00;
	text-decoration: none;
}
#footer #gpiks
{
    position: absolute;
	margin-top: 18px;
	width: 210px;
	height: 39px;
	overflow: hidden;
}
#footer_left
{
    position: absolute;
	margin-top: 68px;
	margin-left: 112px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
#footer_right
{
    position: absolute;
	margin-top: 68px;
	margin-left: 668px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
#footer_left span, #footer_right span
{
    font-size: 14px;
    font-weight: normal;
}
/*----------------
Bottom
----------------*/
#bottom
{
	margin: 0px auto;
	padding: 10px 0px;
	width: 800px;
}
#b_left
{
    float: left;
    width: 450px;
    font-size: 10px;
    color: #666666;
}
#b_left a
{
    color: #666666;
}
#b_right
{
    float: right;
    width: 350px;
    text-align: right;
}