html, body {
	font-family: "Courier New", Courier, mono;
	font-size: 17px;
	font-style: normal;
	color: #606642;
	font-weight: normal;
	background-color: #F5F7EF;
}


font.times {
	font-family:	"Century Schoolbook", Georgia, "Times New Roman", Times, serif;	
}


a.nav{
color : #999999;
text-decoration : none;
font-weight: normal;
}

a.nav:hover{
color : #666666;
text-decoration : underline;
font-weight: normal;
}


a.buy{
color : #999999;
text-decoration : none;
font-weight: normal;
}

a.buy:hover{
color : #666666;
text-decoration : underline;
font-weight: normal;
}

A.mark{
/*color : #cc9933;*/
/*color : #ffcc33;*/
text-decoration : none;
font-weight: bold;
}

A.mark:HOVER{
color : #00ccff;
text-decoration : underline;
font-weight: bold;
}

A.mark:visited{
color : #00ccff;
text-decoration : none;
font-weight: bold;
}

A.thin{
text-decoration : none;
font-weight: normal;
}


/*
A{

color : #cc9933;
color : #ffcc33;
text-decoration : none;
font-weight: bold;
}

*/

A{
	color : #0066CC;
	text-decoration : none;
	font-weight: bold;
}


A:HOVER{
color : #00ccff;
text-decoration : underline;
font-weight: bold;
}


.container {
	width: 800px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	min-height: 100%;
}
.header {
	width: 800px;
	position: relative;
	height: 70px;
	left: 0px;
	top: -10px;
	background-color: #FFFFFF;
}

.menudiv {
	width: 800px;
	position: relative;
	height: 50px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-image: url(images/menubg.png);
}


.menu {
	width: 743px;
	position: relative;
	height: 54px;
	left: 0px;
	top: 0px;
	padding-top: 5px;
	padding-left: 57px;
	background-color: #FFFFFF;
}

.body {
	position: relative;
	width: 800px;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
}

.body_content {
	position: relative;
	width: 684px;
	left: 0px;
	top: 0px;
	padding-right: 58px;
	padding-bottom: 20px;
	padding-left: 58px;
	padding-top: 20px;
	background-color: #FFFFFF;
}

.body_flash {
	position: relative;
	width: 684px;
	left: 0px;
	top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 45px;
	padding-top: 20px;
	background-color: #FFFFFF;
}

.leftdiv {
	position: relative;
	width: 260px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}
.left {
	position: relative;
	width: 202px;
	left: 0px;
	top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 58px;
	padding-top: 20px;
	background-color: #FFFFFF;
}

.maindiv {
	position: absolute;
	width: 540px;
	left: 260px;
	top: 0px;
	background-color: #FFFFFF;
}

.main {
	position: relative;
	width: 422px;
	left: 0px;
	top: 0px;
	padding-right: 82px;
	padding-bottom: 0px;
	padding-left: 36px;
	padding-top: 20px;
	background-color: #FFFFFF;
}

.narrow {
	position: relative;
	width: 480px;
	left: 160px;
	top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}


.credit {
	position: relative;
	left: 52px;
	top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 12px;
}

.footer {
	clear: both;
	width: 800px;
	position: relative;
	top: -12px;
	bottom: -10px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 12px;
	background-color: #FFFFFF;
}
