* {
    padding: 0;
    margin: 0;
} 

body {
background: #555;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}
.larger {
	font-size: 12px;
	font-weight: 400;
}

img { border: none; }
a { color: #666666; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 10px auto 0 auto;
width: 777px;
}

#top {
background: #555 url(images/top.gif) no-repeat;
padding: 5px 0;
}

#header { 
height: 128px;
background: #555 url(images/headerA.gif) no-repeat;
}
#header h1 {
font-size: 36px;
font-weight: 100;
letter-spacing: -3px;
padding: 35px 0 5px 20px;
}
#header h1 a {
color: #eee;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}
#header h2 {
color: #666666;
font-size: 17px;
font-weight: 100;
padding: 0 0 0 22px;
letter-spacing: -1px;
}

#menu {
	height: 40px;
	line-height: 40px;
	background: #222 url(images/menubg.jpg) no-repeat;
	font-size: 12px;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#wrap #content .left h6 {
	font-size: 12px;
	font-weight: 400;
	padding-left: 15px;
}
#menu ul li a {
color: #FFFFFF;
padding: 0 30px;
text-decoration: none;
font-weight: 700;
}
#menu ul li a:hover {
color: #000000;
text-decoration: underline;
}

#breadcrumbs {
background: #555 url(images/breadcrumbs.gif) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 20px;
}

#content {
background: #555 url(images/content.gif) repeat-y;
padding: 10px 20px;
}

.left {
width: 468px;
float: left;
text-align: justify;
}
.left h2 {
color: #666666;
font-size: 24px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
width: 180px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 12px;
}
.right ul {
	list-style-type: none;
	padding: 5px 10px 10px 10px;
	color: #666;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}

#bottom {
background: #555 url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 0 0 10px 0;
}
#footer  a { color: #eee; }
