body{
	font-size:small;
	background:#000;
	margin:0 auto;
	width:760px;
}
a{
	color:#c96;
}
div#header h1{
	text-indent:-9999px;
	background:#000 url(logo.gif) no-repeat top left;
	height:100px;
	margin:0;
	padding:0;
}
div#header h1 a{
	text-decoration:none;
}
div#header h2{
	text-indent:-9999px;
	background:#000 url(banner.jpg) no-repeat top left;
	height:60px;
	margin:0 0 16px 0;
	padding:0;
}

div#content div#main {
	background:#fff;
	margin:0 170px;
}

div#content{
	width:100%;
	position:relative;
	background:url(content_bg.gif) repeat-y top left;
}

div#side-left{
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:0;
	width:170px;
	color:#fff;
}
div#side-right{
	position:absolute;
	right:0;
	top:0;
	width:170px;
	color:#fff;
}



dl.module
,dl.module dd
,dl.module dd ul
,dl.module dd ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}

dl.module dd{
	padding:10px;
	line-height:1.6;
}

div#side-left dl.module dt{
	color:#f4efef;
	background:url(icon_light.gif) no-repeat top left;
	text-indent:30px;
	line-height:30px;
	vertical-align:top;
	border-top:1px dotted #80809e;
	border-bottom:1px dotted #80809e;
}
div#side-right dl.module dt{
	color:#c0c0c0;
	background:url(icon_dark.gif) no-repeat top left;
	text-indent:30px;
	line-height:30px;
	vertical-align:top;
	border-top:1px dotted #80809e;
	border-bottom:1px dotted #80809e;
}




div#content div#main div.entry {
	margin-bottom:6em;
	overflow:hidden;
	padding:0 10px;
	line-height:1.4;
}
div#content div#main div.entry h2 {
	margin:0;
	padding:6px 0 0 0;
}

