body
{
	background: #8D7044;
	text-align: center;
/*	background-image: url(images/background_dark.gif); */
}
A 			{ color: #003366; text-decoration: underline; }
A:link		{ color: #003366; text-decoration: underline; }
A:visited	{ color: #003366; text-decoration: underline; }
A:active	{ color: #ddd; background-color: #CB0087;  }
A:hover		{ color: #ddd; background-color: #CB0087; }

dt { font-weight: bold; }

#body
{
	width: 580px;
	text-align: center;
	border: 2px;
	border-color: black;
	padding: 2px;
	background-image: url(images/background_p.jpg);
	/*	background-color: #D4C1A4; */
	background-color: #000;
	background-repeat: no-repeat;
	background-position: -80px -10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.content {
	background-color: #F0E6D7;
	text-align: left;
	margin: 5px 20px 20px 20px;
	border-color: #666;
	border-width: 4px;
	border-style: double;
	padding: 0px 4px 4px 4px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#banner
{
	color: #CB0087;
	font-size: 130px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 193px;
}

.buy_now
{
	text-align: left;
	border-color: #666;
	border-width: 1px;
	border-style: dotted;
	padding: 4px;
	margin-left: 5px;
	float: right;
}


/* toolbar: links in blackbox */
.toolbar	
{
	background-color: #000;
	text-align: center;
	margin: 0px 33% 5px 33%;
	font-size: 15px;
	border-color: #D4C1A4;
	border-width: 0px 3px 3px 3px;
	border-style: solid;
	padding: 2px;
	border-radius: 0px 0px 10px 10px;
}

.toolbar A 			{ color: #ddd; text-decoration: underline; }
.toolbar A:link		{ color: #ddd; text-decoration: underline; }
.toolbar A:visited	{ color: #999; text-decoration: underline; }
.toolbar A:active	{ background-color: #CB0087;  }
.toolbar A:hover	{ background-color: #CB0087; }
/* /toolbar */


/* copyright */
#copy			{ color: #D4C1A4; font-size: smaller; }
#copy A 		{ color: #D4C1A4; text-decoration: none; font-size: larger; }
#copy A:hover 	{ color: #D4C1A4; text-decoration: underline; background-color: #CB0087;}
