/*** reset default browser CSS (by eric meyer: http://meyerweb.com/eric/tools/css/reset/index.html) ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {line-height: 1;}
h1, h2, h3, h4, h5, h6 {
	/* clear: both; */
	font-weight: normal;
}
ol, ul {list-style: none;}
blockquote {quotes: none;}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {text-decoration: line-through;}
a img {border: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** layout ***/
body {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #232024;
}
a {text-decoration: none; color:#818181;}
a:hover {text-decoration: underline;}
p {
	line-height: 1.6em;
	margin-bottom: 30px;
}
ul{
	line-height: 1.6em;
	margin-bottom: 20px;
	list-style:square;
	padding-left:16px;
}
h1 {
	font-size: 30px;
	margin-bottom: 100px;
}
h2{
	font-size: 20px;
	margin-bottom: 10px;
	color:#818181;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}
#wrapper{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding:150px 0 0 0;
}
#logo {
	position: absolute;
	top: 40px;
	left: 0;
	display: block;
	width: 250px; 
	height: 102px;
	background: url('images/logo.gif') 0 0 no-repeat;
	text-indent: -19999px;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 260px;
	margin-top: 470px;
}
#sidebar p, #sidebar a {color: #a9aeaa;}
#content {
	float: right;
	width: 670px;
	margin-top: 470px;
	padding-bottom: 40px;
}
#headimg{
	position:absolute;
	top:40px;
	right:0;
}