@charset "utf-8";
/* CSS Document */

html, body {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	background-image: url(media/main/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;   
	padding:0;
}
html, body a, html, body a:visited {
	color: #000000;
	text-decoration:none;
}

html, body a:hover {
	text-decoration:none;
	color: #91D8F1;
}
#wrap {
	width: 769px;
	margin-right: auto;
	margin-left: auto;
   min-height:100%;
   position:relative;
}
#hdr {
	background-image: url(media/main/hdr.gif);
	height: 186px;
	width: 769px;
	background-position: center top;
	cursor:pointer;
}

#topmen {
	background-image: url(media/main/menu-top.jpg);
	text-align: center;
	float: left;
	height: 40px;
	width: 378px;
	margin-left: 20px;
	padding-top: 14px;
}
#mainbody {
	width: 769px;
	padding-bottom:72px;
	min-height:100%;
}
#strap {
	float: left;
	width: 550px;
	padding-bottom: 5px;
	text-align: center;
}
.leftalign {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#menucontainer {
	float: left;
	width: 200px;
	height: 800px;
}

.menu {
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	color: #178DB5;
	width: 188px;
}

.menu a, .menu a:visited {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #178DB5;
	background-color: #E4E4E3;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 4px;
}

.menu a:hover {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #91D8F1;
	background-image:url(../media/icons/submenu/forum.png);
	margin-top: 4px;
}
#footer {
	background-image: url(media/main/footer.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 769px;
	font-weight: normal;
	padding-top: 20px;
	background-position: bottom;
	text-align: center;
	float: left;
	bottom:0;
}
#footer a, #footer a:visited {
	color: #000000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:none;
	color: #ffffff;
}
#bodycontainer {
	float: left;
	width: 550px;

}

h1 {
	color: #91D8F1;
}
.bluetext {
	color: #0E5369;
	font-weight: bold;
}
.littletext {
	font-size: 0.5em;
}
.biggertext {
	font-size: 1.1em;
}
.biggerbiggertext {
	font-size: 1.4em;
}
.normaltext {
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
}
