
body {
	background: #456 url("../images/body_back.png") repeat;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited {
	color:#222;
	text-decoration:underline;
}

#container {
	margin:0 auto;
	width: 800px;
}

#header {
	border-top: #dee6f4 1px solid;
	margin: 0px;
	margin-top: 20px;
	height: 120px;
	background: #eee url("../images/header_background.jpg") no-repeat;
}

#header h1 {
	font-family: "Lucida Grande",Verdana,Arial,sans-serif; 
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	padding-left: 30px;
}

#logo {
	margin-top: 0px;
	padding-top: 10px;
	margin-left: 140px;
}

#phone_header {
	margin-top: -16px;
	margin-left: 280px;
	font-family: Verdana,Arial,sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #0b1a2a;
	text-decoration: none;
}

#menubar {
	margin: 0px;
	margin-bottom: 1px;
	padding: 0px;
	padding-left: 10px;
	height: 30px;
	background: url("../images/menu_background.jpg") top left no-repeat #ccc;
	list-style:none;
}

#menubar li, #menubar li a {
	float:left;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#menubar li a:hover {
	border-bottom: #7b0e0e 3px solid;
	background: url("../images/menu_hover_background.jpg") top left repeat #ccc;
}

#content {
	margin: 0px;
	margin-top: 3px;
	background-color: #dee6f4;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: regular;
	color: #222;
}

#content h1 {
	font-family: "Lucida Grande",Verdana,Arial,sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #7b0e0e;
	padding-bottom: 10px;
}


#footer_info {
	border-top: #7b0e0e 1px solid;
	border-bottom: #7b0e0e 1px solid;
	margin: 0px;
	margin-top: 3px;
	background: url("../images/menu_background.jpg") top left repeat #456;
	list-style:none;
}

.phone td {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}	
	
.text_red {
	font-size: 16px;
	font-weight: bold;
	color: #7b0e0e;
}

