body {
	background-color: #660000;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
}

.tbleBg {
	background-image: url(/images/site_03.gif);
}

#header {
	background-image: url(/images/site-store_01.gif);
	height: 156px;
	width: 725px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.pageCenter {
	background-image: url(/images/site-store_02.gif);
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}

.keyword {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	padding-right: 50px;
	padding-top: 3px;
}

.navCol {
	float: left;
	width: 200px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 35px;

}

.footer {
	background-image: url(/images/site-store_03.gif);
	background-repeat: no-repeat;
	height: 100px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}

#bottomNav {
	border-top: 1px solid #CCFFCC;
	border-bottom: 1px solid #CCFFCC;
	text-align: center;
	height: 30px;
	width: 90%;
}
#bottomNav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	white-space: nowrap;
}
#bottomNav li {
	list-style-type: none;
	display: inline;
}
#bottomNav a {
    color: #FFFFFF:
	text-decoration: none;
	padding: 2px 3px;
}
#bottomNav a:link {
	color: #CCFFCC:
}
#bottomNav a:visited {
	color: #660000;
}
#bottomNav a:hover {
	color: #663300;
	background-color: #CCCC99;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	list-style-type: none;
	margin-bottom: 5px;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
     width: 125px; 
     height: 20px;
     display: block;
     text-align: center;
     text-decoration: none;
     color: #000;
	 }
	 
#menu a:hover {
	background: #996600;
	color: #FFFF99;
     }

#menu a:active {
     color: #fff;
     }.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CCFFCC;
}

