/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url('../images/bg-body.gif');
}
#wrapper { 
 margin: 0 auto;
 width: 940px;
 background-color: #fff;
 border: 1px solid #ccc;
}
h1{
	font-size: 25px;
	margin: 10px 0 15px 0;
}
h2{
	font-size: 17px;
	margin: 10px 0 5px 0;
}
#bg-stripe {
	position: absolute;
	top: 100px;
	height: 303px;
	width: 100%;
	z-index: -1;
 background: url('../images/bg-stripe.gif') repeat-x;
}
#header {
 color: #333;
 width: 940px;
 height: 213px;
 float: left;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background: url('../images/header.jpg') no-repeat;
}
#navigation { 
 width: 920px;
 height: 18px;
 clear: both;
 color: #fff;
 background: #BD9C8C;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 text-align: center;
 font-size: 17px;
 background: url('../images/nav-bg.jpg') repeat-x;
}
#content-1 { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 910px;
 float: left;
}
#content { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 600px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 300px;
 display: inline;
}
#social { 
 width: 920px;
 clear: both;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 5px 0 0 0;
 margin: 0 auto;
}
#navlist li{
display: inline;
list-style-type: none;
padding-right: 20px;
}
a.nav:link{color:#fff; text-decoration:none;}
a.nav:visited{color:#fff; text-decoration:none;}
a.nav:hover{color:#DA2025; text-decoration:none;}
a.nav:active{color:#fff; text-decoration:none;}








