/******************** mammothcarrentals.com ********************/

* {
	margin: 0;
	padding: 0;
}

body {
background: #657983;
font-family: Arial, Helvetica, sans-serif ;
font-size: 16px;
line-height: 20px;
color: #333;
}

a {
text-decoration: none;
color: #0000A0;
}
a:hover {
color: #ff0000;
text-decoration: none;
font-weight: 400;

}

#wrap {
margin: 0 auto;
width: 780px;
background: #fff;
}

#header {
height: 164px;
}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #000000;
}
#header h1 a { 
color: #F58220;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 36px;
line-height: 30px;
background: #3A454C;
}
#menu ul {
list-style-type: none;
padding-left: 15px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 38px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 18px;
color: #ffffff;
}
#menu ul li a:hover {
color: #ff0000;
text-decoration: none;
font-weight: 600;
}

#content {
padding: 0 20px 20px 20px;
}

.left {
float: left;
width: 465px;
text-align: justify;
}
.left h2 {
font-size: 26px;
color: #565051;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
color: #4174B4;
}
.left h2 a:hover {
color: #111;
}
.left ul {
padding: 10px 0 15px 20px;
font-size: 15px;
list-style-type: square;
}

.right {
float: right;
width: 255px;
font-size: 14px;
margin-top: 10px;
background: #928E8D;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 13px;
background: #3A454C;
}
.right ul {
padding: 10px 0 15px 20px;
list-style-type: square;
}
.right ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.right ul li a:hover {
color: #fff;
font-weight: 600;
}

.center {
float: left;
width: 720px;
text-align: justify;
}
.center h2 {
font-size: 26px;
color: #565051;
font-weight: 100;
padding: 15px 0 7px 0;
}
.center h2 a {
text-decoration: none;
color: #4174B4;
}
.center h2 a:hover {
color: #111;
}
.center ul {
padding: 10px 0 15px 20px;
font-size: 15px;
list-style-type: square;
}
.center table {
font-size: 15px;

}

#footer {
height: 30px;
line-height: 15px;
background: #657983;
text-align: center;
font-size: 18px;
color: #fff;
}
#footer a { color: #fff; }

#footer2 {
height: 30px;
width: 780px;
line-height: 15px;
background: #657983;
text-align: center;
font-size: 18px;
color: #fff;
}
#footer2 a { color: #fff; }

