@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EAEAEA;
	line-height: 17px;
}
#content #nav {
	width: 270px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
}
#content #nav_bottom {
	width: 280px;
	height: 12px;
	margin-left: 0px;
	background-image: url(../images/bg_nav_bottom.jpg);
	background-repeat: no-repeat;
}
#content #nav a {
	color: #EBEBEB;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}
#content #nav a:hover {
	color: #EBEBEB;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}
#content {
	height: 650px;
	margin-top: 12px;
	text-align: left;
	margin-left: 5px;
	width: 750px;
}
#content #text {
	float: right;
	width: 420px;
	margin-right: 15px;
	margin-top: 10px;
	color: #272F42;
}
#footer {
	width: 750px;
	padding-top: 10px;
	margin-left: 5px;
	text-align: left;
	font-size: 11px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272F42;
}

