#container
{
	margin: 0 auto 0;
	width: 960px;
	height: 1000px;
	background-image: url(images/mainBackground2.png);
	border: 1px solid black;
	
}


body {
	background-image: url(images/gray4.jpg);	
	background-attachment:fixed;
	
	
}

.topAndBottom
{
	height: 32px;
	background-color: #000;
	color: #FFF;
	line-height: 32px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:14px;
	
}
	
#phoneNumDiv {
	float: left;
	width: 200px;
	margin-left: 45px;
}
#bottomBar {
	clear: both;
}

header {
	height: 281px;
	
}


nav {
	height: 85px;
	width: 100%;
	
	
}
#leftColumn {
	height: 461px;
	width: 143px;
	margin-top: 106px;
	float: left;
	margin-left: 71px;
}
#builtByDiv {
	float: right;
	margin-right: 45px;
}

#copyrightDiv {
	width: 350px;
	margin-left: 45px;
	float: left;

}
li {
	display: inline;
	font-family:"Comic Sans MS", cursive;
	font-size: 22px;
	margin-right:20px;
	
}
a {
	text-decoration: none;
	color: #000;
}
a:hover
{
color:white;	


}
ul {
	margin-top: 0px;
	line-height: 85px;
	margin-bottom: 0px;
	margin-left: 75px;
	width: 90%;
}









#addressDiv {
	width: 35%;
	
	float: right;
	margin-left: 300px;
	
}
#main {
	margin-top: 20px;
	margin-left: 20px;
	padding: 10px;
	float: left;
	height: 500px;
	width: 67%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	
	
	
	
}
#social_links {
	
	width: 15%;
	height:30px;
	float:right;
	clear:both;
	margin-top:235px;
	
}

.boxes
{
	float:left;	
	width:27%;
	height:110px;
	
	padding:5px;
	margin-top:94px;
	position:relative;
	background-color:red;
	
}
.box_header
{
	text-align: center;
	font-weight: bold;
	width: 100%;
}

#dummy {
	/* [disabled]background-color: #0CF; */
	width: 6%;
	height: 55px;
	float: left;
}
#info {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	width: 45%;
	height: 250px;
	float: left;
}


#contact_box
{
	width: 50%;
	height: 250px;
	/* [disabled]background-color: blue; */
	/* [disabled]opacity: .5; */
	float: left;
	margin-left: 10px;
	text-align: left;
	margin-top: 10px;
}
