*{margin:0; padding:0;}

body {
font-family:"Trebuchet MS", Arial, Sans-serif; 
font-size: 12px; 
background: #444;
color: #333; 
margin:0; 
padding:0;
line-height: 135%;
}

a { color: #617393; text-decoration: none; }
a:hover { text-decoration: none; color : #FD8304; }

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

ul { list-style-type: none; }

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

#header { 
background: #444 url(images/header.jpg) no-repeat;
height: 170px;
font-family: "Trebuchet MS";
}
#header h1 {
font-size: 27px;
font-weight: 100;
letter-spacing: -1px;
padding: 55px 0 0 270px;
}
#header h1 a {
color: #617393;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
letter-spacing: -1px;
color: #999;
font-size: 17px;
font-weight: 100;
padding: 7px 0 0 270px;
}

#menu {
background: #444 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: #fff;
font-size: 12px;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
background: #FD8304 url(images/menuover.jpg) repeat-x;
}

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


#content {
	float: right;
    width: 530px;
	padding-bottom: 10px;
}

#sidebar {
    float: left;
    width: 200px;
	padding-top: 20px;
}

#footer {
    background: #444 url(images/footer.jpg) repeat-x;
    height: 50px;
    line-height: 50px;
    margin: 0 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: 23px;
    margin: 20px 0 4px; padding: 0 0 3px; 
	color: #617393;
}

#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 {
font-family:"Trebuchet MS", Arial, Sans-serif;    
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 14px;
    padding: 0 0 0 20px;     
    color: #111;
	
}

#sidebarli {

}

#sidebar ul {
padding: 6px 0 15px 20px;
}

#sidebar ul li {
    background: url(images/bullet.png) no-repeat center left;
    padding: 2px 0 2px 22px;
}
#sidebar ul li a { font-size: 12px;
font-weight: 600;}


