* {
    padding: 0;
    margin: 0;
} 

img {
	border: none;
	text-decoration: none;
}
body {
background: #dcff89;
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 16px;
color: #333333;

}


a {
text-decoration: underline;
color: #000;
}
a:hover {
text-decoration: underline;
color: #0171AF;
}

#wrap {
width: 800px;
margin: 0px auto;
}

#header {
height: 110px;
background: #eee url(images/image_01.jpg) 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: #EC8714;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}

h2 {
color: #0085fb;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 0px;
}

h2 a {
color: #0171AF;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 0px;
}


h3 {
color: #0085fb;
font-size: 16px;
font-weight: 100;
padding: 0 0 0 0px;
}

h4 {
color: #188900;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 0 0 0 0px;
}

h4 a{
color: #188900;
font-weight: bold;
font-size: 11px;
font-weight: 100;
padding: 0 0 0 0px;
text-decoration: underline;
}
#menu {
width: auto;
height: 170px;
background: #eee url(images/image_02.gif) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 10px 0 0 10px;
}
#menu ul li {
	margin-left: 10px;
	display: inline;

}

#main ul li {
	padding-left: 20px;
}
#menu ul li a {
color: #383838;
font-size: 18px;
font-weight: 700;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #04c1ff;
border-bottom: 5px #04c1ff solid;
text-decoration: none;
}

.main ul, li {
   list-style-type: square;
   padding-left: 5px;
   margin-left: 0px;
   list-style-position: inside;
  }

.submenu{
	float: right;
	background: #f6f6f6;
	width: 300px;
	height: auto;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 5px solid #0085fb;
}
#content {
background: #fff; /* url(images/content.gif) repeat-y;*/
padding: 20px;
}

.main {
padding-left: 25px;
padding-right: 25px;
font-size: 14px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 0px 0 5px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

#bottom {
	background: #fff url(images/bottom.gif) no-repeat;
	height: 80px;
	text-align: right;
}

#footer {
	padding-top:7px;
font-size: 11px;
color: #383838;
text-align: center;
}

#footer-l {
	position:relative;
	width: 350px;
	height: 50px;
	float: left;
	margin-left: 25px
font-size: 11px;
color: #383838;
text-align: left;
}

#footer-r {
	position:relative;
	width: 350px;
	height: 50px;
	float: right;
font-size: 11px;
color: #383838;
text-align: right;
}
