
body, td, div, input, textarea {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	line-height:1.5em;
	color:#000;
	margin:0px; 
	padding:0px;
	background:#fff;
}

div#wrapper {
    position: absolute;
    top: 0em;
    left: 0em; 
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;	
}

div#header {
	width:100%;
	height:67px; 
	background-color:#000;
}

div#abouthome {
	width:100%;
	height:30px; 
	background-color:#fff;
	text-align:right;
	padding: 5px 0 0 0;
	margin: 0;
}

div#about {
	width:100%;
	height:30px; 
	background-color:#fff;
}

div#about_left {
	width:60%;
	text-align:left;
	padding: 5px 0 0 20px;
	margin: 0;
	float:left;
}

div#about_right {
	width:38%;
	text-align:right;
	padding: 5px 0 0 0;
	margin: 0;
	float:right;
}

div#leftbar {
    position: relative;
    left: 0em;
    top: 0em;
    width: 25%;
    background: #fff;
    float: left;
}

div#middlebar {
	display:block;
    position: relative;
    left: 0em;
    top: 0em;    
	float:left;
	width:700px;
	height:100%;
	background-color:#fff;	
}

div#content {
	clear:both;
	display:block;
    position: relative;
    left: 0em;
    top: 0em;    
	background-color:#fff;	
	text-align:left;
}

div#content-left {
	clear:both;
	position:relative;
	float:left;
	width:360px;
	left: 0em;
    top: 0em;
}

div#content-left-2 {
	clear:both;
	position:relative;
	width:650px;
	left: 0em;
    top: 0em;
}

div#content-right {
	position:relative;
	float:left;
	width:300px;
	left: 0em;
    top: 0em;
}

div.person {
	position:relative;
	width: 450px;
	height: 275px;
	left: 0em;
    top: 0em;
    border: 1px solid black;
    padding: 5px;
    margin: 20px 0;
}

div#links {
	margin: 40px 0 0 30px;
}

a:link    { color:#FFF; text-decoration:none; }
a:visited { color:#FFF; text-decoration:none; }
a:hover   { color:#cc9; text-decoration:none; }
a:active  { color:#FFF; text-decoration:none; }

a.content:link    { color:#996; text-decoration:none; }
a.content:visited { color:#996; text-decoration:none; }
a.content:hover   { color:#663; text-decoration:none; }
a.content:active  { color:#cc9; text-decoration:none; }

a.leftnav:link    { color:#000; text-decoration:none; text-transform:uppercase; font-weight:bold; }
a.leftnav:visited { color:#000; text-decoration:none; text-transform:uppercase; font-weight:bold; }
a.leftnav:hover   { color:#fff; background-color:#000; text-decoration:none; text-transform:uppercase; font-weight:bold; }
a.leftnav:active  { color:#000; text-decoration:none; text-transform:uppercase; font-weight:bold; }


div#abouthome a, div#about_right a {
	color:#000;
	padding:0;
	margin: 0 10px 0 0;
}

div#about_left a {
	padding: 0 3px 0 3px;
	margin: 0 10px 0 0;
}

h1 {
    font-size: 1.9em;
    font-weight: bold;
    color:#000;
    margin: 40px 0 10px;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
    color:#000;
}

h1.cities {
	float:left;
    font-size: 1.7em;
    font-weight: bold;
    color:#cc9;
    margin: 0 25px 0 0;
	text-transform: uppercase; 
}

h1.nav {
	float:left;
    font-size: 1.8em;
    font-weight: bold;
    color:#fff;
    background-color: #000;
    padding: 7px 10px 7px 10px;
    margin: 0 10px 0 0;
	text-transform: uppercase; 
}

hr {
	clear:both;
	width: 660px;
	margin: 20px 0 5px 0;
}

input,
select,
textarea {
    border: 1px solid #999;
	Font-Family:  Verdana, Arial, Helvetica;
	Font-Size: 11px;
	Color: #333;
	Line-Height: 100%;
    padding: 2px;
    background: #FFF;
}