body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

body, div, table, tr, td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}

img {
	border: 0;
}

img a {
	border: 0;
}

a:link {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #dddddd;
	text-decoration: none;
}

.clr {
	clear: both;
}

.center {
	text-align: center;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#menu {
	height: 90px;
	float: left;
	width: 900px;
}

#topmenu {
	list-style: none;
	display: block;
	text-align: center;
	margin-top: 36px;
}

#topmenu li {
	float: left;
	display: block;
	text-align: center;
	margin-right:  35px;
}

#topmenu li a:link, a:visited, a:active {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 35px;
	float: left;
	
}

#main {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
}

#strip {
	float: left;
	width: 900px;
	height: 298px;
	margin: 0; 
	padding: 0;
}

#content {
	float: left;
	width: 900px;
	background-color: #111111;
	margin: 0;
	padding: 0;
}

#inner {
	float: left;
	margin: 10px;
	width: 880px;
}

#left {
	float: left;
	width: 520px;
	min-height: 400px;
	padding-right: 10px;
}

#right {
	float: left;
	width: 280px;
	border-left: 1px solid #ffffff;
	padding-left: 10px;
	min-height: 400px;
}

#footer {
	float: left;
	padding: 10px;
}

.form {
	padding: 5px;
}

.input {
	border: 1px solid #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}