@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	text-align: center;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 732px;
}

img {
	vertical-align: bottom;
}

#menu img{
	border:0;	
}

#content {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:left;
	text-align: left;
	margin-left: 10px;
	background-color: #333;
	width: 672px;
	padding: 20px;
	min-height: 400px;
}

#orderform .error {
	color: #b08f49;
	font-weight: bold;
}

#content h1 {
	letter-spacing: 1px;
	font-size: 16px;
	color: #b08f49;
}

#content h2 {
	letter-spacing: 1px;
	font-size: 14px;
	color: #b08f49;
}

#content p {
	text-align:justify;
}

#content ul {
	text-align:justify;
}

#content a {
	text-align:justify;
	text-decoration:underline;
	color: #fff;
}

#content a:hover {
	text-align:justify;
	text-decoration:underline;
	color: #b08f49;
}

#content .right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content .left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

}

#content .center {
	display: block;
	margin: auto;
}

#content .video {
	text-align: center;
}

.clear {
	clear: both;
}

#content .back {
	margin-top: 5px;	
}

#content .back a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
