html, body{
	text-align:center;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	height: 100%;
	background: #FFFFFF url("template/images/bg.jpg") no-repeat top center;
}

/*body {
	behavior:url("csshover.htc");
}*/

#wrapper{
	width: 840px;
	margin: auto;
	/*background: url("template/images/glass.png");*/
}
.element{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../template/images/glass.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.element[class]{
	background: url(template/images/glass.png);
}

#container{
	width: 810px;
	margin: auto;
	background: #FFFFFF;
}

#top{
	height: 168px;
	background: #999999;
}

#banner{
	width:810px;
	height: 168px;
	background-image:url(template/images/banner.jpg);
}

#micronav{
	float:right;
	font-size: 10px;
}

#titleFloat{
	position: relative;
	text-align: left;
	width: 400px;
	float: left;
	top: 94px;
	left: 5px;
	font-size: 60px;
	color: #FFFFFF;
}

#navbar{
	/*position:relative;
	top:-30px;*/
	width:810px;
	height: 30px;
	/*background: url("template/images/navbar.png") repeat-x;*/
	background-image:url("template/images/navbar.jpg");
	background-position:center center;
	background-repeat:no-repeat;
}

#mainCol{
	float: left;
	width: 510px;
	background: #999999;
	text-align: left;
}

#rightCol{
	float: left;
	width: 300px;
	background: #996622;
}

#mainContent {
	width: 810px;
	background: #FFFFFF;
	text-align:center;
}

#bottomcap{
	clear: both;
}

#footer{
	margin: auto;
	width: 840px;
	/*padding-top: 20px;*/
	/*background: url("template/images/glass_cap.png") no-repeat;*/
	font-size: 11px;
	color: #000000;
}

.parent_title {
	height:53px;
	width:313px;
	position:relative;
	bottom:-9px;
}

/*classes*/


/*navbtn*/

.navbtn {
	width:135px;
	height:100%;
}

.navbtn a, .navbtn_current a {
	width:135px;
	height:30px;
	/*padding:7px 50px 7px 50px;
	/*padding:0 49px;*/
	text-decoration:none;
	color:#FFFFFF;
	font-family:Century Gothic;
}

.navbtn:hover, .navbtn_current {
	background-image:url("template/images/navbtn_select.jpg");
	background-position:center center;
	background-repeat:no-repeat;
}

/*a.navbtn{
	width: 135px;
	padding: 4px 0px 4px 0px;
	float:left;
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	background-image:none;
}

a.navbtn:hover{ 
	color: #33BBFF;
	background-image:url("template/images/navbtn_select.jpg");
	text-decoration: none;
}

a.navbtn_current{ 
	width: 135px;
	padding: 4px 0px 4px 0px;
	float:left;
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 18px;
	background: url("template/images/navbtn_select.jpg"); 
	text-decoration: none;
}

a.navbtn_current:hover{ 
	color: #33BBFF;
	background: url("template/images/navbtn_select.jpg"); 
	text-decoration: none;
}


/*end navbtn*/


/*microbtns*/

a.microbtn{
	/*float: left;*/
	padding: 0px 4px 0px 4px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.microbtn:hover{ 
	color: #000000;
	background: #FFFFFF; 
	text-decoration: none;
}


/*end microbtn*/

ul.forum_posts li {
	margin-bottom:8px;
}
ul.forum_posts {
	margin:0px;
	padding:0px;
	margin-left:2px;
	margin-top:4px;
	padding-left:12px;
	list-style-image:url(template/images/bullet.jpg);
}