body {
	margin: 0px 0px 30px 0px;
	font-family: lucida grande, verdana, sans-serif;
	font-size: 9px;
	background: #444;
	cursor: default;
	}

img {border: 0px}

img.thumb {
	float: right;
	padding: 3px 0px 0px 3px;
	border: 0px;
	width: 92px;
	height: 69px;
	}

img.blog {
	float: right;
	padding-left: 5px;
	border: 0px;
	}

#blog {
	padding: 0px;
	line-height: 12px;
	}
	
#blog span.title {
	color: #F73;
	font-weight: normal;
	}

a {cursor: pointer;}

#container {
	position: absolute;
	width: 700px;
	background: url(images/containerbg.jpg) repeat-y;
	margin: 0px 0px 0px 150px;
	}
	
#header {
/*	background: #595653;	*/
	background: url(images/headerbg.jpg) no-repeat bottom left ;
	color: #CCC;
	font-size: 25px;
	padding: 60px 35px 10px 35px;
	font-weight: bold;
	zzborder-bottom: #616161 solid 1px;
	letter-spacing: .075em;
	}
	
div#header span.hot {
	font-size: 10px;
	color: #F73;
	font-weight: bold;
	}
	
div.main {
	float: left;
	color: #BCA;
	background: url(images/footer.jpg) no-repeat bottom right;
	}
	
span.footer {
	float: left;
	width: 440px;
	padding: 21px 225px 25px 35px;
	line-height: 16px;
	}
	
div.main a.title, div.main a {
	color: #EFD;
	}
	
div.nav {
	position: absolute;
	left: 650px;
	width: 190px;
	color: #BBB;
	padding-top: 120px;
	z-index: 10;
	}

div.nav a:link, div.nav a:visited {
	color: #BBB;
	text-decoration: none;
	}
	
div.nav a:hover {
	color: #EFD;
	text-decoration: none;
	}

div.nav ul {
	margin: 0px;
	padding: 0px 0px 32px 0px;
	}

div.nav ul li {
	list-style-type: none;
	background: transparent;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #6F6F6F;
	letter-spacing: .115em;
/*	padding: 2px 5px 2px 15px;	*/
	}


div.nav ul li a:link, div.nav ul li a:visited, div.nav ul li span {
	display: block;
	background: transparent;
	width: 170px;
	padding: 2px 5px 2px 15px;
	}
	
div.nav ul li a:hover {
	display: block;
/*	background: transparent;	*/
	background: #797371;
	padding: 2px 5px 2px 15px;
	}


#here a {
	color: #777;
	cursor: default;
	text-decoration: none;
	background: transparent;
	}

#side {
	float: left;
	color: #777;
	padding: 150px 15px 0px 15px;
	}
	
.title {
	color: #F73;
	font-weight: bold;
	}
	
.note {
	color: #919E88;
	font-size: 9px;
	font-weight: normal;
	}
	
#bottom {
	float: left;
	height: 30px;
	width: 700px;
	background: #444 url(images/bottom.jpg) no-repeat 0px -10px;
	}