@charset "utf-8";
/* CSS Document 
* by Emanuel Chiuchiolo - macintel@gmx.com
*/
body{
	margin:0px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	height:100%;
}
.backgroundColors {
	background:#784d27;
	width:100%;
	height:100%;
	position:fixed;
}
.backgroundImage {
	background:#000000;
	width:100%;
	height:100%;
	position:fixed;
}
.contentBody{
	position:absolute;
	width:100%;
	text-align:center;
}
.realContent{
	text-align:left;
	margin:10px;
}
.footer{
	font-size:9px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}
.clr{
	clear:both;
}

/* Frost Design - By Emanuel Chiuchiolo - macintel@gmx.com */
.frostMainContainer{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:390px;
}
.frostTop{
	width:750px;
	height:250px;
	float:left;
	margin-top:-250px;
	background:url('../images/ui_mainblock_top.png') no-repeat;
}
.frostMid{
	width:750px;
	clear:both;
	background:repeat-y url('../images/ui_mainblock_mid.png');
}
.frostBottom{
	width:750px;
	height:50px;
	background:url('../images/ui_mainblock_bottom.png') no-repeat;
	margin-bottom:-10px;
}
.frostContent{
	margin-top:-260px;
	padding:45px;
	float:left;
	color:#000;
}
.frostTabs{
	width:750px;
	height:35px;
	float:left;
	margin-top:-264px;
	position:absolute;
	margin-left:35px;
	margin-right:40px;
}
.frostTab{
	width:130px;
	height:35px;
	padding-top:12px;
	background:url('../images/ui_tab_default.png') no-repeat;
	text-align:center;
	color:#000;
	font-weight:500;
	font-size:12px;
	float:left;
	letter-spacing:0.05em;
	margin-left:5px;
}
.frostTabs a:link{text-decoration:none;}
.frostTabs a:hover{text-decoration:none;}
.frostTabs a:active{text-decoration:none;}
.frostTabs a:visited{text-decoration:none;}

.frostTab:hover{
	background:url('../images/ui_tab_hover.png') no-repeat;
}
.frostTabActive{
	font-weight:900;
	width:130px;
	height:35px;
	font-size:13px;
	padding-top:9px;
	background:url('../images/ui_tab_active.png') no-repeat;
}
/* Frost Design - By Emanuel Chiuchiolo - macintel@gmx.com */


.title{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}

.boxRight {
	width:270px;
	min-height:100px;
	margin:20px;
	margin-right:50px;
	margin-left:30px;
	float:right;
}
.boxLeft{
	width:270px;
	min-height:100px;
	margin:10px;
	margin-right:10px;
	float:left;
}
.smallTitle{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.verySmallTitle{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.tabbedBox{
	margin-left:30px;
	font-size:12px;
	margin-right:30px;
}
.closer{
	margin-bottom:-10px;
}
.green{
	color:#4e5b3a;
}
.brown{
	color:#664121;
}
.yellow{
	color:#bdae64;
}
a {
	color:#604828;
	text-decoration:none;
	font-weight:bold;
}
a:link{ 
	color:#604828;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#000;
}
a:active{text-decoration:none;}
a:visited{
	text-decoration:none;
	color:#604828;
	text-decoration:none;
	font-weight:bold;
}
