#body{
	width: 970px;
	margin: 0 auto;
}

#logo {
	display: block;
	width: 561px;
	height: 113px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	float: left;
	margin-left: 8px;
}

#nav_right{
	float: right;
	margin: 52px 19px 0px 0px;
}

#calendar{
	display: block;
	float: left;
	background-image: url('../images/calendar.png');
	background-repeat: no-repeat;
	width: 143px;
	height: 44px;
	margin-right: 10px;
}

#calendar:hover{
	background-image: url('../images/calendar_alt.png');
}

#contact{
	display: block;
	float: left;
	background-image: url('../images/contact.png');
	background-repeat: no-repeat;
	width: 143px;
	height: 44px;
}

#contact:hover{
	background-image: url('../images/contact_alt.png');
}

#top{
	display: block;
	width: 970px;
	height: 44px;
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
}

#mid{
	min-height: 200px;
	background-image: url('../images/mid.png');
	background-repeat: repeat-y;
}

#left_nav{
	float: left;
	width: 257px;
	padding-right: 28px;
}

#nav_body{
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat;
	margin-bottom: 10px;
}

#nav_body a{
	margin: 0px 10px 0px 30px;
	display: block;
	padding: 17px 10px 10px 10px;
	text-decoration: none;
	font-weight: normal;
	font-family: helvetica neue, helvetica, arial;
	color: #ffffff;
	border-bottom: dotted 1px #ffffff;
	font-size: 18px;
}

#nav_body a:hover{
	color: #5d0202;
}

#nav_body span{
	margin: 0px 10px 0px 30px;
	display: block;
	padding: 17px 10px 10px 10px;
}

#services{
	margin-left: 40px;
}

#services div{
	float: left;
	font-size: 12px;
	color: #6d6b67;
}

.service_left{
	width: 80px;
	padding-right: 10px
}

.service_right{
	width: 105px;
}

#right_body{
	float: left;
	width: 634px;
}

#bot{
	display: block;
	width: 970px;
	height: 44px;
	background-image: url('../images/bot.png');
	background-repeat: no-repeat;
}

/*PAGE SPECIFIC*/


.submit {
	height: auto;
	padding: 8px 16px;
	border: solid 1px #9f9f9f;
	background-color: #cccccc;
	color: #696969;
	cursor: pointer;
	font-size: 14px;
	width: auto;
}

.submit:hover{
	background-color: #696969;
	color: #ffffff;
}

#footer{
	float: right;
	margin-right: 22px;
	color: #75797a;
	font-family: century gothic, helvetica neue, helvetica, arial;
	font-size: 14px;
}

#footer a{
	color: #75797a;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-family: century gothic, helvetica neue, helvetica, arial;
}

#footer a:hover{
	font-weight: bold;
	color: #ffffff;
}