@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
}


a:link {
	color: #FF3333;
	text-decoration: none;
}
	
a:visited {
	color: #FF3333;
	text-decoration: underline;
	font-weight: bold; 
}

a:hover {
	color: #590971
	
}

a:active {
	color: #590971;
	text-decoration: none;
	font-weight: bold; 
	
}


h1 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-weight: bold;
padding-top: 0px;
margin-bottom: 0px;
margin-top: 10px;
}


h2 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold;
padding-top: 10px;
margin-bottom: 0px;
}


p  
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 16px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
margin-top: 0px;
}


/* Tell the browser to render HTML5 elements as block */  
footer, header, nav, section { display: block; }


#container{
	width: 900px;
	margin: auto;
}


header
{
	position: relative;
	width: 900px;
	height: 70px;
	
}

nav
{
	position: relative;
	width: 880px;
	height: 20px;
	background-color: #FF9966;
	text-align: center;
	padding: 10px;
}


nav a:link {
	color: #FF3333; 
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
}

nav a:visited {
	color: #cccccc; 
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

nav a:hover {
	color: #FF3333; 
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

nav a:active {
	color: #590971; 
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

section
{
	position: relative;
	width: 878px;
	background-color: #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 10px;
	min-height:500px;
	}



footer {
	clear:both;
	position: static;
	width:890px;
	height: 20px;
	font-size: 12px;
	background-color: #FF9966;
	padding-top: 5px;
	padding-left: 10px;
}
	 
#container section p img {
	clear: left; 
	float: left; 
	margin-bottom: 1em; 
	margin-right: 1em;}
	
