body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #999999;
}
body {
	background-color: #E0DFE3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-size: x-small;
	font-weight: bold;
}
.greytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B2B4BF;
	font-style: normal;
	font-size: small;
}

#container {
	width: 760px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	border-right-color: #FF9901;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FF9901;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #FF9901;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFFFFF;
	background-image: url(../../images/bar-back.gif);
	background-repeat: repeat-x;
		}

#banner {
	background-color: #FF9901;
/* 	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
*/	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content {
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
		border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9901;
}


#advertising {
	float: right;
	margin: 0px 0px 20px 8px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9901;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9901;
	font-size: small;
	background-color: #FF9901;
}

		#footer {
	clear: both;
	padding: 5px;
	margin-top: 0px;
	color: #999999;
	border-top: 1px solid #FF9901;
	border-bottom: 1px solid #FF9901;
		}
#menu {
	height: 20px;
	text-align: right;
	padding: 2px;
	background-color: #FEAE36;	
}
h3 {
	font-size: large;
	color: #333333;
	text-transform: capitalize;
}
h4 {
	font-size: medium;
	color: #666666;
	text-transform: capitalize;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
}
ol {
	list-style-position: outside;
	list-style-type: disc;
}
h1 {
	font-size: x-large;
	color: #000000;
}
h2 {
	font-size: x-large;
	color: #333333;
}
h5 {
	font-size: small;
	color: #666666;
}
h6 {
	font-size: small;
	color: #999999;
}