html, body {
	background: #86CAED url(../graphics/skyscraper_bg.jpg) no-repeat fixed center top;
	margin: 0px;
	color: #B95913;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
#container {
	width: 756px;
	margin: 12px auto;
	padding: 10px;
}


#header, #nav, #main, #footer	{ 
	border: 1px solid #544623;
	background: url(/graphics/white_bg.png) repeat;
}

#header	{
	width: 756px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#header h1 {
	border-bottom: 2px solid #B95913;
	padding-bottom: 3px;
	margin: 2px 35px;
	text-transform: lowercase;
}
#header h2 {
	font-size: 1em;
	margin-top: 2px;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: .8em;
}


#nav {

}

/* begin navigation elements */

#nav {
	float: left;
	width: 146px;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 6px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	list-style: none;
}

#nav a {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 130px;
	text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#nav a:link, a:visited {
	color: #B95913;
	
}

#nav a:hover, #nav a:active {
	background-color: #13A9B9;
	text-decoration: none;
}

#main {
	float: right;
	width: 575px;
	padding-left: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
}
#main h1 {
	color: #13B924;
	margin-left: 15px;
	font-size: 1.1em;
	margin-bottom: -10px;
	text-transform: lowercase;
}
#main h2 {
	text-transform: capitalize;
	text-decoration: underline;
	letter-spacing: .4em;
	font-size: 1em;
	margin-bottom: 4px;
}
#main a:link, #main a:visited {
	color: #287EA4;
	text-decoration: none;
}
#main a:hover, #main a:active {
	color: #287EA4;
	font-weight: bold;
	text-decoration: underline;
}
#news {
	border: 2px solid #00F;
	padding: 4px;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
}
#news h2 {
	margin-top: 2px;
	margin-bottom: 2px;
}
#news ul {
	margin-top: 3px;
	margin-bottom: 2px;
}

/* .site class used for website page */
#main .site {
	font-size: 0.9em;
}
#main .site img {
	float: left;
	padding-right: 4px;
}


#footer	{
	clear: both;
	text-align: center;
	padding: 3px;
}

