* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
	background-color: #fff;
	background-repeat: repeat-x;
}

a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

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

#header {
	height: 110px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#header h1 { 
font-size: 50px;
letter-spacing: -5px;
padding: 27px 0 0 0;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 600;
letter-spacing: -5px;
}
#header h1 a:hover {
color: #fff;
border-bottom: 1px dotted #fff;
}

.right {
	float: right;
	width: 605px;
	text-align: justify;
	padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 200px;
padding-top: 10px;
font-size: 11px;
}

.left ul {
padding: 10px 0 15px 0;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
.left ul li a:hover {

}

#footer {
	text-align: center;
	font-size: 11px;
	color: #000;
	margin-top: 40px;
	height: 30px;
	padding-top: 30px;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#footer a { color: #000; }
#footer a:hover { color: #aaa; }

