html {margin: 0; padding: 0; }
body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	text-align: justify;
	color: #000000;
	background: #ffffff;
} 
#wrapper {
	position: absolute;
	top: 90px;
	width: 960px;
	left: 50%;
	background-color: #662132;
	margin-left: -466px; 
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}

#mainContent {
	margin: 30px 12px 0 12px;
	padding: 22px 22px 10px 150px;
	background-image: url(../images/rounding-top-home.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffba47;
	height: 510px;
}
#logo {position: absolute; top: -90px; left: 20px;}
#DL {position: absolute; top: -55px; left: 105px;}
#phone {
	position: absolute;
	top: 7px;
	width: 930px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}

/*  NAVIGATION  */
#nav {
	position: absolute;
	top: 50px;
	left: -27px;
	width: 155px;
	padding: 0;
	background-color: #ffba47;
	border: 0;
	border-left: 14px #662132 solid;
	border-right: 1px #662132 solid;
}
#nav ul {margin: 0; padding: 5px 2px 0 22px;}
#nav li {list-style-image: url(../images/nav-bull.jpg);}
#nav li.current {list-style-image: url(../images/nav-bull-current.jpg);}
#nav ul a {color: #662132; font-weight: bold; text-decoration: none; padding: 10px 0 2px -2px;}
#nav a:hover, #nav a:active {color:#dd3708;}
#nav a.current {color: #dd3708;}

/*  SUB-NAVIGATION  */
#subNav {font-size: 0.9em; line-height: 1.3em;}
#subNav ul {margin: 0; padding: 0 0 0 15px;}
#subNav li {list-style-type: disc; list-style-image: none; padding: 3px 0; color: #dd3708;}
#subNav ul a {color: #dd3708; letter-spacing: 0.03em; text-decoration: none; padding: 7px 0px; font-weight: normal;}
#subNav a:hover, a:active {color: #dd3708;}
#subNav .current {color: #dd3708; font-weight: bold;}

/*  FOOTER  */
#footer {
	clear: both;
	background-image: url(../images/rounding-bottom-home.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #662132;
	margin: 0 12px ;
	padding: 20px 0 7px 0;
	font-size: 0.95em;
	letter-spacing: 0.03em;
	text-align: center;
	color: #ffffff;
}
#footer a {color: #ffffff;}
#footer a:hover {text-decoration: none; color: #ffffff;}
#footer strong {color: #ffffff;}

/*  FLOATS  */
#floatLeft {float: left; width: 440px; padding-right: 15px; vertical-align: top; margin: 0;}
#floatRight {float: right; width: 300px; vertical-align: top; margin: 0;}