@charset "utf-8";

/*-------------------------------------
Global Style

version:	1.0
author:		Shawphy
email:		shawphy@gmail.com
website:	http://shawphy.com/
-------------------------------------*/

/* =Reset
-------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,th,td,*{
    margin: 0;
	padding: 0;
	outline: 0;
	font-family:Verdana,Tahoma,Arial,sans-serif,"宋体";
	color:#000;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}
ul,ol,li{
    list-style: none;
}
a,a:link,a:visited{
	color:blue;
}
a:hover{
	color:red;
	background: #eee;
}
a:active{
	color:black;
}

.clear {
	clear:both;
}

/* =Layout
-------------------------------------*/
#header{
	min-width:960px;
	height:100px;
}
#header #headerMain{
	width:960px;
	margin:0 auto;
}
#header,#sidebar,#content{
	margin-bottom: 10px;
}
#wrapper,#footer{
	width:960px;
	margin:0 auto;
}
#sidebar{
	float:left;
	width:220px;
}
#content{
	float:right;
	width:730px;
}
#content,#sidebar{
	padding-top:20px;
	padding-bottom:20px;
	/*IE 6 HACK START*/
	height:auto !important; 
	height:600px;
	/*IE 6 HACK END*/
	min-height:600px;
}
#footer{
	clear:both;
}