@charset "UTF-8";

/* **************************************
*Since: 2007-8-16
*Modified: 2007-0-00
************************************** */


/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h2,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color: #333;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
	text-align:center;
	background:url(../common/bg_body.gif) repeat-y center;
	/*\*/ padding:0px 0px 0px 0px !important; /**/
	/*\*/ padding:0px 0px 0px 1px; /**/
	/*\*//*/ padding:0px 0px 0px 0px; /**/
}

html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
}

.clear{
	clear:left !important;
}


/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color:#000;
}

a:hover {	
	text-decoration: nono;
	color:#FF0000;
}


/* clearFix
---------------------------------------------------------------------------------------- */
.clearFix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearFix{
	display:inline-block;
}

/*\*/ * html .clearFix{
	height:1%;
} /**/

/*\*/ .clearFix{
	display:block;
} /**/



/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper{
	width:964px;
	margin:0px auto;
}

#wrapper h1{
	font-size:8px;
	color:#FFF;
}


/* mainContent
---------------------------------------------------------------------------------------- */
#mainContent{
	width:960px;
	height:574px;
	margin:5px 2px 3px 2px;
}


/* footer
---------------------------------------------------------------------------------------- */
#footer {
width:964px;
	height:20px;
	background:url(../common/bg_footer.gif) repeat-x top #FFF;
	font-size:10px;
	padding:5px 0px;
	float:left;
}

#footer span{
float:left;
	padding:2px 10px 0px 10px;
}

#footer span img{
float:left;
margin:0px 5px 0px 0px;
}

#footer p{
float:left;
}

#footer address{
float:right;
	padding:0px 10px 0px 0px;
}