@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/background.jpg);
}

#container {
	margin: 20px auto 0;
	padding: 5px 0 0 0;
	width: 1000px;
	height: 805px;
	background: url(images/bodybg.png) no-repeat;
}

#tag {
	background: url(images/index/tag.png) no-repeat;
	height: 80px;
	width: 500px;
	padding: 50px 0 0 50px;
	margin: 20px auto 0;
}

#hd {
	margin: 10px 0 0 0;
	width: 1000px;
	height: 475px;
}

#logo {
	width: 200px;
	height: 40px;
	background: url(images/logo.png) no-repeat;
	position: relative;
}

#logo1 {
	width: 200px;
	height: 40px;
	background: url(images/logo.png) no-repeat;
	float: left;
	position: relative;
}

#media {
	margin: 0 0 0 50px;	
	width: 700px;
	height: 400px;
	float: left;
	postion: absolute;
}

#form_header {
	width: 150px;
	height: 25px;
	background: url(images/form_header.png);
	float: right;
	margin: 20px 30px 0 0;
}

#form {
	margin: 1px 0 0 10px;
	width: 220px;
	height: 345px;
	float: left;
	postion: absolute;
}

form div {
	margin: 5px 0 0;
}

input {
	color: #A9A297;
  	border: 1px solid #F2CB30;
  	width: 220px;
  	height: 20px;
  	font-size: 16px;
  	font-family: Tahoma, Geneva, sans-serif;
}

textarea {
	color: #A9A297;
	border: 1px solid #F2CB30;
  	width: 220px;
	height: 304px;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}

.submit {
	margin: 0 8px 0 0;
	text-indent: -999em;
	border: none;
	width: 100px;
	height: 18px;
	float: right;
}

#bottom {
	width: 991px;
	height: 280px;
	margin: 20px 0 0 9px;
	background: url(images/bottom.jpg) no-repeat;
	float: left;
	postion: absolute;
	z-index: 0;
}

#bottomp {
	width: 600px;
	color: #4D4D4D;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	margin: 100px 0 0 190px;
	position: absolute;
}

#bottomp a {
	color: #A9A297;
	text-decoration: none;		
}

#bottomp a:hover {
	color: #A9A297;
	text-decoration: underline;	
}

#bottomright {
	width: 170px;
	height: 250px;
	margin: 20px 25px 0 0;
	float: right;
}

#facebook {
	background: url(images/facebook.png) no-repeat;
	margin: 0 0 5px 47px;
	width: 75px;
	height: 75px;
}

#twitter {
	background: url(images/twitter.png) no-repeat;
	margin: 15px 0 5px 47px;
	width: 75px;
	height: 75px;
}

#bottomright h5 {
	text-align: center;
	color: #4D4D4D;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

#bottom_info {
	clear: both;	
}

#nav_bar {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #4D4D4D;
	margin: 0 0 0 12px;
	width: 935px;
	height: 20px;
	float: left;
}

#nav_bar a {
	text-decoration: none;
	color: #fff;
}

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

#nav_bar li {
	display: inline;
	border-right: 1px;
	padding-right: 10px;
	margin-right: 10px;
}

#nav_bar li.last {
	border-right: 0;
}

#upgrade {
	margin: 15px 0 0 30px;	
	width: 950px;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}

#entry {
	width: 250px;
	height: 40px;
	float: right;
	margin: -1px 30px 0 0;
}

#entrytext a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #666;
}

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

#entrytext li {
	display: inline;
	border-right: 1px;
}

#entrytext li.last {
	border-right: 0;
}
