body, html 
{
	position: absolute;
	background-color: #e6e6e6;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	width: 100%;
	height: 100%;
}

	
#wrapper 
{
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}


#navigation
{
	background-color: #707070;
	height: 28px;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

#navigation a
{
	color: #FFFFFF; 
	
	text-decoration: none; 
	text-transform: uppercase; 
	margin-left: 8px;
	margin-right: 8px;
}
#navigation a:visited {text-decoration: none;}
#navigation a:hover{text-decoration: underline;}
#navigation a:active {color: white;}

#left
{
	float: left;
	position:relative;
	top:10px;
	background-image: url('../images/vertbg.jpg');
	background-repeat: repeat-y; 
	background-position: center top;
	background-color: #ffffff;
	width: 250px;
}

#right
{
	float: left;
	vertical-align:text-top;
	/*background-color: #FFFFFF;*/
	width: 600px;
	/*padding-left: 25px;
	padding-right: 25px;*/
	font-family: verdana;
	font-size: 13px;
	line-height: 22px;
	text-align:justify;
	text-justify:auto;
}

#right a
{
	color: #505050; 
	
	text-decoration: none; 
	
}
#right a:visited {text-decoration: none;}
#right a:hover{text-decoration: underline;}
#right a:active {color: white;}


#right h1 {
	font-size:22px;
	vertical-align:text-top;
}


#bottom
{
	width: 900px;
	background-color: #707070;
	/*margin-left: 25px;
	margin-right: 25px;*/
	text-align: left;
	
	line-height: 16px;
	font-size: 10px;
}

#bottom a
{
	color: #FFFFFF; 	
	text-decoration: none; 
	position:relative;
	left:5px;
	margin-left:10px;
}
#bottom a:visited {text-decoration: none;}
#bottom a:hover{text-decoration: underline;}
#bottom a:active {color: white;}



#footer
{
	color: #FFFFFF;
	width: 900px;
	background-color: #707070;
	
	text-align: center;
	
	line-height: 16px;
	font-size: 10px;
}

#footer a
{
	color: #FFFFFF; 	
	text-decoration: none; 
	
}

#topper1
{
	width: 825px;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
	padding-right: 60px;
	line-height: 32px;
	font-size: 30px;
}

#topper2
{
	width: 825px;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
	padding-right: 60px;
	line-height: 18px;
	font-size: 16px;
}

#container3 {
    float:left;
    width:900px;
    background:#FFFFFF;
    overflow:hidden;
    position:relative;
}

#container2 {
    float:left;
    width:900px;
    background:#FFFFFF;
    position:relative;
    right:650px;
}

#col2 {
    float:left;
    width:250px;
    position:relative;
    left:74.25%;
    overflow:hidden;
}

#col3 {
    float:left;
    width:600px;
    position:relative;
    left:75%;
    overflow:hidden;
}

.clear
{
	clear: both;
}	