body {
     width:900px;
     margin:1em auto;

}

#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:#fbfbfb;
}

#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:15px 5px 0 5px;
}

#right {
     float:right;
     width:740px;
     border:0px solid #000;
     background:#fdfdfd;
     margin:10px 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:#ffcc66;
     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:0;
	padding:0.5em;
	text-align:left;
}
