body {
     width:900px;
     margin:2em auto;
     background:#fdfdfd;
     
}

#header {
     width:900px;
     height:120px;
     border:0px solid #000;
     background:#fdfdfd;
     text-align:center;
}

#menu {
     border-width:1px 1px 0 1px;
     border-style:solid;
     border:0px solid #000;
     border-color:#000;
     background:#fdfdfd;
    
}

#menu_frame {
     float:right;
     position:relative;
     left:-50%;
     text-align:left;
}
#menu_frame ul {
     list-style-type:none;
     margin:0;
     padding:0;
     position:relative;
     left:50%;
}

#menu_frame ul li {
     float:left;
     padding:0px 3px 0 5px;
}

#right {
     float:right;
     width:740px;
     border:0px solid #000;
     background:#fdfdfd;
     margin:1px 0;
     text-align:left;
}

#left {
     width:150px;
}

.box {
     border:0px solid #000;
     background:#fdfdfd;
     margin-top:10px;
     padding:0.5em;
     text-align:left;
     font-size:14px;
     font-family:helvetica;
     text-decoration:none;
     line-height:27px;
   
}

#footer {
     border:0px solid #000;
     background:rgb(251,176,59);
     font-size:12px;
     font-family:arial;
     clear:both;
     text-align:center;
}

.box ul {
     list-style-type:none;
     margin:0;
     padding:0;
}

.box p {
     margin:0 0 0.5em 0;
}

#content h2, #content p {
	margin:5px;
	padding:15px 5px 0 5px;
	text-align:left;
}
