*{margin:0; padding:0;}

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

a { color: #336699; text-decoration: none; }
a:hover { text-decoration: none; color : #880000; }

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

ul { list-style-type: none; }

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

#header { 
background: url(images/header.jpg) no-repeat;
height: 130px;
}
#header h1 {
font-size: 21px;
font-weight: 600;
padding: 10px 0 0 25px;
}
#header h1 a {
color: #111;
}
#header h1 a:hover {
color: #666;
}
#header h2 {
color: #333;
font-size: 12px;
font-weight: 100;
padding: 7px 0 0 25px;
letter-spacing: -1px;
}

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

#content {
float: right;
width: 520px;
padding-top: 15px;
}

#sidebar {
float: left;
width: 210px;
}

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

#content h2 {
font-weight: 100;
font-size: 23px;
margin: 0 0 4px; padding: 0 0 3px; 
color: #999;
}

#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: circle; 
}

#sidebar h2 {
    background: #D1E4EF;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0 0 0; padding: 0 0 0 10px; 
    color: #111;
}

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

#sidebar ul li {
    padding: 2px 0 2px 0;
}

