/*
      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;
}
#wrapper { 
 margin: 0 auto;
 width: 830px;
}
#header {
 width: 830px;
 color: #333;
 padding: 0px;
 height: 184px;
 margin: 0px 0px 0px 0px;
	background-image: url(../images/interior_header.gif);
}
#header a, a:visited{
display: block;
font-family:arial; 
font-weight:bold;
text-align:center;
color:black;
text-decoration: none;
font-size:12px;


height:30px;
}
#menu{
position:relative;
top:50px;
left:340px;

}
#header a:hover{
display: block;

height: 46px;
	background: transparent url(../images/rollover_arrow.png) no-repeat  center 26px;
}
#menu{
position:relative;
}
#menu img{
display:none;
}
#h_butt{
position:absolute;
left:0px;
top:0px;
width: 55px;

}

#p_butt{
position:absolute;
left:60px;
top:0px;
width: 150px;

}
#c_butt{
position:absolute;
left:220px;
top:0px;
width: 90px;

}
#content { 
  width: 830px;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: auto;
	background-image: url(../images/interior_middle.gif);
	position: relative;
}
#content_main { 
  width: 830px;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
	
	position: relative;
	height: auto;
	overflow: hidden;
	left: 100px;
}
#footer { 
  width: 830px;
 color: #333;

 height: 160px;
background-image: url(../images/interior_footer.gif);
	position: relative;

	
}
a{
text-align: left;
	text-indent: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	height: auto;
	width: auto;
}
#copyright{
text-align: left;
		width: 630px;

	
	padding-top: 5px;
	position: absolute;
	top: 120px;
	left: 110px;
	font-size: .8em;
	color: #000;
}
#copyright a{
display: inline;
	color: #a69d94;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: .3em;
	font-size: .9em;
}
