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

body{padding: 20px;background: #0F0B19;text-align: center;font: 85% "Geneva",Tahoma,sans-serif}
h1,h2,h3,h4, p{margin: 0;padding: 0 15px;font-weight:normal}
p{padding: 0 10px 15px}
h1{font-size: 250%;color: #FFF;letter-spacing: 1px}
h2{font-size: 200%;line-height:1;color: #000}
h3{font-size: 125%;line-height:1;color:#000}
h4{font-size: 150%;line-height:1;color: #000}

#container{width:760px !important; width /**/:460px;margin: 0 auto;padding:5px;text-align:left;background:#FFF;border:#000000; border-style:solid}
#header{background: #FFF;background-image: url(images/cityscape_fuschia.jpg); padding: 5px;text-align:left; height:210px;}
#header a:link {color:#000}
#header a:visited, a:active {color:#000}
#header a:hover {color:#FF8000}
#content_welcome{float:left;  width:600px;padding:10px 0;margin:5px 0;background: #99FF00;border:#000000; border-style:solid}
#content_welcome p {padding:0 25px; font:100%;}
#content_ctr{float:left;width:600px;padding:10px 0;margin:5px 0;background: #FFF;border:#000000; border-style:solid}
#content_ctr p {padding:0 25px; font:100%;}
#content_ctr a:link {color:#FF8000}
#content_ctr a:hover {color:#FF8000}
#content_ctr a:visited {color:#FF8000}
#content_btm{float:left;width:600px;padding:10px 0;margin:5px 0;background: #FF8000;border:#000000; border-style:solid}
#content_btm p {padding:0 25px; font:100%;}
#nav{float:right;width:130px; height:340px;padding:0px 4px 10px 0px;margin:5px 0;background: #FFFFFF;}
#nav h2{font-size: 120%;color:  #D2CA004}
#footer{float:left;width:600px;background: #FFCF00;padding:10px 0;margin:5px 0;text-align:right; font-size:xx-small;border:#000000; border-style:solid}
#footer a:link, a:visited, a:active {color:#FF800}
.smaller {font-size:80%}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



