@charset "utf-8";
/* CSS Document */

/* Page Setup: Body, Fonts and Links */
html, body{
	height: 100%;
	min-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background: #111111;
	margin:0;
	}
	
a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* Page Layout */
#container{
	position:absolute;
	top:0;
	width:850px;
	left:50%;
	margin-left:-425px;
	height:100%;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #555555;
	border-left-color: #555555;	
}
#header{
	position:relative;
	top:0;
	height:430px;
}
#headermenu_right{
	position:absolute;
	top: 340px;
	right:1%;
	width: 37%;
	height: 110px;
	border-left-width:1px;
	border-left-color:#FF0000;
	border-left-style: solid;
}
#highlight_right{
	float:right;
	width: 39%;
	background-color:#222222;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right:-1%;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#content{
	position:relative;
	padding: 1%;
}
#footer{
	position: relative;
	width:98%;
	height:30px;
	text-align:center;
	bottom:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 1%;
}
.picture_highlight{
	border:2px solid #CCCCCC;
}

/*Text Styles*/
.h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	padding:2%;
}
.h2 {
	color: #F7F7F7;
	font-size: 16px;
	font-weight: bold;
}
.h3 {
	color: #FFFF00;
	font-weight: bold;
}
.h4 {
	color: #00FF00;
	font-weight: bold;
}
.MenuText a:link, .MenuText a:visited{
	color:#00FF00;
	font-size: 18px;
}
.MenuText a:hover{
	color:#FFFF00;
	text-decoration:none;
	font-size: 18px;
}
.MainText a:link,.MainText a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
}
.MainText a:hover{
	text-decoration:underline;
	font-size: 12px;
}
