* {
    padding: 0;
    margin: 0;
} 

body {
background: #777777;
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
/*color: #333333;*/
line-height: 24px;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 50px;
background: #eee url(images/header.gif) no-repeat;
}
#header h1 {
font-size: 20px;
font-weight: 100;
letter-spacing: 0px;
padding: 20px 0 0 30px;
color:#FFFFFF;
}
#header h1 a {
text-decoration: none;
/*color: #EC8714;*/
color:#FFFFFF;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color:#FFFFFF;
font-size: 16px;
font-weight: 100;
padding: 20px 0 0 31px;
}

#slogan h2{
color:#FFFFFF;
font-size: 20px;
font-weight: 100;
font-style:italic;
padding: 170px 0px 0px 231px;
}

#logo {
height: 240px;
background: #eee url(images/menu.jpg) no-repeat;
}
#menu {
background: #eee url(images/content.gif) repeat-y;
padding: 0px 0px 0px 30px;
}

#menu h2 a{
color: #EC8714;
font-size: 15px;
font-weight: 600;
letter-spacing: 0px;
}
#menu h2 a:hover {
color:#0168AD;
text-decoration: none;
}

#content {
background: #eee url(images/content.gif) repeat-y;
padding: 30px;
}

.main {
border-top: 1px solid #aaa;
background: #eee;
padding: 10px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

#bottom {
background: #eee url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #EC8714;
text-align: center;
}

#footer a{
color: #EC8714;
}


ul{
  list-style:square;
	list-style-position:inside;
	padding-left:10px;
	color:#0000CC;
}

li{
	color: #000000;
 }