/* CSS Document */

body {
	margin: 0px;	
	padding: 0px;
	background-image: url(../img/bg5.jpg);
	background-repeat: repeat-x;
}
p, div, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 12px;
	color: black;
	text-align: left;
} 	
#container {
	width: 756px;
	/*width: 800px;*/
	/*height: 670px;*/
	background-color: #FFFFFF;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	margin-bottom: 10px;
}
#header {
	width: 754px;
	/*height: 105px;*/
	height: 95px;
	background-image: url(../img/header_tel.jpg);	
	margin-bottom: 5px;		
}
#navigation {
	position: relative;
	top: 79px;
	left: 400px;
	width: 360px;
}
#header2 {
	height: 153px;
	width: 753px;	
	background-image:url(../img/header2.jpg);
	/*border: 1px solid black;*/	
	}
#kick_nav {
	height: 20px;
	background-image: url(../img/kick2.jpg);
	background-repeat: no-repeat;	
}	
#services_nav {
	position: relative;
	top: 5px;
	left: 87px;
	width: 700px;
}
/* need to work this out exactly */
#content {
	margin-top: 20px;
	height: 364px;
	margin-bottom: 5px;

}
#content_left {
	width: 290px;
	margin-right: 10px;
	float: left;	
	height: 364px;
}
#content_left img {
	margin-bottom: 10px;
}
#content_right {
	width: 454px;
	float: left;
	height: 364px;
}
.right_image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.left_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer {
	height: 20px;
	width: 755px;		
	background-image: url(../img/footer2.jpg);
	background-position:bottom;	
	clear: both;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 0px;
}
h3 {
	color: #2FABDF;
	font-size: 13px;
	margin-bottom: 10px;
	}	
a:link, a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover, a:active {
	text-decoration: underline;
}
a.nav:link, a.nav:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a.nav:hover, a.nav:active {
	text-decoration: underline;
}
#address {
font-size: 10px;
color: #999999;
}