/* Body Elements */
body {
	background-color:#000;
	color:#fff;
	margin-top:40px;
	margin-bottom:50px;
	font-size:0.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}

#container {
	width:900px;
	margin:0 auto;
}

#menu {
	background-image:url(Images/menu.jpg);
	width:402px;
	height:255px;
	padding-top:320px;
	padding-right:40px;
	float:left;
	background-repeat:no-repeat;
	text-align: right;
}

#menu ul {
	list-style-type:none;
}

#menu li {
padding-bottom:10px;
}

.logo1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:3em;
}

.logo2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:3em;
	color:#999;
}
.logo3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:1em;
	color:#999;
}

#content {
	float:right;
	padding:15px;
	width:427px;
}

#footer {
	clear:both;
	background-image:url("images/footer.jpg");
	background-repeat:no-repeat;
	background-position:325px 0px;
	width:675px;
	height:21px;
	padding:5px 10px 0px 0px;
	margin:0 auto;
	color:#404040;
	font-size:.8em;
	text-align:right;
}

/* Text Effects */
a {
	text-decoration:none;
}

#footer a {
	color:#717171;
}

a:hover {
	text-decoration:underline;
}

h1 {
	color:#fff;
	font-size:1.5em;
}

h2 {
	color:#bbb;
	font-size:1.25em;
	text-align: left;
}

h3 {
	color:#999;
	font-size:1.25em;
	font-weight:normal;
	margin-bottom:5px;
}

h4 {
	color:#999;
	font-size:1.25em;
	font-weight:normal;
	margin-bottom:5px;
	text-align: center;
}

/* Element Effects */
input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width:150px;
	color: #fff;
	background: #222;
}
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width:350px;
	height:150px;
	color: #fff;
	background: #222;
	size:auto;
}

input:hover, select:hover, textarea:hover {
	background: #333;
}

.login_form{
	width:350px;
	position: relative;
	margin-top:15px;
	margin-bottom:15px;
}
.right_form{
	float: right;
	position: relative;
	width: 250px;
	text-align: left;
}

.left_form{
	float: left;
	position: relative;
	width: 100px;
	margin-top:0px;
}

.clear {
	clear: both;	
}

blockquote {
	width:380px;
	margin:0 auto;
	margin-bottom:20px;
	border-color:#999;
	border-width:1px;
	border-style:solid;
	background-color:#333;
	padding:15px;
}

hr {
	width:98%;
	height:0;
	border:0;
}

img{
	border:0px;
}

#w {
	position: relative;
	margin: 5px;
}


