body{
	background-color: #eee;
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
	}
	
h1{
	font-size: 22px;
	font-weight: normal;
	color: #666;
}

h2{
	font-size: 16px;
	font-weight: normal;
	color: black;
}
h2 img{
	border: 1px solid silver;
}


.swirl{
	position: absolute;
	top: 130px;
	left: 40px;
}

.head_background{
	position: absolute;
	width: 100%;
	height: 126px;
	background-color: #fcd116;
	background-image: url('resources/head_bg.png');
	}

.head_text1{
	position: absolute;
	left: 20px;
	top: 30px;
}

.head_text2{
	position: absolute;
	left: 20px;
	top: 100px;
}

.head_textLogo{
	position: absolute;
	right: 20px;
	top: 28px;
}

.topics_title{
	position: absolute;
	top: 140px;
	left: 10px;
	height: 30px;
	width: 23%;
	text-align: center;
	font-size: 16px;
	background-image: url('resources/titlebar.png');
	padding-top: 4px;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	font-weight: bold;
}

.topics_box{
	position: absolute;
	top: 174px;
	left: 10px;
	width: 23%;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}
.topics_box a{
	text-decoration: none;
	color: #333;
}
.topics_box a:visited{
	color: #777;
}
.topics_box a:hover{
	color: #f2c800;
}
.topics_box a:visited:hover{
	color: #f3d911;
}


.pages{
	width: 100%;
	position: absolute;
	top: 140px;
	right: 10px;
	width: 72%;
}
.pages_title{
	height: 30px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	background-image: url('resources/titlebar.png');
	padding-top: 4px;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	font-weight: bold;
}
.pages_box{
	width: 100%;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}
.pages_box a{
	text-decoration: none;
	color: #333;
}
.pages_box a:hover{
	color: #f2c800;
}

.page{
	width: 100%;
	padding: 0;
	border: 1px solid #888;
	background-color: #fff;
}
.page a{
color: #a06200;
}
.page a:hover{
color: #f2c800;
}
.page img{
border: 1px solid silver;
}
.inlinePage{
	margin: 4px;
}

#head_title{
font-style: sans-serif;
font-size: 36px;
color: black;
}

#head_info{
font-style: sans-serif;
font-size: 10px;
color: black;
}