html {
	background: #000000;
}

body {
	background: #000000;
	margin: 0;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 5px;
	background-color: #efefef;
}

.vscrollerbar {
	width: 5px;
	background-color: #a8a8a8;
}

.hscrollerbase {
	height: 10px;
	background-color: #efefef;
}

.hscrollerbar {
	height: 10px;
	background-color: #a8a8a8;
}

.scrollerjogbox {
	width: 5px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
}

.clear {
	clear: both;
}

#wrapper {
	width: 100%;
	height: 650px;
	text-align: center;
}

#background {
	z-index: 1;
	position: absolute;
	width: 100%;
}

#left {
	float: left;
	background: url(../images/left.jpg) repeat-x;
	height: 650px;
	width: 50%;
}

#right {
	float: left;
	background: url(../images/right.jpg) repeat-x;
	height: 650px;
	width: 50%;
}

#content {
	width: 760px;
	height: 650px;
	background: url(../images/bg.jpg);
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
}

#header {
	height: 120px;
	width: 100%;
}

.menu_box {
	width: 80px;
	height: 80px;
	text-align: center;
	float: right;
	padding-top: 50px;
}

.menu_image, menu_name {
	text-align: center;
	width: 100%;
}

.menu_image {
	height: 50px;
}

.menu_name, .menu_name a, .menu_name a:hover {
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.83em;
	font-family: "Arial Black", Gadget, sans-serif;
}

#middle {
	width: 100%;
	height: 350px;
}

.single {
	background: url(../images/content_big.png);
	height: 100%;
	width: 100%;
}

.double {
	background: url(../images/content_double.png);
	height: 100%;
	width: 100%;
}

.triple {
	background: url(../images/content_triple.png);
	height: 100%;
	width: 100%;
}

.spacer {
	float: left;
	width: 23px;
	height: 100%;
}

.triple .left_spacer {
	float: left;
	width: 50px;
	height: 100%;
}

.triple .small_content {
	float: left;
	width: 159px;
	height: 252px;
	margin-top: 50px;
}

.triple .big_content {
	float: left;
	width: 300px;
	height: 252px;
	margin-top: 48px;
}

.double .left_spacer {
	float: left;
	width: 50px;
	height: 100%;
}

.double .small_content {
	float: left;
	width: 159px;
	height: 252px;
	margin-top: 50px;
}

.double .big_content {
	float: left;
	width: 483px;
	height: 252px;
	margin-top: 48px;
}

.single .left_spacer {
	float: left;
	width: 50px;
	height: 100%;
}

.single .big_content {
	float: left;
	width: 662px;
	height: 252px;
	margin-top: 48px;
}

.content_box {
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
	
	font-size: 0.8em;
	line-height: 15px;
	text-align: justify;
}

.small {
	font-size: 0.6em;
}

.content_box hr {
	background: #d8d8d8;
	height: 1px;
	width: 50%;
}

.content_box h1 {
	padding: 0px;
	line-height: 0px;
	font-size: 1em;
	font-family: Verdana;
}

.content_box h2 {
	padding: 0px;
	margin-bottom: 5px;
	line-height: 0px;
	font-size: 1.25em;
	font-family: Verdana;
}

.content_box h3 {
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
	font-family: Verdana;
}

.small h3 {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-family: Verdana;
}

.content_box h3 a {
	color: #3e79c3;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

.content_box h3 a:hover {
	color: #3e79c3;
	font-size: 0.9em;
	text-decoration: underline;
	font-weight: bold;
}

.content_box a {
	color: #3e79c3;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}

.content_box a:hover {
	color: #3e79c3;
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
}

.content_box img {
	border: solid 2px;
	border-color: #C9C9C9;	
}

ul {
	list-style-type: none;
	padding-left: 10px;
}

.websites_text {
	font-size: 0.9em;
}

#bottom {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.75em;
	font-family: Verdana;
	text-align: center;
	width: 100%;
}