html {
	height: 100%;
}

body {
	background:#000;
	color:#fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em/140%;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

a:active {
	color: #fff;
}

#content a {
	color: #ff0000;
}

#content a:hover {
	color: #fff;
}

p {
	color: #fff;
	font-size: 0.8em;
	line-height: 16px;
}

h2 {
	text-align: center;
	margin-top: 45px;
	font-size: 1.8em;
	font-weight: bold;
}

#wrapper {
	background:#000 url(images/mainbck.jpg) no-repeat;
	margin: 0 auto;
	width: 960px;min-height: 700px;
}

#header {
	widows: 960px;height: 180px;
}

#menu {
	position: relative;
	background: #ff0000;
	display: block;
	top: 50px;
	width: 960px; height: 20px;
	
}

ul#nav {
	position: relative;
	left: 320px;
	width: 350px;
}

ul#nav li{
	display: inline;
	margin-right: 15px;
}

#content {
	width: 960px;
}

#left_column {
	margin: 0 auto;
	width: 700px;
}