* {
	margin: 0;
	padding: 0;
}

body {

background: #FFFF00 url(images/hexagon.gif) repeat;




font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 0px auto 0px auto;
width: 1024px;
background: url(leftbackground.jpg) repeat-x;
padding: 0px;
border-left: 15px solid #006400;
border-right: 15px solid #006400;
border-bottom: 15px solid #006400;
border-top: 0px solid #006400;
}

#header {
height: 88px;
background: #554d42 url(images/header.jpg) repeat;
}
#header h1 { 
font-size: 55px;
letter-spacing: +2px;
padding: 17px 0 0 15px;
color: #FF5500;
}
#header h1 a { 
color: #FFFF11;
text-decoration: none;
font-weight: 600;
letter-spacing: 5px;
}
#header h1 a:hover {
color: #FFFF00;
letter-spacing: 39px;
}


#menu {
height: 29px;
line-height: 25px;
background: #006400;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 22px 0 22px;
text-decoration: none;
font-weight: 750;
font-size: 17px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
padding: 0 0px 0px 0;
}

.right {
float: right;
width: 779px;
text-align: justify;
padding: 0px 15px 0px 15px;
background: #FFFF65;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
.right h3 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h3 a {
text-decoration: none;
}
.right h3 a:hover {

}

.left {
float: left;
width: 215px;
padding-top: 0px;
border-right: 0px solid #FFFF00;
border-bottom: 0px solid #FFFF00;
background: #FFFF65;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 18px;
line-height: 24px;
color: #7988AF;
font-size: 18px;
}
.left h3 {
margin: 2px 0 0 0;
padding-left: 10px;
height: 18px;
line-height: 24px;
color: #7988AF;
font-size: 18px;
}
.left h4 {
margin: 5px 0 0 0;
padding-left: 10px;
height: 75px;
line-height: 24px;
color: #7988AF;
font-size: 12px;
}
.left h5 {
margin: 5px 0 0 0;
padding-left: 10px;
height: 105px;
line-height: 24px;
color: #7988AF;
font-size: 12px;
}
.left h6 {
margin: 5px 0 0 0;
padding-left: 10px;
height: 100px;
line-height: 24px;
color: #7988AF;
font-size: 12px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 13px;
color: #000;
background: #FFFF55;
border-top: 5px solid white;
}
#footer a { color: #333; }
#footer a:hover { color: #111; }