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

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 14px;
	color: #CCCCCC;
}
h2 {
	font-size: 18px;
	color: #CCCCCC;
}
h3 {
	font-size: 14px;
	color: #333333;
}
h4 {
	font-size: 18px;
	color: #333333;
}
h5 {
	font-size: 14px;
	color: #FFFFFF;
}
h6 {
	font-size: 18px;
	color: #FFFFFF;
}


#container {
	position:relative;
	width:851px;
	min-height:242px;
	}
	
#mainstage_holder {
	position:relative;
	float:left;
	width:575px;
	}
	
#top {
	position:relative;
	float:left;
	width:575px;
	height:22px;
	background:url(assets/top.png);
	background-repeat:no-repeat;
	}
	
#bottom {
	position:relative;
	float:left;
	width:575px;
	height:33px;
	background:url(assets/bottom.png);
	background-repeat:no-repeat;
	}
	
#maintstage {
	position:relative;
	float:left;
	width:575px;
	min-height:291px;
	background:url(assets/middle.png);
	background-repeat:repeat-y;
	text-align:left;
	}
	
#main_space {
	position:relative;
	float:left;
	width:575px;
	height:70px;
	}

	
#logo {
	position:relative;
	float:left;
	width:256px;
	height:242px;
	padding-right:19px;
	background:url(assets/wi.png);
	background-repeat:no-repeat;
	}
	
#buttons {
	position:relative;
	float:left;
	width:156px;
	height:242px;
	padding-right:19px;
	padding-top:250px;
	padding-left:100px;
	font-size: 16px;
	color: #000000;
	}	
	
#subbuttons {
	font-size:12px;
	}
	
.text_box {
	position:relative;
	float:left;
	width:525px;
	padding-left:25px;
	padding-right:25px;
	text-align:left;
	}
	
.text_half_l {
	position:relative;
	float:left;
	width:262px;
	padding-left:25px;
	padding-right:12px;
	text-align:left;
	}
	
.text_half_r {
	position:relative;
	float:left;
	width:239px;
	padding-right:25px;
	padding-left:12px;
	text-align:left;
	}
