
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

a {
	text-decoration: underline;
	color: #5E94DC;
}

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

/* Wrapper */

#wrapper {	
	width:900px;
	margin:0 auto;
	height: 100%;
	background: #ffffff;
}

#ad {
	height: 100px;
	text-align:center;
	margin: 0 auto;
	
}

#header {
	width: 900px;
	height: 200px;
	text-align:center;
	margin: 0 auto;
	background: #ffffff;
}

/* Menu */

#menu {
	width: 900px;
	height: 45px;
	margin: 0 auto;
	background: #ff0000;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin-right: 2px;
	padding: 15px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu .active a {
	background: #000000;
	color: #5B8FDA;
}


#container {
	margin:10 auto;
	width: 900px;
	background: #000000;
}


/* Content */
	
#sidebar_left {
	float: left;
	width: 200px;
	background: #0000ff;
}

#content {
	float: left;
	width: 540px;
	background: #ff0000;
}

/* Sidebar */

#sidebar_right {
	float: right;
	width: 160px;
}


.clear {
    clear: both;
}

/* Footer */

#footer {
	margin: 0 auto;
	width: 900px;
	padding: 20px 0px;
	background: #000000;
	color: #686767;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #A1A1A1;
}

#footer a:hover {
	text-decoration: none;
}