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

body {
	background:#E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	color:#333440;
}

a {
	text-decoration: none;
}
h1{}
h2{}
h3{font-size:18px; color:#1783C0;}
h4{font-size:16px; color:#1783C0;}
h5{}
h6{}
/* CONTAINERS  */

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 497px;
	float: none;
	background-position: center;
}
.menu {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;

}
.nav {

}
.nav a{
	font-size: 18px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 15px;
}
.nav a:hover {
	font-size: 18px;
	color: #82B4FF;
}
.left {}
.main {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.main-img-border {
	text-align: center;
	margin-left: 10px;
	border: thin solid #664;
}
#player {margin-top: -10px; margin-left: -8px}
.content {}
.bottom {}

/* MODULE */

.module {width: 284px;}
.mod-header {
	background-image: url(../images/mod-header.jpg);
	background-repeat:no-repeat;
	color: #FFF;
	font-size:18px;
	vertical-align: middle;
	height: 48px;
	width: 284px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-left: 20px;
}
.mod-body {
	padding: 5px;
}
.mod-body img {
	text-align: center;
	margin-left: 10px;
	border: thin solid #664;
}
#mapborder{
	border: medium solid #06C;
}
.content-module {
	background-image: url(../images/content-module.jpg);
	height: 142px;
	width: 568px;
}
.content-module-body{
	float: left;
	width: 365px;
	height: 135px;
	padding: 3px;
}
.content-module-pic{
	float: right;
	padding-right: 13px;
	padding-top: 11px;
}
#content-module-header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 5px;
}
.content-module-body p{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 8px;
	padding-left: 5px;}
	
#content-divider{
	width: 575px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

