* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333;
	background-color: #FFF;
}

a {
text-decoration: none;
color: #362e19;
}
a:hover {
	text-decoration: underline;
	color: #003961;
}

#wrap {
	margin: 20px auto;
	width: 1024px;
}


#header {
	background: #fff url(wp-content/themes/scottsdalemuffler/images/header.png) no-repeat;
	height: 210px;
}
#header h1 { 
font-size: 38px;
letter-spacing: -1px;
padding: 70px 0 0 40px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #EFECE0;
padding: 20px 0 0 40px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
	height: 35px;
	line-height: 32px;
	background: #fff url(wp-content/themes/scottsdalemuffler/images/menu.png) repeat-y;
}
#menu ul {
	list-style-type: none;
	padding-left: 25px;
}
#menu ul li {
	display: block;
	float: left;
	padding-left: 36px;
}
#menu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 100;
	font-size: 18px;
	color: #077AC2;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

#content {
	background: #fff url(wp-content/themes/scottsdalemuffler/images/content.png) repeat-y;
	padding: 10px;
	text-align:left;
}

.left {
	width: 952px;
	text-align: left;
	padding: 20px;
	font-size: 14px;

}
.left h2 {
	font-size: 20px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	text-align: center;
	color: #00375F;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
	text-decoration: underline;
	text-align: center;
}

.right {
	float: right;
	width: 180px;
	padding: 10px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #003961;
}
.right h2 {
height: 24px;
line-height: 24px;
color: #000;
font-size: 17px;
padding-left: 10px;

}
.right ul {
padding: 10px 0 15px 30px;
list-style-type: square;
}
.right ul li a {
	font-weight: 100;
	font-size: 12px;
	color: #FFF;
}
.right ul li a:hover {

}

#bottom {
	background: #fff url(wp-content/themes/scottsdalemuffler/images/bottom.png) no-repeat;
	padding: 10px 0;
	height: 17px;
}

#footer {
text-align: center;
font-size: 11px;
}

