/* CSS Document */
html { background: orange; }
body {
 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
 color: orange;
margin: 0;
padding: 0;
}
#header {
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: bold;
color: white;
 width: 960px;
 height: 100px;
 background: orange;
 margin: 0 auto;

}
#header-repeating {
background: orange;
height: 100px;
background-repeat: repeat-x;
}

#logobox {
	height: 100px;
 background: orange; 
 float: left;
 width: 100px;
 }
 
 #header-right {
 height: 100px;
 background-color: orange;
 float: left;
 width: 860px;
 }
 #searchbar {
 width: 150px;
 height: 20px;
 background-color: #034ea2;
 }
 
 #nav {
 float: right;
 margin-top: 20px;
 margin-right: 20px;
 }

#nav a {
	text-decoration: none;
	color: white;
	}

#nav a:hover {
text-decoration: none;
color: gold;
}

#nav a:visited {
text-decoration: none;
color: green;
}

#wrap {
 width: 960px;
 height: 241px;
 background: orange;
 margin: 15px auto 0 auto;
 clear: both;
}

#footer-repeating {
	height: 72px;
	background-color: orange;
	}
	
#footer {
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: bold;
color: white;
 width: 960px;
 height: 50px;
 background: orange;
 margin: 0 auto;
 padding-top: 20px;
 padding-left: 0;
 
}
#main_col {
 width: 640px;
 height: 39px;
 background: orange;
 padding-top: 100px;
 padding-left: 20px;
 padding-right: 20px;
 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 font-size: 13px;
 line-height: 20px;
 color: white;
 float: left;
 
}
#sidebar {
 width: 275px;
 height: 239px;
 background: orange url(../assets/pfowler_lgv3trans2.png) no-repeat;
float: left;
}
h1 {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
text-weight: normal;
color: white;
font-size: 18px;
line-height: 18px;
margin-bottom: -10px;
}

a {
	font: 12px/15px Arial, Helvetica, sans-serif normal;
	color: darkblue;
}

