/* @override http://www.brianhoff.net/style.css */

* {
border:0 none;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
}
ul, li {
	list-style-image:none;
	list-style-position:outside;
}
.clear:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
* html .clear {
height:1%;
}
.wrapper {
margin:0 auto;
width:90%;
	background: url(../images/bigpeglogo.png) no-repeat left top;
}
a, .red {
color:#4782AC;
text-decoration:none;
}
a:hover {
border-bottom:1px dotted;
}
#header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/top.png) no-repeat scroll center top;
border-top:8px solid #181818;
height:135px;
width:100%;
}

#nav {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/top_underline.jpg) no-repeat scroll center bottom;
margin:0 auto;
padding: 55px 55px 35px 240px;
width:80%;
}
#nav li {
font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Georgia, Times, serif;
color: #999999;
font-style: italic;
display:inline;
float:left;
font-size: 12px;
margin: -5px 60px 0 0;
}

#nav li a {
color: gray;
text-transform: uppercase;
letter-spacing: 1px;
	font: normal bold 13px Georgia, "Times New Roman", Times, serif;
}
#ft {
	clear: both;
	text-align: center;
	margin-bottom: .9em;
	margin-top: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

