body {	
	padding: 0;	color: #000000;	background-color: #ffffff;
	font-size: 14px;
	font-family: arial, sans-serif;
	}
	#wrapper {
	position: relative;
	width: 1050px;
	height: auto;
	min-height: 500px;
	margin-top: 25px;
	margin-bottom: 125px; 
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #c0c0c0;
	
}

#wrapper img {
	border: 0;
}


#leftnav {
	
	position: absolute;
	width: 300px;
	height: 825px;
	margin-left: 0px;
	margin-top: 100px;

}




.content {
	
	display: block;
	width: 650px;
	height: auto;
	min-height: 250px;
	margin-left: 200px;
	margin-top: 10px;
	padding-top: 50px;	
	background-color: #ffffff;
} 


.content img {

	float: left;
	padding: 2px;
	border: 0px;

}

.content a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.content a:visited {
	font-weight: bold;
	color: #525050;
	text-decoration: bold;
}

.content a:hover, a:visited hover {
	font-weight: bold;
	text-decoration: underline;
	color: #6c9de1	
}



#navleft-menu {
	font: small/1em arial, sans-serif;
	font-weight: lighter;	color: black;	background-color: #ffffff;	padding: 8px;
		}

#navleft-menu ul {

	width: 100%;
	padding: 0;
	margin-left:25px;
	list-style-type: none;
		
}#navleft-menu a {
	color: black;	text-decoration: none;}#navleft-menu ul a:visited {	color: #000000;	text-decoration: none;}

#navleft-menu ul a:hover, a:visited hover {
	color: #6c9de1;	text-decoration: none;}

#navleft-menu img {
	
	border: 0px;

}

#topnav {
	position: absolute;
	width: 500px;
	height: 50px;
	background-image: url("../images/pink_bg.jpg");
	margin-top: 25px;
	margin-left: 550px;

}


#topnav img {

	border: 0px;
	

}

#topnav a {

	text-decoration: none;
}

.landing_item {

	margin-bottom: 25px;
	width: 600px;
	height: 200px;
}


.landing_item img  {
	
	clear: left;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	
}


.landing_readmore {
	
	float: right;
}

.landing_readmore img {

	float: right;

}
	
