*{margin:0; padding:0;}

body {
font-family: "Arial",Helvetica, sans-serif;
font-size: 12px; 
background: #eee;
color: #333; 
margin:0; 
padding:0;
line-height: 135%;
}

a { color: #EF2113; 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: 140px;
font-family: "Trebuchet MS";
}
#header h1 {
font-size: 27px;
font-weight: 600;
letter-spacing: -1px;
padding: 50px 0 0 40px;
}
#header h1 a {
color: #fff;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
color: #fff;
font-size: 17px;
font-weight: 600;
padding: 7px 0 0 40px;
}

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

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

#contenttop {
background: #eee url(images/contenttop.jpg) no-repeat;
padding: 15px 0;
}
#contentbottom {
background: #eee url(images/contentbottom.jpg) no-repeat;
padding: 10px 0;
}
#wrapper {
padding: 0 20px 0 30px;
background: #eee url(images/content.jpg) repeat-y;
}


#content {
	float: left;
    width: 480px;
	padding-bottom: 10px;
}

#sidebar {

    float: right;
    width: 220px;
}

#footer {
    background: #eee url(images/footer.jpg) repeat-x;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;    font-weight: 600;
    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: 0 0 4px; padding: 10px 0 15px 0; 
	color: #EF2113;
}

#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: 30px;
    line-height: 30px;
    font-weight: 100;
    font-size: 19px;
    margin: 20px 0 0 0; padding: 0 0 0 10px;     
	color: #fff;
	letter-spacing: -1px;
	background: #EF2113;
    
}

#sidebar ul li {

}

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

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