/* ---------------------

basic layout

--------------------- */
* {
	font-family: Arial, Helvetica, sans-serif;
}

.waterbody {
	background:#E8E8E8 url(../images/bg_body.jpg) repeat left top;
	margin:0;
	color:#333333;
}

div, td, p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a, a:link, a:active, a:visited {
	color:#ffffff;
}

a:hover {
	color:#96C600;
}


ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-position: inside;
}

/** To center the objects **/

.center {
	text-align:center!important;
}

/** clear the banner to make it sit in the bottom **/

.clear {
	clear:both;
}

/* ----template layout--------------------- */

/** wrapper to make the page center **/

#container {
	width:800px;
	margin: 0px auto;
	padding:0;
	text-align: left;
}

/**
hold background, it should be float:left
that's way we can not put it in #container
**/

#containerbg {
	width: 800px;
	background:transparent url(../images/3bg_inside.jpg) repeat-y left top;
	float:left;
}

#outerleft {
	position:relative;
	float:left;
	clear:left;
	width:590px;
}

#outerright {
	position:relative;
	width:170px;
	float:right;
	clear:right;
}

#logo {
	position:relative;
	width:100%;
	height:74px;
	float:left;
	background:#FFFFFF url(../images/bg_header.jpg) no-repeat left top;
	background-color: #000000;
}


/** div container for mainbody **/

#content_main {
	position:relative;
	float:left;
	width:800px;
	margin:20px 20px 20px 20px;
	background-color: transparent;
	overflow:auto;
	word-wrap:break-word;
}








a.pagenav:link ,
{
	text-decoration: none !important;
	border-bottom: 1px dotted #000000 !important;
}

a.pagenav:hover ,
a.pagenav_next:hover,
a.pagenav_pre:hover,
div.back_button a:hover {
	text-decoration: none !important;
	border-bottom: 1px solid #000000 !important;
}

#bottompadding	{

	position:relative;

	width:900px;

	display:block;

	height:0px;

	margin-top:-100px;

}




#bottompadding	{

	position:relative;

	width:760px;

	display:block;

	height:20px;

	margin-top:-100px;

}
