/*
KeyBeat Online Style 2
Coding (c) 2009 Daniel Kasuga
NO REPRODUCTION WITHOUT PERMISSION
http://www.keybeatonline.com/
*/

A:link 
{
	text-decoration: none; color: white
}	

A:visited
{
	text-decoration: none; color: white
}

A:active
{
	text-decoration: none; color: white
}

A:hover
{
	text-decoration: underline; color: white
}

body
{
background-image: url(bgtile.jpg);
background-attachment: fixed;
font-family: Tahoma;
scrollbar-base-color:#0F0F0F;
scrollbar-arrow-color:#bdbdbd;
scrollbar-shadow-color:#161616;
}

#content
{
	width:800px;
	border: 1px #000000 solid;
	text-align:center;
}

#navbar
{
	background-color:#454f82;
	background-image: url(http://i231.photobucket.com/albums/ee301/xiaoven/navbar-bg.jpg);
}

#banner
{
	background-color:#000000;
}

#login
{
	position: static;
	background-color:#111111;
	border-bottom: 1px #000000 solid;
	border-top: 1px #000000 solid;
	height: 25px; 
}

#main
{

	position: static;
	padding-left: 5pt;
	padding-right: 12pt;
	background-color:#aeadbb;
	float:left;
	width:77.15%;
	height:800px;
	text-align:justify;
	overflow-y:auto;
	overflow-x:hidden;

}


#main a:link {
text-decoration: none; /* no underlining default */
color: #3333CC; /* color of links not yet visited */
}
#main a:visited {
text-decoration: none; /* no underlining default */
color: #663399; /* color of links not yet visited */
}
#main a:hover {
text-decoration: none; /* no underlining default */
color: #000000; /* color of links not yet visited */
}

#latestposts
{
	position: relative;
	width:20%;
	height:800px;
       background:#5a617b;
	text-align:justify;
	float:right;
	overflow-y:hidden;
}

#footer
{
	background-color:#5a617b;
	float:bottom;
	background-image: url(http://i231.photobucket.com/albums/ee301/xiaoven/navbar-bg.jpg);
	font-size: small;
}

#latest_forum_posts li
{
	margin:0px 0px 0px;
	text-align: left;
	font-size: x-small;
}