/************************/
/*	LAYOUT STYLES		*/
/************************/

body {
	background-color: #F7F7C6;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url('../images/layout/bg.gif');
	background-repeat: repeat-y;
}

#wrapper {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#bodycopy {
	background-color: #F7F7C6;
	width: 640px;
	margin-left: 175px;
}


.blackbg{
	background-image:   url('../images/layout/black_bg.gif');
	background-repeat: repeat-x
}

/************************/
/*	NAVIGATION STYLES	*/
/************************/

#nav {
	margin: 0px;
	padding: 20px 0px 0px;
	width: 100%;
	z-index: 1;
	float: left;
	left: 0px;
	top: 5px;
	position: absolute;
}

#nav_copy {
	text-align: left;
	width: 675px;
	padding-left: 5px;
}

#nav_copy a:hover {
	font-family: "Courier New", Courier, mono;
	color: #F41B00;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px 7px;
}

#nav_copy a {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px 7px;
}


/************************/
/*	FOOTER STYLES		*/
/************************/
#footer {
	margin-left: 150px;
	width: 700px;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}




.buy_banner {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin: 35px 0px 7px;
	padding: 0px;
}

.dot_bg {
	background-image: url('../images/buy/dot_bg.gif');
	background-repeat: repeat-y
}


.dot_bg2 {
	background-image: url('../images/buy/dot_bg2.gif');
	background-repeat: repeat-x
}

.buy_thumbnails {
	border: 2px solid #000000;
	margin-bottom: 7px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
}
.links_thumbnails {
	border: 2px solid #000000;
	margin: 5px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
