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

body {
	background-image: url(images/bg.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #252525;
	font-family: Arial, Verdana, sans-serif;
}

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

a:hover {
	color: #FFF;
}

label {
	color: #ccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	border: none;
	padding: 0px;
}

textarea {
	border: none;
}
h1 {
	color: #fff;
	font-weight: lighter;
	font-size: 26px;
	font-family: Arial, sans-serif;
	margin-top:0px;
	padding-top:0px;
}

h2 {
	color: #fff;
	font-weight: lighter;
	font-size: 16px;
	font-family: Arial, sans-serif;
	padding-bottom: 0px;
}

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-bottom: 0px;
}

td {
	vertical-align:top;
}

tr {
	vertical-align: top;
}

#main {
	margin: 5% auto;
	height: 615px;
	width: 750px;
}

#topbar {
	height: 71px;
	background-image: url(images/topbar.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}

#content {
	height: 475px;
	background-color: #252525;
}

#content2 {
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
	background-color: #252525;
}

#left {
	float: left;
	width: 250px;
	height: 450px;
	padding: 0px;
	margin: 0px;
}

#right {
	float: right;
	width: 470px;
	height: 450px;
	color: #445D62;
	padding: 15px 10px 0px 10px;
}
#footer {
	text-align: right;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #999;
	padding: 20px 15px 0px 0px;
}

#footer a {
	border: none;
}

#btmbar {
	height: 75px;
	background-image: url(images/btmbar.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

