/* CSS Document */

body {
	background-color: #666666;
	margin-top: 0px;
	margin-left: 0px;
	}

img {
	border:0;
	}
	
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: left;
	}


ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: left;
	list-style-type: square;
}

a:link {
	color: #6666cc;
	}
	
a:visited {
	color: #6666cc;
	}
	
a:hover {
	color: #6666cc;
	}
	
a:active {
	color: #6666cc;
	}
	
#backgrnd {
	background: transparent url(images/pagebackground.gif) 0 0 no-repeat;
	left: 50%;
	width: 775px;
	height: 845px;
	margin-left: -389px;
	margin-top: 0px;
	position: absolute;
	z-index: 1;
	}
	
#container {
	background-color: transparent;
	left: 50%;
	width: 775px;
	height: auto;
	margin-left: -389px;
	margin-top: 0px;
	position: absolute;
	z-index: 2;
	}
	
#phonenumbers {
	background-color: transparent;
	position: absolute;
	height: 50px;
	width: 175px;
	top: 600px;
	left: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

#mainpicture {
	background: transparent url(images/frontdoorphoto.jpg) 0 0 no-repeat;
	position: absolute;
	height: 320px;
	width: 217px;
	top: 0px;
	left: 0px;
}

#header {
	background-color: transparent;
	position: absolute;
	height: 35px;
	width: 250px;
	top: 350px;
	left: 250px;
	z-index: 3;
}

#navbar {
	background-color: transparent;
	position: absolute;
	height: 175px;
	width: 140px;
	top: 350px;
	left: 0px;
	float: left;
}
#navbar ul{
	list-style-type: none;
	}
	
#content {
	background-color: #ffffff;
	position: absolute;
	height: auto;
	width: 515px;
	top: 320px;
	left: 217px;
}

#barge {
	left:525px;
	top:290px;
	width:175px;
	height:75px;
	position:absolute;
	z-index:3;
	}

#inner_content {
	margin: 40px;
	}
	
#inner_content2 {
	margin-top: 100px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	}
	
#centered_content {
	margin-top: 100px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	}

#centered_content p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: center;
	}
	
	
#footer {
	width: 515px;
	height: 50px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	text-align: center;
}

