*{margin:0; padding:0;}

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

a { color: #CDCF19; text-decoration: none; }
a:hover {
	text-decoration: none;
	color : #880000;
	font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
}

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

ul { list-style-type: none; }

#page {
width: 780px;
margin: 0 auto;
background: #fff;
}

#header { 
height: 90px;
}
#header h1 {
font-size: 27px;
font-weight: 100;
padding: 25px 0 0 20px;
}
#header h1 a {
color: #CDCF19;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
color: #666;
font-size: 17px;
font-weight: 100;
padding: 7px 0 0 20px;
}

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

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 10px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #111;
font-size: 13px;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
background: url(images/menuover.png) repeat-x;
}

#wrapper {
background: url(images/shad.jpg) no-repeat top;
padding: 0 0 0 20px;
}

#content {
float: left;
width: 500px;
margin: 20px 0;
}

#sidebar {
float: right;
width: 240px;
margin: 20px 0;
border-left: 1px dotted #aaa;
}

#footer {
background: #dcde7f url(images/footer.jpg) no-repeat;
margin: 0 auto;
font-weight: 100;
font-size: 12px;
text-align: center;
color #111;	
height: 50px;
line-height: 50px;
}
#footer p { color: #111; }
#footer a { color: #111; 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: none; 
}

#sidebar h2 {
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-size: 14px;
    margin: 20px 0 0 0; padding: 0 0 0 20px; 
    color: #111;
}

#sidebar ul li {

}

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

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