* {
	margin: 0;
	padding: 0;
	border: 0;
	}
* li a {
	text-decoration: none;
	font-weight: bold;
	color:#066;
	}
	* li a:hover {
		color:#C00;
		}
html, body {
	height:100%;
	width:100%;
	background:#E3F7C4;
	}
div {
	color: #47505f;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.5;
	}
body {text-align: center}
/* Wrapper */
#wrapper {
	position: relative;
	min-height: 100%;
	width: 788px;
	padding: 0;
	margin: 0 auto;
	}
/* Header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 788px;
	height: 304px;
	}
#top_thinkpad {
	margin: 0 9px;
	width: 770px;
	height: 265px;
	background: url(img/top_thinkpad.jpg) no-repeat;
	background-color: #c1e38c;
	}
/*Top menu*/
#top_menu {
	margin: 0 9px;
	width: 770px;
	height: 26px;
	background:url(img/hmenu.jpg) repeat-x;
	background-color:#CCC;
	overflow:hidden;
	}
		#top_menu ul {
			padding: 5px; 
			margin-left: -6px; 
			}
		#top_menu li {
			display: inline;
			border-left:#9DB1BC solid 1px;
			padding: 0 20px;
			}
/*Right menu*/
#right_menu {
	float: right;
	height: 135px;
	width: 220px;
	}
	#right_menu ul {padding-top: 10px;}
	#right_menu li {padding-top: 5px; margin-bottom: 5px;}
			#right_menu li a {margin-left: 26px;}
.button {
	width: 200px;
	height: 21px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(img/mark.gif);
	}
	.button:hover {background-position:0 -24px;}
/*Notice*/
#notice {
	clear: right;
	height: 24px;
	width: 100%;
	padding-top: 6px;
	text-decoration: none;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	color:#C00;
	}
	#notice a {
		color:#C00; 
		text-decoration: none;
		}
/*Advertise*/
.adv {
	clear: both;
	text-align: center;
	}
#left {float:left}
#right {float:right}
/* Content */
#content {
	position: relative;
	min-height: 100%;
	margin: 0;
	width: 788px;
	background: url(img/content_bg.png) repeat-y;
	overflow: hidden;
	}
#main {
	float: left;
	margin: 314px 0 0 30px;
	width: 730px;
	}
	#main h1 {
		font-family:geneva, sans-serif;
		text-align:center;
		font-size:18px;
		margin:-20px 0 10px 0;
		color:#47505F;
		}
	#main a {
		font-weight: bold;
		color: #06C;
		}
		#main a:hover {color:#C00;}
		#main p a:hover {color: #C00;}
#main .title {
		font-size:16px;
		color:#47505F;
		}
.img {
	float: right;
	width: 463px;
	height: 395px;
	margin: 0px;
	}
.img_inner {
	float: right;
	width: 275px;
	height: 207px;
	margin: 0px;}
.content_block {
	clear: both;
	text-align: left;
	margin-bottom: 20px;
	overflow: hidden;
	}
	.content_block p {margin-bottom: 10px}
	.content_block ul {margin-left: 15px;}
	.content_block ol {margin-left: 20px;}
	.content_block li {margin-bottom: 5px}
.content_top {
	clear: both;
	text-align: justify;
	}
.content_a_mirror{
	display: block;
	margin-bottom: 5px;
	text-align: center; 
	}
.p_desc {
	color: #999;
	margin-bottom: 10px;
	}
/*Footer*/
#footer {
	position: relative;
	width: 788px;
	height: 100px;
	background: url(img/footer.png) no-repeat;
	}
#ponti {
	width: 770px;
	height: 70px;
	margin: 0 19px;
	}
.counter {
	position: relative;
	top: 35px;
	margin-left: 15px;
	}
#links {
	margin: 0 9px;
	text-align: center;
	width: 770px;
	height: 30px;
	color: #CCC;
	}
	#links a {
		color:#CCC;
		text-decoration: none;
		}
		#links a:hover {color: #C33;}
