html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, input {
	padding: 0;
	border: 0;
}


body {
	background: #fcb730 url(images/body_bg.jpg) repeat-x; 
	font: 100.01% Arial, Helvetica, sans-serif; 
}


#skip {
	position: absolute; 
	left: -3000px; 
}


#wrapper {
	width: 760px; 
}


#header {
	background: url(images/header_bg.jpg) no-repeat; 
	height: 136px; 
	width: 480px; 
	margin-left: 280px; 
}

#header img {
	margin-left: 1px; 
}


#innerwrapper {
	float: left; 
	width: 760px; 
	padding: 1px 0 1px 0; 
	background: url(images/content_bg.jpg) 280px 0 repeat-y; 
}


#content {
	float: right; 
	width: 445px; 
	margin: 0 15px 0 35px; 
	display: inline; 
}

#content h1 {
	padding: 10px 20px 5px; 
	font: 120% Helvatica, "Gills Sans", Arial, sans serif; 
	color: #666666; 
}

#content p {
	margin: 1em 0 .6em 0; 
	font-size: 85%; 
	line-height: 1.5; 
	color: #666666;
}

#content a:link, a:visited {
	color: #666666;
	text-decoration: none;

}

#content a:hover, a:active, #nav a:focus { 
	color: #fcfbec;
	background: #666;

}


#content ul {
	font-size: 80%; 
	line-height: 1; 
	color: #666666;
	padding: 2px 2px 2px 20px; 

}


#sidebar {
	float: right; 
	width: 250px; 
	margin-top: 200px; 
	
}


#sidebar h1 {
	font-size: 100%; 
	color: #fff; 
	margin: 1em 0 .6em 0;
} 
#sidebar h2 {
	font-size: 90%; 
	color: #fff; 
	margin: 1em 0 .6em 0;
} 

#sidebar p {
	font-size: 80%; 
	color: #fff; 
	margin: 1em 0 .6em 0; 
}

#sidebar a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover, #nav a:active, #nav a:focus {
	color: #fcb730; 
	background: #fff;

}


#nav {
	left: 30px; 
	top: 130px; 
  position: absolute; 
	width: 240px; 
	height: 185px; 
}

#nav a { 
    display: block; 
    width: 100%; 
    padding: 5px 0 5px 0; 
} 

#nav a:link, #nav a:visited {
	color: #666666;
	text-decoration: none;
	font-family: Helvatica, "Gills Sans", Arial, sans serif;
} 

#nav a:hover, #nav a:active, #nav a:focus {
	color: #fff;
	background: #666;
} 


#nav li { 
    padding-left: 20px; 
    font-size: 90%; 
    list-style: none; 
    background: url(images/nav_bg.gif) 0 7px no-repeat; 
} 


#footer {
	background: url(images/footer_bg.jpg) no-repeat; 
	width: 480px; 
	margin-left: 280px; 
	margin-bottom: 10px; 
	height: 63px; 
	clear: both; 
}

#footer p {
	font-size: 70%; 
	color: #fff; 
	padding-top: 25px; 
	padding-bottom: 5px; 
	text-align: center; 
	
}
#footer a {
	color: #fff;
}


.lftimg {
	float: left; 
	margin-right: 10px; 
}

.rghtimg {
	float: right; 
	margin-left: 10px; 
}
