* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height: 20px;
}

p {
margin-bottom: 15px;
}

a {
text-decoration: none;
color: #E11E1E;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 30px;
background: #eee url(images/header.gif) no-repeat;
}
#header h1 {
font-size: 34px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #E11E1E;
}
#header h1 a:hover {
text-decoration: none;
color: #FF9500;
}
#header h2 {
color: #2D45B3;
font-size: 20px;
font-weight: bold;
padding: 0 0 0 31px;
}

#menu {
height: 180px;
background: #eee url(images/menu_revised.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
color: #E11E1E;
font-size: 24px;
font-weight: 600;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #FF9500;
text-decoration: none;
}

#content {
background: #eee url(images/content.gif) repeat-y;
padding: 20px;
}

.main {
border-top: 1px solid #aaa;
background: #ffffff url(images/content_bg.jpg) repeat-x bottom;
padding: 10px;
margin-left: 10px;
}
.main h2 {
font-size: 18px;
font-weight: bold;
color: #2D45B3;
text-transform:lowercase;

padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
text-transform:lowercase;
}
.left h2 a:hover {
color: #111;
}

#bottom {
background: #eee url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}
