/* CSS Document */

body {
	text-align:center;
	background-color:#608341;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
#content {
	margin:0 auto;
	text-align:justify;
	width:760px;
}

#top { left:0; width:760px; height:400px; }

.top-logo {
	position:absolute;
	top:5px;
	width:760px;
	height:200px;
	border-color:#8B5742;
	border-style:groove;
	border-width:medium;
}

.top-menu { 
	position:absolute;
	top:220px;
	width:760px;	
	float:left;
	text-align:center;
}

h1 { 
	position:absolute; 
	top:300px; 
	width:760px;
	font-size:24px; 
	color:#000; 
	text-align:center;
	font-style:normal;
}

p {
	position:absolute;
	top:350px;
	text-align:justify;
	padding:20px;
	padding-right:10px;
	overflow:auto;
	height:650px;
	width:730px;
	background-color:#fff;
	border-color:#8B5742;
	border-style:inset;
	border-width:medium;
}
p a:link, p a:hover { text-decoration:underline; color:#5E2612; }
p a:visited, p a:active { text-decoration:underline; color:#699864; }

a:link, a:hover { text-decoration:underline; color:#5E2612; }
a:visited, a:active { text-decoration:underline; color:#8B5742; }

#bottom {
	position:absolute;
	width:760px;
	top:1050px;
	padding-bottom:20px;
	text-align:center;
}
.b-menu, .footer {
	font-size:.8em; 
	color:#000;
	line-height:200%;
	font-style:normal;
}

.buy-button { position:relative; }

#form { 
	position:absolute;
	top:350px;
	text-align:justify;
    line-height:16px;
	padding:20px;
	overflow:auto;
	height:650px;
	width:740px;
	background-color:#fff;
	border-color:#8B5742;
	border-style:inset;
	border-width:medium;
}

.center { text-align:center; display:block; }
.center2 { 
	text-align:center; 
	display:block; 
	font-size:24px; 
	font-style:normal; 
	color:#8B5742;
	line-height:20px;
}
.sold { color:#B22222; font-weight:bold; }
