/* CSS Document */

a:link {
	color: #131313;
	text-decoration: none;
	border-bottom: 1px solid #131313;
	padding-bottom: 1px;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px solid #131313;
	padding-bottom: 1px;
	color: #131313;


}
a:hover {
	background-color: #dfff07;
	color:#1a445e;
	border-bottom: 1px solid #1a445e;
	padding-bottom: 1px;

}

a:active {
	color:#1c6796;
	text-decoration: none;
	border-bottom: 1px solid #1c6796;
	padding-bottom: 1px;

	
}

img a {
	border:0px;
}


body {
	
	margin: 0;
	padding: 0;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica   Neue", helvetica, arial;	
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;   
}

#wrapper {
   width: 960px;
   padding: 10px;
   margin: 15px auto 0px auto;
    
   background-image: url(images/shade.jpg);
   background-repeat: no-repeat;
}

p.intro  {
font-size:17px;
line-height:20px;
border-bottom: 2px solid #dddddd;
padding-bottom:15px;


}

p.intro a  {
font-size:12px;



}


image {
	margin-top: 20px;
	margin-bottom: 10px;
	
}

.entry {
	margin-bottom: 10px;
}

* ul {
	
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 30px 0px; 
}


* li {
	list-style-type: none;
	float: left;
	padding: 8px 20px 0px 0px; 
	width: 300px;
}

.clearer {
    clear: both;
	height:0px;
	margin: 0px 0px 30px 0px;
}
