body, html {
color:#666;
min-height:101%;
font-size: 100%;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 62.5%;
 background: url(../images/bg.png) repeat;
}

#wrapper { 
 position:relative;
 margin: 0 auto;
 width: 953px;

}
#header {
 width: 900px;
 color: #333;
 padding: 0;
 height: auto;
 margin: 0px 0px 0px 0px;
 background: #000000;
}
#navigation {
 width: 880px;
 height: 45px;
 color: #333;
 padding: 10px 0px 10px 20px;
 margin: 0px 0px 0px 0px;
 background: url(../images/menubg.gif) repeat-x;
}

#navigation img {
padding: 6px;
clear: both;
}

#content { 
 width: 870px;
 color: #333;
 background: #DDDDDD;
 margin: 0px 0px 0px 21px;
}
#bottom{ 
 width: 900px;
 position: relative;
 color: #333;
 background: url(../images/bottombg.gif) #000000 repeat-x;
 margin: 0px 0px 0px 0px;
 padding-top: 20px;
 padding-bottom: 20px;
 height: 100px;
}
#bottom a,
#bottom a:active,
#bottom a:visited {
color: #f8991c;
background: url(../images/learn.gif) no-repeat center right;
padding-right: 15px;
}
#bottom p {
font-size: 1.2em;
color: #DDDDDD;
}
#bottom  h2 {
 font-size: 3.5em;
 color: #D7D7D7;
 text-align: center;
 padding-top: 0px;
}
#bottom h3 {
font-size: 1.4em;
color: #FFFFFF;
text-align: left;
border-bottom: 1px solid #D7D7D7;
margin-top: 15px;
margin-right: 187px;
margin-bottom: 10px;
}
#bottom h4 {
font-size: 1.6em;
color: #D7D7D7;
text-align: left;
}
ul {
font-size: 1.4em;
color: #D7D7D7;
}
li {
background: url(../images/bullet.gif) no-repeat 0px 3px;
padding-left: 13px;
padding-bottom: 7px;
margin-left: 13px;
}
#standard {
	float: left;
	width: 31%;
	padding-left: 10px;
	padding-right: 10px;
}
#premium{
	float: left;
	width: 31%;
	padding-left: 10px;
	padding-right: 10px;
}
#superior{
	float: left;
	width: 31%;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar {
	float: left;
	width: 33%;
	margin: 15px;
	padding: 5px;
	border: 1px solid #666666;
	background: #FFFFFF;
	}
#sidebar h2{
 font-size: 3.0em;
 color: #666666;
 text-align: center;
 padding-top: 0px;
}
#sidebar h3{
font-size: 2.0em;
color: #666666;
text-align: left;
padding-top: 10px;
}
#form {
	width: 64%;
	padding: 10px;
}
#footer {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	position: relative;
	height: 50px;
	clear: both;
	font-size:8pt;
	}
#footer p {
	text-align: center;
	font-size: 1.2em;
	color: #DDDDDD;
	
}

#footer a , 
a:visited{
	color: #DDDDDD;

}
	
