body {
	margin: 0;
	background: #000000 url('bg.jpg') repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2d2d2d;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	color: #fc8a00;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul {
	list-style-type:		none;
	margin:				0;
	padding:			0;
	font-size:			10px;
	}


p { line-height: 1.5em; }
div { line-height: 1.5em; }


a {
	text-decoration: none;
	color: #ebebeb;
	font-weight: normal;
}

a:hover {
	background: none;
	font-size: 14px;
	text-decoration: underline;
}

.blue { color: #006699; }

.short { line-height: 1.5em; }

form { margin: 0; padding: 0; }

.input { border: 1px solid #404040; background-color: #373737; color: #fff; }

#content { position: relative; width: 900px; margin: 0 auto; }
.box { float: left; margin-right: 15px; }
.box_content {
	float: left;
	width: 95%;
	background-color: #161614;
	border: 1px solid #292929;
	filter:alpha(opacity=50);
	opacity: 0.5;
	color: #ebebeb;
	padding: 5px;
	height: 425px;
}

