/*** top elements ***/
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif; 
	background: #000000;
	background-image: url(media/website_bg03.jpg);
	background-position: center 70px;
	background-repeat: no-repeat;
	text-align: center;
}

/*** links ***/
a { 
	color: #EFEFEF;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #666600;
	background-color: inherit;
}

/*** headings ***/
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;	
}
h1 { font-size: 1.5em; color: #999999; } 
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #EFEFEF;
}
ul span, ol span {
	color: #666666; 
}

/*** images ***/
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}


/*** Page Layout ***/
#wrap {
	width: 100%; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
}

/*** header ***/
#header { 
	clear: both;
	margin: 0; padding: 0;
	width: 100%;	height: 70px;
	background: #0a0a0a url(media/longbox01.jpg);
	background-position: top center;
	background-repeat: no-repeat;		
}
#header .header-left{
	float: left;
	width: 49%;	height: 70px;

}
#header .header-right{
	float: right;
	width: 49%;	height: 70px;

}

/*** content ***/
#content { 
	color: #888888;
	margin: 0; padding: 0; 
	width: 100%;		
}
#content a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #777777;
}
#content a:hover { 
	text-decoration: none; 
	font-weight: bold;	
	color: #666000;
}
#content .content-middle{
	position: relative;
	top: 65px;


}


/*** footer ***/
#foottop {
	clear: both;
	position: fixed;
	bottom: 70px;
	margin: 0; padding: 0;
	width: 100%; height: 3px;
	background: #0a0a0a;	
}
#footer {
	clear: both;
	position: fixed;
	bottom: 0;
	margin: 0; padding: 0;
	width: 100%; height: 70px;
	background: #000000;	
}

#footer .footer-left{
	float: left;
	width: 49%;
}
#footer .footer-right{
	float: right;
	width: 49%;
}



/*** additional classes ***/
.float-left  {  float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-center {	text-align: center; }
.align-right {	text-align: right; }

.clear	 {clear: both; }

/*** text styles ***/
.menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	line-height: normal;
	text-transform: none;
	text-decoration: none;

}
.menuitem:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666600;
	line-height: normal;
	text-transform: none;
	text-decoration: underline;


}
.menuitem_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	line-height: normal;
	text-transform: none;
	text-decoration: none;

}
.menuitem_white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666600;
	line-height: normal;
	text-transform: none;
	text-decoration: underline;


}
.regulartext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
}
.regulartext_white {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
}
.heading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
}
