/*
      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-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #57a5f5;
	overflow-x: hidden; 
}
#wrapper { 
 margin: 0 auto;
 width: 1222px;
}
#header {
	width: 1180px;
	color: #333;
	padding: 10px;
	height: 378px;
	margin: 0px;
	background-color: #DAC8BF;
	background-image: url(../images/hambone-design02_01.png);
	background-repeat: no-repeat;
}
#navigation {
 width: 905px;
	margin-top: 0px;
	margin-right: 175px;
	margin-bottom: 0px;
	margin-left: 175px;
 clear:both;
}
#content {
	width: 865px;
	color: #333;
	border: 1px solid #ccc;
	background: #FFF;
	padding: 10px;
	height: auto;
	margin-top: 10px;
	margin-right: 175px;
	margin-bottom: 0px;
	margin-left: 175px;
	clear:both;
	padding-bottom:25px;
}

#contact{
	float:right;
	margin-right:25px;
	margin-top:50px;
	position:relative;
}

#socialmedia{
	float:right;
	
}

#footer { 
	width: 900px;
	color: #333;
	height: auto;
	margin-top: 10px;
	margin-right: 175px;
	margin-bottom: 0px;
	margin-left: 175px;
}

h1{
	color:#F60
}

ul{
	padding-left: 20px;
	list-style-position: inside;
	list-style-image: url(../images/bulletpurp.gif);
}

#opt { 
	width: 900px;
	color: #333;
	height: auto;
	margin-top: 10px;
	margin-right: 175px;
	margin-bottom: 0px;
	margin-left: 175px;
}
#opt a{ 
	color: #FFF;
	text-align:center;

}

.left {float:left;
padding-right:50px;
padding-bottom:20px;}

.right {float:right;
padding-left:50px;
padding-bottom:20px;
clear:both;}

