@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #600;
	line-height: 2em;
	width: 100%;
	height: 100%;
	background: #FF3300 url(../images/top_bg.jpg) no-repeat center top;
}
a {
	text-decoration: none;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #600;
	text-decoration: none;
}
a:hover {
	color: #C00;
}
a:active {
	color: #F60;
}
img {
	border: none;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	overflow: visible;
}
div#top, .sub, .top {
	height: 390px;
}

div#top {}
.top {
	background: transparent url(../images/top_title_bg.jpg) no-repeat;
}
.sub {
	background: transparent url(../images/top_crowd.gif) no-repeat center bottom;
}
img.title {
	float: left;
	margin: 30px 0 0 20px;
}
img.asus {
	float: right;
	margin: 30px 20px 0 0;
}

div#container {
	background: transparent url(../images/main_bg.jpg) repeat-x center 50px;
}
.main {
	background: url(../images/Eeepc_bg.jpg) no-repeat center;
	height: 625px;
	padding: 0 20px;
	width: 920px;
}
div#nav {
	border: dashed 1px #CCC;
	margin-bottom: 15px;
}
div#nav .fav {
	float: right;
	margin: 7px 5px 0 0;
}
div#tagcloud, #content {
	height: 520px;
	border: dashed 1px #CCC;
	padding: 10px;
}
div#tagcloud {
	float: left;
	width: 180px;
}
div#tagcloud h2 {
	line-height: 1.5em;
	background:  #EEE;
	font-size: 14px;
	font-weight: bold;
	color: #600;
	cursor: default;
}
div#tagcloud p {
	clear: both;
	margin-left: 40px;
	border-bottom: dashed 1px #CCC;
}
div#tagcloud a:link {
	text-decoration: none;
	
}
h2 img {
	float: left;
	margin: 0 6px 0 1px;
}
div#content {
	float: right;
	width: 680px;
	overflow: scroll;
	overflow-x: hidden;
	position: relative;
}
div#content p,
div#content ol,
div#content ul {
	padding-left: 20px;
	margin-bottom: 20px;
	list-style-position: inside;
}
div#content ol {
	list-style-position: inside;
}
h3 {
	font-size: 14px;
	color: #600;
	line-height: 2em;
}
strong {
	margin: 0 5px;
	font-weight: normal;
	color: #F30;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
h1 {
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	line-height: 2em;
	color: #FFF;
}
.footer {
	background: url(../images/copyright.jpg) no-repeat;
	margin-bottom: 10px;
	height: 55px;
}