* {
	margin: 0;
	padding: 0;
}

body {
background:url(images/bgimage.jpg) no-repeat top left;
background-color:#e3cba7;
float: left;  
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #000000;

}

a {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #000000;
}

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

#header {
width: 300px;
height: 110px;


                  
}
#header h2 { 
font-size: 28px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #000000;
}
#header h2 a { 
color: #FFFFFF;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #000000;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

.right {
float: right;
width: 650px;
text-align: justify;
padding-top: 10;
 
}
.right h2 {
font-size: 18px;
font-weight: 100;
height: 30px;
line-height: 30px;
color: #000000;
}
.right h2 a {
text-decoration: none;
color: #FFFFFF;
}
.right h2 a:hover {
color:#00CCFF;
}

.left {
float: left;
width: 120px;
padding-top: none;
}

.left ul {
padding: 10px 0 15px 20px;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
color: #987840;
}
.left ul li a:hover {
color: #7aa7b2;
border-bottom: 1px dotted #fff;
}

#footer {
color:#000000;
text-align: center;
font-size: 11px;
margin-top: 20px;
border-top: 1px dotted #aaa;
padding-top: 10px;
padding-bottom: 10px;
}