@charset "utf-8";
/* CSS Document */

body {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background: #666 url(../../images/layout/bg.png) repeat-x;
}
body,td,th {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
}
#layout-menu {
	width: 900px;
	margin: auto;
	color: #FFF;
	text-align: right;
}
#layout-menu a {
	font-weight: bold;
	color: #FFF;
	padding-left: 12px;
	text-decoration: none;
}
#layout-menu a:hover {
	text-decoration: underline;	
}
#layout-top {
	width: 990px;
	height: 20px;	
	background: url(../../images/layout/top.png) no-repeat;
	margin: auto;
}
.layout-bg {
	width: 900px;	
	background: url(../../images/layout/layout.png) repeat-y;
	margin: auto;
	padding: 0px 45px;
}
.layout-bg #logo {
	margin-top: 20px;
	margin-left: 30px;
	width: 250px;
	height: 90px;
	float: left;
}
.layout-bg #logo img {
	border: 0;
}
.layout-bg #adv-1 {
	margin-top: 20px;
	width: 468px;
	height: 60px;
	float: right;
}
.clear {
	clear: both; 
}
.layout-bg #intro {
	height: 140px;
	padding: 30px;
	margin: 0px 0px 30px 0px;
	background: #EAF5F6 url(../../images/intro/intro.png) no-repeat;	 /* Default */
	font: 14px/1.2 Georgia, Times, "Times New Roman", serif;
}
.layout-bg #intro h1 {
	color: #039;
	font-size: 18px;
	/* 	letter-spacing: 0px; */
	font-family: Georgia, Times, "Times New Roman", serif;
}	
.layout-bg #intro p {
	color: #333;
}
.layout-bg #intro a {
}
.layout-bg #intro a:hover {
	color: #900;
}
.layout-bg #content {
	width: 570px;
	float: left;
}
.layout-bg #sidebar {
	width: 300px;
	float: right;
}
.layout-bg .block {
	border: solid 1px #EEE;
	background: #FAFAFA;
	padding: 10px 20px;
	margin-bottom: 25px;	
}

.layout-bg .block h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.layout-bg .block h1 a {
	color: #000;
	text-decoration: none;
}
.layout-bg .block h1 a:hover {
	text-decoration: underline;
}
.button {
	background: #EEE url(../../images/layout/button.png) repeat-x;
	border: solid 1px #EEE;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;	
}
.button a {
	color: #090;
}
.button a:hover {
	color: #060;
}
.layout-bg #copyright {
	text-align: center;
}
#layout-bottom {
	width: 990px;
	height: 26px;
	background: url(../../images/layout/bottom.png) no-repeat;	
	margin: auto;
}
.align-justify { text-align:justify; }
.align-center { text-align:center; }
.width100 { width: 100%; }

#adv-bottom {
	text-align: center;
	margin-top: 10px;
}

.buy {
	border: dashed 1px #900;
	background: #FFC url(../../images/layout/buy_bg.png) repeat-x;
	padding: 10px 20px;
	text-align: center;
	margin-bottom: 10px;
}

