/*
      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 {
	background-color: #b78855;
 background-image:url(Images/typej_bg.jpg);
 background-repeat:repeat-x;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 598px;
}
#header {
 width: 598px;
 color: #333;
 padding: 0px;
 height: 75px;
 margin: 10px 0px 5px 25px;
 text-align:center;

}
#navigation {
 width: 598px;
 color: #333;
 padding:0;
 margin: 0px 0px 0px 6px;
 height: 34px;
 text-align:right;
}


#topcap {
	margin: 0px;
	height:12px;
}


h1 {
 color: #d15100;
 font-size:13px;
 margin-left:95px;
margin-right:90px;
margin-top:30px;
line-height:135%;
}

h2 {
 color: #8dbfc0;
 font-size:13px;
 margin-left:95px;
margin-right:90px;
margin-top:20px;
line-height:135%;
}

a {
color:#d15100;
text-decoration:none
}

a.lightblue:link {
	color: #6e9fa0; 
	font-weight: bold;
	}

p {
	margin-left:95px;
	margin-right:90px;
	line-height:135%;
}

	
#content { 
 background-image:url(Images/maincontent2_06.png);
 background-repeat:repeat-y;
 width: 584px;
 color: #6a3f0d;
 margin: 0px;
 padding: 10px 10px 225px 10px;
 height: auto;
 font-size:12px;
 position:relative;
}

#bottomcap{
	position:relative;
	bottom:inherit;
	text-align:right;
}
#logo {
	width:254px;
	height:173px;
	position:absolute;
	top:5px;
	left:-170px;
	padding-bottom:25px;
	text-align:center;
	}
	
#juliepic {
	width:199px;
	height:235px;
	position:absolute;
	top:10px;
	left:515px;
	padding-bottom:25px;
	text-align:center;
	}
	
	#postit {
	width:177px;
	height:164px;
	position:absolute;
	top:220px;
	left:500px;
	padding-bottom:0px;
	text-align:center;
	}
	
	#servicelist { 
	  padding:0; 
	  margin:0; 
	  } 
	#servicelist { 
	  list-style-type:none; 
	  } 
	  
	  #servicelist1 { 
	  list-style-type:bullet;
	  margin-left:110px;
	  line-height:135%;
	  } 

#footer {
	color: #d15100;
	font-weight:bold;
	width:598px;
	position:absolute;
	bottom:0;
	padding-bottom:25px;
	text-align:center;
	}
	
#spotlogo {
	width:180px;
	height:120px;
	position:relative; top:25px;
	left:101px;
	text-align:center;
	}