/* sunflower style sheet */

body {
	background: #FFF;
	color: #665956;
	font: 10px Verdana, sans-serif;
	}

.category {
	font-size: 14px;
	font-weight: bold;
	color: #2B5DDB;
	font-variant: small-caps;
	}

.categoryrl {
	font-size: 12px;
	font-weight: bold;
	color: #2B5DDB;
	font-variant: small-caps;
	margin-bottom: 5px;
	}
#nav a:link {
	color: #665956;
	text-decoration: none;
	padding-left: 10px;
	}

a:visited {
	color: #807C73;
	text-decoration: none;
	}

#nav a:hover {
	color: #6D90E7;
	text-decoration: underline;
	font-weight: bold;
	background: url(images/arrow-left1.gif) left no-repeat;
	padding-left: 10px; 
	}

a:active {
	color: #aaaaaa;
	text-decoration: none;
	}

#main {
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #99B2EF;
	width: 700px;
	}

#title {
	margin: 5px;
	padding: 10px;
	border: 1px solid #99B2EF;
	background: #DCE0F9 url(images/sunflower3.jpg) 5% 45% no-repeat;
	height: 215px;
	}

#belowtitle {
	float: left;
	margin-left: 3px;
	margin-top: 10px;
	width: 680px;
	
	padding: 10px;
	background: url(images/extra.jpg) center no-repeat;
	}

#belowtitle p {
	font-size: 9px;
	width: 140px;
	}

#content {
	color: #426EE4;
	border: 1px solid #99B2EF;
	float: left;
	padding: 10px;
	width: 490px;
	height: auto;
	margin-top: 20px;
	margin-left: 3px;
	}

#rightside {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	width: 140px;
	height: auto;
	
	padding: 10px;
	}

#nav {
	margin: auto 10px auto 510px;
	padding: 10px;
	height: 192px;
	background: #DCE0F9;
	}

#nav ul {
	display: block;
	padding-top: 50px;
	}

#nav li {
	list-style: square;
	padding: 5px;
	}

#nav p {
	margin-top: 30px;
	background: #DCE0F9;
	padding-left: 20px;
	text-align: center;
	}

#footer {
	margin-top: 25px;
	text-align: center;
	font-size: 9px;
	}

#footer a:link {
	color: #665956;
	text-decoration: none;
	padding: 10px;
	}

#footer a:visited {
	color: #807C73;
	text-decoration: none;
	}

#footer a:hover {
	color: #6D90E7;
	text-decoration: underline;
	}

#footer a:active {
	color: #aaaaaa;
	text-decoration: none;
	padding: 5px;
	}



	
