﻿html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	border:0px;
}

html {
	height: 100%;
}

body {
	font-size: 12px; 
	background: #ffffff; 
	color: #505050; 
	line-height: 1.5; 
	font-family: Arial, Helvetica, Sans-Serif
}


#header {
}

#header A {
	COLOR: #8d8d8d; TEXT-DECORATION: none;outline:none;font-weight:normal;
}
#header A:hover {
	COLOR: #8d8d8d; TEXT-DECORATION: underline;outline:none;font-weight:normal;
	background: url(pictures/marker.gif) no-repeat right center;
	padding-right:13px;
}
#header A:active {
	COLOR: #8d8d8d; TEXT-DECORATION: underline;outline:none;font-weight:normal;
}
#header A:focus {
	COLOR: #8d8d8d; TEXT-DECORATION: underline;outline:none;font-weight:normal;
}



#headercontent {
	width:845px;
	margin: 0px auto;
	background: url(pictures/header.gif) no-repeat left top;
	height:85px;
}

#headerexplore 
{
	float:left;
	position:relative;
	left: 433px;
	top: 15px;
	width: 130px;
}

#headerengage
{
	float:left;
	position:relative;
	left: 433px;
	top: 15px;
	width: 135px;
}

#headerconnect
{
	float:left;
	position:relative;
	left: 433px;
	top: 15px;
	width: 118px;
}

#headericon
{
	float:left;
	position:relative;
	left: 433px;
	top: 5px;
	width: 20px;
}


#container {
	margin:0 auto;
	width:100%;
	text-align:left;
	min-height: 100%;
	background: url(pictures/mainbg.gif) repeat-x left top;
}
 
#wrapper {
	position: relative;
	min-height: 100%;
	/*background: url('pictures/contentbg.png') top left repeat-y;*/
}
 

