/* money style sheet */

body {
	background: #144026 url(images/moneybkg.jpg);
	color: #144026;
	font: 10px Verdana, sans-serif;
	margin: 0;
	padding: 0;
	}

.category {
	font-size: 12px;
	font-weight: bold;
	color: #45190F;
	font-variant: small-caps;
	}

.categoryrl {
	font-size: 12px;
	font-weight: bold;
	color: #45190F;
	font-variant: small-caps;
	margin-bottom: 5px;
	}

a:active {
	color: #aaaaaa;
	text-decoration: none;
	}

#main {
	margin: 0 auto;
	width: 517px;
	background: #E5FCC7;
	padding: 0;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	}

#title {
	margin: 0 auto;
	background: #E5FCC7 url(images/money.jpg) top center no-repeat;
	height: 332px;
	width: 517px;
	}

#content {
	background: #E5FCC7;
	color: #144026;
	border-right: 1px solid #000;
	padding: 10px;
	width: 233px;
	margin-top: 20px;
	margin-left: 5px;
	}

#rightside {
	position: absolute;
	top: 333px;
	margin-top: 20px;
	background: #E5FCC7;
	margin-left: 270px;
	width: 225px;
	padding: 10px;
	}


#nav {
	position: absolute;
	margin: 291px 0 27px 45px;
	}

#nav ul {
	list-style: none;
	}

#nav li {
	display: inline;
	text-align: center;
	}

.info {
	margin-left: 70px;
	}

.about {
	margin-left: 60px;
	}

.last {
	margin-left: 52px;
	}


#nav a:link {
	color: #144026;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #807C73;
	text-decoration: none;
	}

#nav a:hover {
	color: #45190F;
	text-decoration: underline;
	font-weight: bold; 
	}

#footer {
	background: #E5FCC7;
	margin: 0 auto 20px auto;
	width: 490px;
	text-align: center;
	font-size: 9px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0;
	}

#footer a:link {
	color: #665956;
	text-decoration: none;
	padding: 5px 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;
	}



	
