/*----- general -----*/
body {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:left;}

a {
text-decoration:none;}

a img {
border:none;}

li {
list-style:none;}

#wrapper {
width: 750px;
margin:0 auto;
border:1px solid #000000;}

/*----- header -----*/
#header {
width:750px;
height:152px;
margin:0;
background:url(../images/header.jpg) top left no-repeat;
color:#ffffff;}

#header ul {
float:right;
padding-right:10px;}

#header li {
text-align:right;}

#header a.locations {
width:150px; 
height:35px; 
display:block; 
margin-left:45px;}

/*----- navigation -----*/
#nav {
width:750px;
height:53px;
margin:0;
background:url(../images/bg_nav.gif) top left no-repeat;
color:#ffffff;}

#nav ul {
margin:0;
padding:0;
float:left;
width:750px;}

#nav li {
float:left;
list-style:none;
height:46px;}

#nav li.divider {
width:8px;
margin-top:4px;
background:url(../images/nav_divider.gif) top left no-repeat;}

#nav a {
display:block;
color:#ffffff;
font-weight:bold;
height:46px;
padding-top:20px;
margin:0 15px;
font-size:13px;}

#nav a:hover {
color:#736257;}

/*----- MainContent -----*/
#MainContent {
padding:15px 20px;}

#MainContent h1 {
font-size:15px;
margin-left:8px;}

#MainContent p {
/*width:425px;*/}

#MainContent img {
float:right;
margin-right:10px;}

/*----- footer -----*/
#footer {
width:750px;
height:75px;
margin:0;
background:url(../images/bg_footer.gif) top left no-repeat;
color:#736257;}

#footer p {
text-align:center;
padding-top:15px;
line-height:17px;
font-weight:bold;}

#footer a {
color:#736257;}

#footer a:hover {
text-decoration:underline;}

