
body {
	margin: 0;
	padding: 0;
	width: 85%;
	background: url(images/city.jpg) #000 0 120px no-repeat;
	color: #FFF;
	font: .8em Verdana, Arial, sans-serif;
}


div#content {
	margin: 10px 0 10px 179px;
	border-left: 1px solid #000;
	color: #000;
	background: #F5F5F5;

}


div#links {
	float: left;
	margin: 0 0 0 -42px;
}

div#links ol
 {
	background: transparent url(images/sky.jpg) repeat-y;
}

div#links a {
	padding: 5px 10px;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	width: 162px;
	margin-bottom: 5px;
	display: block;
	color: #eee8aa;
	background: #000;
	font: bold 12px/17px arial, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;

}

div#links a:hover {
	background: url(images/sky2.jpg);
	color: #eee8aa;
}



h1 {
	border-bottom: 6px solid #E7BC3A;
	padding-bottom: 0px;
	margin-top: 20px;
	color: #404040;
	font-size: 3.2em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
}

h2 {
	margin-bottom: -10px;
	color: #404040;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: -1px;

}

h3 {
	margin-bottom: 10px;
	color: #404040;
	font-weight: normal;
	font-size: 1.5em;
}

li {
	display: block;
}

ol, ul {
	margin-top: 46px;
	list-style-type: none;
}

p {
	line-height: 1.5em;
}


#footer {
	margin: 0 0 10px 0;
	font-variant: small-caps;
	font-size: .8em;
	height: 20px;
	clear: both;
}

.siteinfo {
	color: #b8860b;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
	font-size:.9em;

}




#content a:link, #content a:visited {

	color: #B8860B;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {

	border: none;
	background: #E7BC3A;
	color: #FFF;
	text-decoration: none;
}

#header {
	margin: 0;
	padding: 14px;
}

#header, #footer {

	background: url(images/grad2.jpg) repeat-x;
}

#padding {
	padding: 10px 60px 20px 60px;
}

#sidebar {
	border-right: 1px solid #E7BC3A;
	border-bottom: 8px solid #E7BC3A;
	border-left: 1px solid #E7BC3A;
	width: 180px;
	margin: 20px 0 20px 30px;
	float: right;
}

#sidebar a:link, #sidebar a:hover, #sidebar a:visited {
	border: none;
	padding: 0;
	text-decoration: none;
}

#sidebar h2 {
	margin-top: 2px;
	font-size: 1.3em;
	text-align: center;
}

#sidebar img {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #808080;
	border-left: 0;
}

#sidebar p {
	margin: 0;
	padding: 7px 7px 10px 7px;
	font-size: .9em;
	text-align: left;
}

#uploadWrapper{
	width: 200px;
	text-align: left;
	margin: auto;
}

.main {
	margin-left: 200px;
}

	.last {
		margin-right: 0;
	}

	.floatlf{
		float: left;
		margin-right: 20px;
	}

	.contact {
	float:left;
	padding-bottom:80px;
}

input:focus, textarea:focus {
	background: #FFFACD;
}






