@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #990000;
	margin: 0px;
	padding: 0px;
/* MSIE 5 doesn't center based on auto left/right margins, but 'text-align:center' does center top-level divs: */
	text-align: center;
/* Specify a min-width for the body as wide as the 'wrapper' element itself. This prevents negative (i.e. inaccessible) left-margins in narrow browser windows when using Navigator 6+/Mozilla on Win32: */	
	min-width: 780px;
}


#container {
	background-color: #FFFFFF;
/* Specify the width of the element. This should be the same as 'body min-width': */
	width: 780px;
/* Reset alignment to compensate for 'text-align:center': */
	text-align: left;
/* Set left and right margins to auto, thus centering the element in the containing (body) tag: */
	margin-left: auto;
	margin-right: auto;
}
#logo {
	height: 100%;
	width: 350px;
	margin-top: 20px;
	margin-right: 10px;
	display: inline;
	float: right;
	margin-bottom: 0px;
}
#header {
	height: 100%;
	width: 360px;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#call {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
}

#address {
	height: 100%;
	width: 100%;
	margin-left: 10px;
	float: left;
	display: inline;
	margin-bottom: 0px;
}
#address a:link, #address a:visited {
	color: #000000;
	text-decoration: none;
}
#address a:hover, #address a:active {
	color: #990000;
	text-decoration: underline;
}
#top_images {
	margin: 0px 0px 0px 20px;
	width: 740px;
}
#content_left {
	height: 360px;
	width: 330px;
	margin-left: 30px;
	float: left;
	padding: 10px;
	border: 1px dashed #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
}
#content_right {
	height: 360px;
	width: 330px;
	margin-right: 30px;
	float: right;
	padding: 10px;
	border: 1px dashed #000000;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_right a:link, #content_right a:visited {
	color: #000000;
	text-decoration: none;
}
#content_right a:hover, #content_right a:active {
	color: #990000;
	text-decoration: underline;
}

#bottom_images {
	margin: 0px 0px 0px 20px;
	width: 740px;
}
#footer {
	color: #FFFFFF;
	background-color: #CC0000;
	margin: 0px 20px 20px;
}
#footer ul {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

