/* Reset browser defaults for consistency */

html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 11pt;
	line-height: 1,5em;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	vertical-align: baseline;
}

/* Remove bullets from list items */

ol, ul {
	list-style: none;
}

/* Basic page layout */

body {
	background: #fff url(../images/header_stripe.gif) repeat-x top;
}

#wrapper {
	width:850px;
	margin: 0 auto;
}

#header {
	height:160px;
	margin:0;
	background: url(../images/header_logo_home.png) no-repeat top left;
}
	
#nav {
	width:760px;
	text-align:right;
	color:#fff;
	padding:40px 0 0 0;
}
		
#nav a {
	color:#fff;
	text-decoration:none;
	font-family:Tahoma, Arial, sans-serif;
	font-style:normal;
	font-size: 1em;
}

#nav a.active, #nav a:hover  {
	color:#FF9966;
}
	
#content {
	margin:0 100px;
}
	
#footer {
    margin:0;
	width: 700px;
	height: 100px;
}
