*{margin:0; padding:0;}

body {
font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
font-size: 12px; 
background: #346083 url(images/bg.jpg) no-repeat center top;
color: #333; 
margin:0; 
padding:0;
line-height: 1.4;
}

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

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

ul { list-style-type: none; }

#page {
width: 950px;
margin: 20px auto 10px auto;
}

#header { 

}
#header h1 {
font-size: 19px;
font-weight: 600;
padding: 0 0 0 40px;
letter-spacing: -1px;
}
#header h1 a {
color: #fff;
}
#header h1 a:hover {
border-bottom: 1px solid #fff; text-decoration: none;
}
#header h2 {
color: #fff;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 40px;
}

#wrapper {
padding: 10px;
margin: 0 10px;
background: #fff;
}

#content {
float: right;
width: 680px;
padding-bottom: 20px;
}

#sidebar {
float: left;
width: 220px;
padding-bottom: 20px;
}

#footer {
background: url(images/footer.jpg) no-repeat;
height: 40px;
line-height: 40px;
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 {
    background: #374B5C;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 12px;
    margin: 20px 0 20px 0; padding: 0 0 0 10px; 
    color: #fff;
}

#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: #374B5C;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 12px;
    margin: 20px 0 0 0; padding: 0 0 0 10px; 
    color: #fff;
}

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

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

