*{margin:0; padding:0;}

body {
font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
font-size: 12px; 
background: #e8e2c4;
color: #333; 
margin:0; 
padding:0;
line-height: 135%;
}

a { color: #5AA5CF; text-decoration: none; }
a:hover { text-decoration: none; color : #111; }

img{ border: none; padding: 6px; } 
img a{border:none;} 

ul { list-style-type: none; }

#page {
	width: 800px;
	margin: 20px auto;
}

#header { 
height: 180px;
background: #e8e2c4 url(images/header.jpg) no-repeat;
font-family:"Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}
#header h1 {
font-size: 35px;
font-weight: 100;
letter-spacing: -3px;
padding: 57px 0 0 30px;
}
#header h1 a {
color: #fff;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 9px 0 0 30px;
letter-spacing: -1px;
}

#menu {
background: #e8e2c4 url(images/menu.jpg) no-repeat;
height: 40px;
line-height: 40px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #eee;
font-size: 17px;
letter-spacing: -1px; 
}
#menu ul li a:hover {
color: #fff;
background: #C8C091 url(images/menuover.jpg) repeat-x;
}

#wrapper {
padding: 0 20px;
background: #e8e2c4 url(images/content.jpg) repeat-y;
}

#content {
	float: right;
        width: 480px;
	padding-top: 20px;
	padding-bottom: 20px;
        padding-right: 10px;
}

#sidebar {
    float: left;
	width: 250px;
	padding-top: 15px;
}

#footer {
    background: #e8e2c4 url(images/footer.jpg) no-repeat;
	height: 70px;
	line-height: 70px;
	font-weight: 100;
    font-size: 11px;
    text-align: center;
	color #fff;
	
}
#footer p { color: #fff; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#content h2 {
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 19px;
    margin: 10px 0 15px 0; padding: 0 0 3px; 
    color: #5AA5CF;
}

#content ul {
color: #555555;
padding: 10px 30px;
}
#content ul li {
list-style-type: square;
}

#sidebar img { padding: 0; margin: 0; }
#sidebar ul {
    list-style-type: none; 
}

#sidebar h2 {
    background: #D3CBA4;
    height: 30px;
	line-height: 30px;
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 14px;
    margin: 10px 0 1px 0; padding: 0 0 0 10px; 
	color: #fff;
	text-transform: uppercase;
}

#sidebar ul li {

}

#sidebar ul {
padding: 5px 0 5px 0;
}

#sidebar ul li {

}
#sidebar ul li a { background: #CFC181; color: #fff; display: block; padding: 5px 0 5px 10px; border-bottom: 1px solid #fff;}
#sidebar ul li a:hover { background: #D3CBA4; }


