*{margin:0; padding:0;}

body {
font-family: "Arial",Helvetica, sans-serif;
font-size: 15px; 
background: #eee;
color: #333; 
margin:0; 
padding:0;
line-height: 135%;
}

a { color: #EF8F3B; 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 { 
background: #eee url(images/header.jpg) no-repeat;
height: 150px;
font-family: "Trebuchet MS";
}
#header h1 {
font-size: 27px;
font-weight: 100;
letter-spacing: -1px;
padding: 60px 0 0 50px;
}
#header h1 a {
color: #fff;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
letter-spacing: -1px;
color: #fff;
font-size: 19px;
font-weight: 100;
padding: 5px 0 0 50px;
}

#menu {
background: #eee url(images/menu.jpg) no-repeat;
height: 50px;
line-height: 50px;
text-transform: uppercase;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
font-size: 15px;
letter-spacing: -1px; 
}
#menu ul li a:hover {
color: #fff;
background: #FFAC5C url(images/menuover.jpg) repeat-x;
}

#wrapper {
padding: 0;
background: #eee url(images/content.jpg) repeat-y;
padding: 0 40px 0 20px;
}

#content {
float: right;
width: 490px;
padding-bottom: 10px;
}

#sidebar {
float: left;width: 230px;
}

#footer {
background: #eee url(images/footer.jpg);
height: 90px;
line-height: 90px;
margin: 0 auto 10px auto;font-weight: 100;
font-size: 12px;
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: 27px;
margin: 10px 0 15px 0; padding: 0 0 3px; 
color: #EF8F3B;
}

#content ul {
color: #555555;
padding: 10px 30px;
}
#content ul li {
list-style-type: square;
}

#sidebar h2 {background: #fff url(images/sidebarh2.jpg) no-repeat;
height: 50px;
line-height: 50px;
font-weight: 100;
font-size: 15px;
margin: 0 0 0 0; padding: 0 0 0 20px; 
color: #fff;
text-transform: uppercase;
}

#sidebar ul {
padding: 0 0 5px 20px;
list-style-type: none; 
}

#sidebar ul li {
background: url(images/bullet.jpg) no-repeat center left;
padding: 2px 0 2px 22px;
}
#sidebar ul li a { font-size: 14px; color: #FF8F29;}
#sidebar ul li a:hover { color: #666; }

