
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
a{
	color: blue;
	text-decoration: none;
}
a:hover{
	color: red;
}

body{
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
	color: #999999;
}

h1{
	color: blue;
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
}

#wrapper{
	width: 766px;
	background-color: #EEEEEE;
	color: #999999;
	margin: 10px auto;
	text-align: left;
}

#banner{
	height: 150px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
}

#banner p{
	text-align: right;
	font-size: 10px;
	color: white;
	padding-bottom: 5px;
	padding-right: 70px;
	padding-left: 10px;
	padding-top: 110px;
	text-shadow: black 1px 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
	padding: 5px;
	background-image: url(images/repeat.png);
	background-repeat: repeat-y;
}

#content p{
	margin: 5px;
	padding: 5px;
}
#nav{
	display: inline;
	padding: 10px;
	margin: 10px;
	height: 100%;
	text-align: center;

}
#nav ul{
	margin: 0; 
	padding: 0;
	font-size: 80%;
	border: 0;
}
#nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
}
#nav ul li a{
	color: #000000;
	padding: 0 55px 5px 55px;
	text-decoration: none; 
	height: 100%;
	width: 9em;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: blue;
}
#nav a.sel{
	color: red;
}
#nav a:hover, #nav a:focus{
	color: red;
}

#container ul li{
	margin: 10px 0px 10px 50px;
	padding: 5px;
}
#container p a{
	color: blue;
	text-decoration: none;
}
#container p a:hover{
	color: red;
}

#footer{
	height: 100px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

#footer p{
	color: white;
	padding: 50px 0;
	text-align: center;
	font-size: 10px;
	text-shadow: black 0px 1px 0px;
}
#footer p a{
	text-decoration: none;
	color: white;
}
#footer p a:hover{
	text-decoration: underline;
}

#download{
	text-align: center;
}

#download a{
	text-decoration: none;
	color: blue;
	margin: 5px;
}

#download a img{
	border: none;
	text-decoration: none;
	color: none;
	margin: 10px;
}

#download a:hover{
	color: red;
}

#downloadText{
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

.icon{
	float: left;
	margin: 5px 22px 5px 17px;
}

.thispage{
	color: red;

}
.feature{
	padding: 10px;
}
.feature h2{
	font-size: 15px;
	margin: 7px;
	padding: 5px;
}

.feature-text{
	margin: 0 30px 0 10px;
}


.feature-img{
	float: right;
	margin: 7px;
}
