body {
 background-image: url(images/background.gif);
 font-family: verdana;
 font-size: 10px;
 height: 100%;
 padding: 0px;
 margin: 0px;
 padding-top: 20px; 
}
#mainframe {
 position: relative;
 background-color: white; 
 background-image: url(images/content_background.gif);
 width: 810px;
 margin: auto;
 height: 100%;
}
#header {
 position: relative;
 background-image: url(images/header_background.gif);
 background-position: bottom right;
 background-repeat: no-repeat;
 height: 185px;
 margin-right: 4px;
}
#logo {
 position: absolute;
 background-image: url(images/logo.gif);
 background-repeat: no-repeat;
 top: 20px;
 left: 175px;
 height: 116px;
 width: 554px;    
}
#girl {
 position: absolute;
 background-image: url(images/girl_with_book.gif);
 background-repeat: no-repeat;
 top: 27px;
 left: 5px;
 height: 124px;
 width: 185px;    
}
#menu {
 position: absolute;
 background-image: url(images/menu.gif);
 background-repeat: repeat-x;
 width: 170px;
 left: 5px;
}
#menu ul {
 font-family: arial;
 font-size: 12px;
 color: #390;
 background: #F5F5F2;
 font-weight: 700;
 padding: 0px;
 margin: 0px;
 margin-top: 10px;
 padding-top: 35px;
 width: 160px;
 border-bottom: 2px dotted #f96;
}
#menu ul li {
 display: block;
 height: 35px;
 line-height: 30px;
 border-top: 2px dotted #f96;
 text-valign: bottom;
}
#menubottom {
 width: 160px;
 height: 191px;
 background: #F5F5F2;
 background-image: url(images/menu_background.gif);
 background-repeat: no-repeat;
 background-position: 50% 50%;  
}
#content {
 padding-left: 175px;
 background-image: url(images/footer_background.gif);
 background-repeat: no-repeat;
 background-position: 100% 100%;  
 margin-right: 5px;
}
#content h1 {
 display: block;
 font-family: arial;
 font-size: 24px;
 color: #65B23E;
 padding-left: 20px;
}
#content p {
 padding: 5px 20px;
 font-family: arial;
 font-size: 12px;
 color: #333;
 line-height: 15px;
}
#content table {
 width: 360px;
 padding: 0px;
 margin: 20px;
 border-collapse: collapse;
}
#content table th {
 font-family: arial;
 font-size: 18px;
 color: #fff;
 background-color: #FFA366;
 padding-left: 10px;
 margin-top: 0px;
 text-align: left;
}
#content table td p {
 font-family: arial;
 font-size: 12px;
 color: #333;
 line-height: 15px;
 padding: 0px 10px;
}
#rightbox {
 float: right;
 background-color: #F2FBD6;
 font-family: Arial;
 font-size: 15px;
 width: 185px;
 height: 530px;
 margin: 8px;
}
#rightbox h1 {
 display: block;
 font-family: arial;
 font-size: 18px;
 color: #fff;
 background-color: #FFA366;
 padding-left: 10px;
 margin-top: 0px;
}
#rightbox p {
 padding: 5px 12px;
 font-family: arial;
 font-size: 11px;
 color: #333;
 line-height: 15px;
}
A:link{color:#390;text-decoration:none;}
A:visited{color:#390;text-decoration:none;}
A:active{color:#390;text-decoration:none;}
A:hover{color:#f60;text-decoration:none;}