body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	color: #990000;
}
#container {
	width: 800px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
}

p	{
	padding:2px;
	margin:0px;
}

img	{
	border:0px;
}
#header {
	background-image:url(../img/head.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:341px;
	width:800px;
	background-color: #fff;
	padding: 0 10px 0 0px;
}
#header h1 {
	margin: 0; 
	padding: 0px; 
	font-size:21px;
	font-weight:lighter;
}
#header h3 {
	margin: 0;
	padding: 0px;
	font-size:15px;
	font-style:italic;
	font-weight:lighter;
}

#header	#nav	{
	padding-top: 44px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#header #bottom a {
	color: #FFF;
}





#header	#nav	a	{
	color:#990000;
	text-align:center;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/*border-left:1px solid #990000;*/
	
}
#header	#nav a:hover	{
	color:#ff0000;
	text-align:center;
	text-decoration:none;
	padding:5px 10px;
	/*border-left:1px solid #990000;*/
	
}

#header	#bottom	{
	padding:144px 5px 0px 70px;
	color:#fff;
	float:right;
	width:320px;
	text-align:right;
	font-weight:bold;
}

#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#mainContent	#middle	{
	background-image:url(../img/middle_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:300px;
	width:800px;
	margin-left:7px;
	float:left;
	}
#mainContent	#bottom	{
	background-image:url(../img/bottom_bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:137px;
	padding:40px 0px 5px 0px;
	width:800px;
	float:left;
	margin-left:5px;
	border-top:4px solid #990000;
	}
	
#mainContent	#bottom	#box	{
	width:235px;
	float:left;
	padding:12px;
	border:0px solid #ffccff;
}

#mainContent	#bottom	#box	h3	{
	background-color:#990000;
	color:#fff;
	font-size:12px;
	padding:3px;
}


#footer {
	padding: 25px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	background-image:url(../img/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:76px;
	width:800px;
	float:left;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	text-align:center;
}
#middle #Left {
	width:370px; 
	float:left; 
	margin-left:0px; 
	padding-left:4px; 
	padding-top:2px;
}
#middle #Left #VideoArea {
	width:320px; 
	height:270px; 
	border:0px solid #333; 
	margin:10px 20px; 
	background-color:#CC3300;
}
#middle #Right {
	width:370px;
	float:left;
	line-height:1.5em;
	padding-top: 70px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mainContent #InsideContent {
	padding-top: 30px;
	padding-bottom: 40px;
	padding-right: 85px;
	padding-left: 85px;
}
.ClearBoth {
	clear: both;
}
#InsideContent #ServicesBox {
	line-height:1.5em;
	border-top:4px solid #CC6600;
	border-bottom:4px solid #CC6600;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent #InsideContent p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#InsideContent #ServicesBox #ServicesBoxMiddle {
	line-height:1.5em;
	border:1px solid #990000;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
.StaffBox {
	border:1px solid #990000;
	margin:5px;
	padding:5px;
	line-height: 1.5em;
	text-align: left;
}
.StaffBox img{
	border:1px solid #990000;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
	float: left;
}
.StaffBox h3{
	margin: 0px;
	padding:0px;
	font-size: 14px;
}
#InsideContent #map {
	width:500px;
	height:309px;
	border:3px solid #990000;
	margin:5px auto;
}

.type_red, .type_red a{
	color: #990000;
}
.type_red a:hover{
	text-decoration:underline;
}
