@charset "utf-8";
/* CSS Document */

#menu {
	float:right;
	width:500px;
	text-align:right;
	color:#6F0102;
	font-size: .8em;
}
#menu-holder {
	margin-top:5px;
	margin-bottom:25px;
	padding:10px;
	background-color:#6F0102;
	color:white;
	text-align:center;
}

#phone-text {
	color:#6F0102;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}

body {
	background-image:url(../graphics/background.jpg);
	background-repeat:repeat-x;
	background-color:#6F0102;
	font-family: Verdana, Helvetica, Times New Roman;
}
#footer {
	margin-top:0px !important;
	background-image:url(../graphics/footerbg.gif);
	height:100px;
	width:800px;
	padding-top:30px;
}
#text {
	background-image:url(../graphics/content-bg.jpg);
	background-repeat:repeat-y;
	width:780px;
	padding:10px;
}
#header {
	background-image:url(../graphics/headerbg.gif);
	height:149px;
	padding:10px;
	width:780px;
	text-align:left;
}