@import "reSet.css";

body{
	font-size: 18px;
	font-family: Arial, Helvetica, sans serif;
	color: #666;
}

#wrapper{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
section{
	margin-top: 40px;
	margin-bottom: 40px;
}

h1{ 
font-size: 24px;
}
h2{ 
font-size: 20px;
}


ul{
	margin-right: 80px;
	padding-right: 40px;
}

#bulletImage{
	list-style-image:url(images/bullet.gif);
}

/*list no image*/

#noImage{
	list-style-type:none;
}

/*nav*/

nav ul li{
	list-style:none;
	display: inline;
}
nav li{
	margin-right: 20px;
}


a.pageLink:link { 
	color:#f00; 
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #990;
	
	}
a.pageLink:visited { 
	color:#f00;
	text-decoration:none; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #990;  	
	
}
a.pageLink:hover {  
	color: #990; 
	text-decoration:none; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #f00;
	
}
	
#navThree a:link {  
	color:#f00; 
	text-decoration:none; 
	
	}

#navThree a:visited { 
	color:#f00; 
	text-decoration:none; 
}

#navThree a:hover {  
	color: #990; 
	text-decoration:none; 
	
}	
	
.floatLeft{
	float: left;
}
	
.clearFloat{
	clear: both;
}
	

