body {
	font: 62.5% Verdana, Arial, sans-serif;
	background: #fff url(/layout/blue_main_bg.jpg) repeat-x;
	margin: 0;
	color: #000;
}
a {
	color: #002F78;
	text-decoration: none;
}
a:hover {
	border-bottom: 0;
	color: #004CC1;
}
p {
	margin: 0 0 1.8em;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1, h2, h3, h4 {
	margin: 0;
	font-family: Arial, sans-serif;
}
h1, h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	color: #7C9FD5;
}
h4 {
	font-size: 1.2em;
}

/* Specific pages
*****************************************************************/
ul.banner_ads {
	float: left;
}
ul.banner_ads li {
	float: left;
	margin: 5px;
	margin-left: 0;
}
ul.text_ads {
	overflow: hidden;
}
ul.text_ads li {
	float: left;
	width: 200px;
	padding: 5px 0;
}
em.coming_soon {
	font-size: 0.8em;
	color: #888;
	font-weight: normal;
}
table.blogs {
	width: 700px;
	margin: 0 auto;
}
table.blogs tr td {
	vertical-align: top;
}
table.blogs tr td.thumb {
	width: 140px;
}
table.blogs tr td.desc {
	padding-top: 7px;
}
table.blogs tr td.thumb img {
	width: 120px;
	height: 120px;
	margin-bottom: 1em;
	border: 1px solid #ccc;
}
table.sections {
	border-collapse: collapse;
	width: 730px;
	margin: 0 auto 1em;
}
table.sections td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
}
table.sections td.name {
	width: 200px;
}
table.sections td.desc {
	width: 530px;
}
table.sections td img {
	border: 0;
}


/* Content areas
*****************************************************************/
div.section {
	border: 1px solid #C4C4D6;
	border-right: 2px solid #ACACC5;
	border-bottom: 2px solid #ACACC5;
	float: left;
	margin-bottom: 20px;
	background: #fff url(/layout/blue_content_bg.gif) left bottom repeat-x;
	width: 100%;
}
div.section h1, h2 {
	color: #888;
	font-weight: normal;
	background: #F3F2F2 url(/layout/blue_header_bg.gif) repeat-x;
	padding: 5px 10px;
	border-bottom: 1px solid #C4C4D6;
}
div.section div.content {
	padding: 10px;
	float: left;
}

/* Layout
*****************************************************************/
#banner {
	width: 95%;
	margin: 0 auto;
}
#content {
	clear: both;
	margin: 0 auto;
	padding: 25px 0;
	width: 85%;
}
#top_ad {
	float: right;
	background: url(/layout/blue_ad_bg.gif) no-repeat;
	width: 490px;
	height: 83px;
	margin-top: 12px;
	text-align: center;
	padding-top: 18px;
}
#top_ad p {
	padding: 0;
	font-size: 11px;
}
#top_ad a {
	text-decoration: underline;
}
#top_ad a:hover {
	text-decoration: none;
}
#top_navi {
	clear: both;
	background: url(/layout/blue_navi_bg.gif) repeat-x;
	width: 100%;
	height: 47px;
}
#top_navi ul {
	padding-left: 5%;
	float: left;
}
#top_navi ul li {
	float: left;
	margin: 7px 80px 0 0;
}
#top_navi ul li a {
	display: block;
	height: 33px;
	background-repeat: no-repeat;
}
#top_navi ul li#home a {
	width: 82px;
	background-image: url(/layout/blue_navi_home.gif);
}
#top_navi ul li#home a:hover {
	background-image: url(/layout/blue_navi_home_hover.gif);
}
#top_navi ul li#forums a {
	width: 100px;
	background-image: url(/layout/blue_navi_forums.gif);
}
#top_navi ul li#forums a:hover {
	background-image: url(/layout/blue_navi_forums_hover.gif);
}
#top_navi ul li#blogs a {
	width: 75px;
	background-image: url(/layout/blue_navi_blogs.gif);
}
#top_navi ul li#blogs a:hover {
	background-image: url(/layout/blue_navi_blogs_hover.gif);
}
#top_navi ul li#mall a {
	width: 55px;
	background-image: url(/layout/blue_navi_mall.gif);
}
#top_navi ul li#mall a:hover {
	background-image: url(/layout/blue_navi_mall_hover.gif);
}
#top_navi div.social_network {
	float: right;
	padding-right: 5%;
	padding-top: 12px;
}
#top_navi div.social_network img {
	border: 0;
	width: 24px;
	height: 24px;
}
#wrapper {
	margin: 0 auto;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.8em;
}
#wrapper #banner img#logo {
	float: left;
	width: 283px;
	height: 114px;
	border: 0;
	margin-bottom: 10px;
}