body {
    color: #545454;
    font-size: 12px;
    font-family: Arial;    
    background-color: #fff9cb;
}



a:link, a:visited {
    color: #545454;
    font-size: 12px;
    font-family: Arial;    
    text-decoration: none;       
}

a:hover, a:active {
    color: #707070;
    font-size: 12px;
    font-family: Arial;    
    text-decoration: none;       
}

#header {
    width: 800px;
    height: 155px;
	
}

#menudiv {
    width: 190px;
    height: 100%;

    background-color: #f3e35e;
}


#content {
    width: 580px;
    height: 650px;
    padding:15px;
    background-color: #fcf29f;
}

#footer {
    width: 800px;
    height: 100%;
    text-align: center;
    background-color: #dc4843;   
	color:#FFFFFF;
	font-size:10px;
}