body, html {
	margin: 0px;
	background-color: #ffcc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#000000;
}

a:link {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}

.top {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size:14px;
	font-style: italic;
	color: #339999;
	font-weight: bold;
}

#header {
	width: 100%; height: 83px;
	background-image: url(images/top-bg.gif); background-repeat: repeat-x;
	border-bottom: 2px solid #999999;
}	

#heading {
	height: 17px;
	vertical-align: top;
	font-size: 12px; color: #ffffff;
	text-align: center;
}

#slogan {
	width: 20%;
	margin-top: 10px;
	color: #ffffff; font-weight: bold; font-style: italic;
	text-align: center;
}

.category {
	font-family: Arial Black, Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #339999;
}

h1,h2,h3,h4 {
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: center;
	font-style: italic; font-weight: bold; color: #6699CC;
	border-bottom: 2px dotted #CC9900;
}

h1 {	
	margin-top: 15px; margin-bottom: 5px;
	font-size:30px;
}

h2 {
	margin-top: 15px; margin-bottom: 5px;
	font-size:26px;
}

h3 {
	font-size:22px;
	
}

h4 {
	margin-top: 15px; margin-bottom: 5px;
	font-size:20px;
	line-height: 20px;
}


.rfloat {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: solid 1px #000000;
}

#footer {
	width: 100%;
	font-size: 10px;
	text-align: center;
}
