﻿html,body{
	background-color: #333333;
	margin-top:50px;
	}
body{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align:center;
	padding:0;
	margin:0 auto;
	}
div#container {
width:760px;
margin: 0 auto;
height:auto;
text-align:left;
}
div#header {
width:760px;
height:120px;
background-color:#333;	
}
div#header h1{
font-size:30px;
position:absolute;
z-index:auto;
margin:10px 0 0 10px;
}
div#header h3{
float:right;
font-size:18px;
position:absolute;
z-index:auto;
margin:20px 0 0 600px;
}
div#nav {
width:760px;
height:30px;
background-color:#414141;
}
div#nav ul a {
	height:14px;
	padding-right: 9px;
	}
div#content {
	width:760px;
	height:auto;
	} 
div#main {
margin:0;
float:left;
width:250px;
height:300px;
background-color: #333;	
}
div#main img {
margin:0px;
}
div#sidebar {
border-right:1px solid #333;
float:right;
width:500px;
height:300px;
color: #000;
font-size:14px;	
}
div#footer {
	width:760px;
	height:30px;
	background-color: #414141;
	clear:both;
	margin:0 auto;
	}
textarea {
	border:1px #414141 outset ;
	background-color: #00DF48;
	margin-top:25px;
	float:right;
	color:#000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	height:260px;
	width:450px;
	}
form {
	float:right;
	height:160px;
	background-color:#00FF99;
}
form textarea {
	margin:0px !important;
}
p {
	margin:20px;
	}
ul {
	margin:0 0 0 20px;
	text-align:left;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
#siteFooter {
	font:10px "Verdana" ,normal;
	clear : both;
	margin : 0 auto;
	text-align : center;
	color : #fff;
	width:500px;
	}
#siteFooter li {
	display : inline;
	border-right : 1px solid #999;
	text-align : center;
	margin: 30px 0 0 0;
	}
#siteFooter li a {
	color : #FFFFFF;
	}
#siteFooter ul li a {
	font:10px "Verdana" ,normal;
	padding:5px;
	}
#siteFooter li a:hover {
	text-decoration : none;
	}
#siteFooter {
	margin-top:10px ! important;
}
#footer p {
	color: #FFFFFF;
	font-size: .9em;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
#siteby {
	float: right;
	margin:10px 10px 0 0;
}
#copyright {
	float: left;
	margin:10px 0 0 10px;
}
