* {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

body {
background: #fff;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #333;
}

a {
text-decoration: none;
color: #2567C8;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
	width: 990px;
	background: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#top {
	background-color: #fff;
	background-image: url(images/top1.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#header {

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #F7AE10;
}
#header h1 a { 
color: #F7AE10;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #ACD3E5;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
	padding: 0 20px 20px 20px;
	background-color: #fff;
	background-image: url(images/content1.gif);
	background-repeat: repeat-y;
}

.right {
float: right;
width: 766px;
text-align: justify;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 160px;
padding-top: 5px;
}
.left  h2 {
margin: 10px 0 0 0;
padding-left: 10px;
color: #111;
font-size: 13px;
}
.left  ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #F7921E;
text-decoration: none;
font-weight: 600;
}
.left  ul li a:hover {
color: #111;
}

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

#footer {
height: 20px;
line-height: 30px;
text-align: center;
font-size: 11px;
}
