
body {
font-family: Arial, Helvetica, sans-serif;font-size: 16px;
background-color:#ffffff;
}

#headercontainer {
margin: 0px auto;
width: 1024px;
height: 100px;
text-align: right;
background-image:url(images/header.png);
border: 0;
}

#navbar{
margin: 0px auto;
width: 1024px;
height:34px;
background-color:#eeeeee;
border: 0;
}

#bodycontainer {
margin: 0px auto;
text-align: left;
width: 1024px;
height: auto;
background-color:#FFF; 
border: 0;
}

#textdiv {
margin: 0px auto;
text-align: left;
width: 1024px;
height: auto;
background-color:#FFF; 
border: 0;
}

#homedivtop {
margin: 0px auto;
text-align: left;
width: 1024px;
height: 400px;
border: 0;
}

#homedivbottom {
margin: 0px auto;
text-align: left;
width: 1024px;
height: 100px;
border: 0;
}

#linediv {
margin: 0px auto;
width: 1024px;
height: 2px;
text-align: right;
background-image:url(images/1024x2.jpg);
border: 0;
}


#mottodiv {
margin: 0px auto;
text-align: left;
width: 1024px;
height: 100px;
background-image: url(images/motto.jpg); 
border: 0;
}


#homelinkdiv {
margin: 0px auto;
text-align: left;
width: 1024px;
height: 100px;
background color:#FFF; 
border: 0;
}

#skydiv {
margin: 0px auto;
text-align: left;
width: 1024px;
height: 500px;
background-image: url(images/homeimage2.jpg); 
border: 0;
}

#bobblakediv {
margin: 0px auto;
text-align: left;
width: 1024px;
height: 500px;
background-image: url(images/bobnblake.jpg); 
border: 0;
}

#reviewsdiv {
margin: 0px auto;
text-align: left;
width: 1024px;
height: 500px;
background-image: url(images/reviews.jpg); 
border: 0;
}

#contactdiv {
margin: 0px auto;
text-align: left;
width: 1024px;
height: 500px;
background-image: url(images/contact.jpg); 
border: 0;
}


#footercontainer {
margin: 0px auto;
text-align: center;
float: left;
width: 100%;
height: 50px;
background-color:#FFFFFF; 
border: 0;
}

#bobdiv {
margin: 0px auto;
float:left;
width: 1024px;
height: 500px;
background-image:url(images/robert-raesz.jpg); 
border: 0;
}

#blakediv {
margin: 0px auto;
float:left;
width: 1024px;
height: 500px;
background-image:url(images/blake-raesz.jpg); 
border: 0;
}

#bodycontainerservices {
margin: 0px auto;
text-align: left;
width: 1024px;
height: auto;
background-color:#FFF; 
border: 0;
}

#bodycontainerleftservices2 {
margin: 0px auto;
float:left;
right:auto;
padding: 10px;
width: 140px;
height: 1200px ;
background-color:#fff;
border: 0;
}

#bodycontainerrightservices2 {
margin: 0px auto;
text-align: left;
float:left;
padding: 10px;
width: 844px;
height: auto;
background-color:#FFF;
border: 0;
}



/************************************************

*	Hyperlinks									*

************************************************/

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #444;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000;
	font-weight:bold;

