/*
      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;
	height: 100px;
	background-attachment: fixed;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #a9997e;
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
 height:100%;
}
#header {
	width: 1000px;
	background-image: url(images/vanbaalen-layout_02.gif);
	background-repeat: no-repeat;
	height: 394px;
}
#content {
	width: 1000px;
	float: left;
    height: auto;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	
}
#content-home {
	  background-image: url("images/content-bg.png");
    background-repeat: repeat;
    float: left;
    height: auto;
    width: 1000px;
	
}
#content-gallery {
	width: 1000px;
    float: left;
    height: auto;
    width: 1000px;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	
}
#content-gallery-long {
	width: 1000px;
	float: left;
    height: auto;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	
}
#content-gallery-mid {
	width: 1000px;
	float: left;
    height: auto;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	
}
#content-gallery-small {
	width: 1000px;
	float: left;
    height: auto;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	
}
#content-gallery-oil {
	width: 1000px;
	float: left;
    height: auto;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	
}
#content-gallery-map {
	width: 1000px;
	float: left;
    height: auto;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	
}
#footer {
	clear:both;
	width: auto;
	background-image: url(images/vanbaalen-layout_05.png);
	background-repeat: no-repeat;
	height: 119px;
	position: relative;
	padding-top: 50px;
	margin: auto;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
}

#footer a{
	font-family: "Century Gothic";
	font-size: 24px;
	color: #FFF;
}
#footer div {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

/* ROUNDED BOX */

#roundbox{
	height: auto;
	width: 916px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 174px;
	float:left;
	position:relative; 
	top:-170px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 40px;
}

#rounded-boxtop{
	background-image: url(images/boxtop_05.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 123px;
	width: 916px;
	margin: auto;
}
#rounded-boxtop-sm{
	background-image: url(images/boxtop-sm_05_05.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 30px;
	width: 916px;
	margin: auto;
}
#rounded-boxtop h1 {
	padding-left: 30px;
	padding-top: 65px;
	font-family: "Century Gothic";
	font-size: 24px;
	color: #5c5c5c;
}
#rounded-boxmiddle{
	background-image: url(images/boxmid_08.png);
	background-repeat: repeat;
	height: auto;
	width: 855px;
	margin: auto;
	padding-right: 30px;
	padding-left: 30px;
	float:left;
}

#rounded-boxbottom{
	clear:both;
	background-image: url(images/boxbottom_12.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 34px;
	width: 916px;
	margin: auto;
}
.boxtxt{
	font-family: "Century Gothic";
	font-size: 16px;
	color: #5c5c5c;
	font-weight: lighter;
}

#bottom-nav{
	padding-top: 5px;	
}

.left {float:left; margin-right: 10px; margin-bottom:5px;}
