body {
	font-size: 16px;
	text-align: center;
        color: #363;
        background-color: #ccc;
        font-family: Arial,sans-serif;
	}

table { width: 100%;}
th { text-align: center; }

#page_frame, #wrapper{
        position:absolute;
        border: 1px solid #000;
        background-color: #fff;
	top:20px;
	width: 750px;
        left: 50%;
        margin-left: -375px;
	}

#header {	
        top: 0px;
        left: 0px;
        right: 0px;
        }

#header img {	width: 100%; }
 
#menu {
        border-top: 1px solid #000;
	top: 0px;
        left: 0px;
        right: 0px;
        padding: 2px;
	text-align: center;
        font-size: 11px;
	}

#menu a { 
        background-color: #fff;
	color: #066;
	text-decoration: none;
        margin: -1px;
	width: 35px;
        padding: 2px;
        border: 1px solid #000;
        border-top: none;
      	}

#menu a:hover { 
	color: #00f;
        background-color: #cfc;
        text-decoration: underline;
	}

#content {
        border: 0px solid #000;
	padding: 20px;
        margin-bottom: 10px;
	text-align: left;
	}
 
#content img { width: 100%; }

#advert { width: 100%; border-top: 1px solid #000; font-weight: bold;font-size: 12px;}
#advert img { height: 100px; float: right; border: none;}

#address {
        width: 100%;
        text-align: right; 
        position:absolute; 
        top:0px; 
        background-color: #fff;
        color: #494; 
        font-weight: bold;
        font-size: 10px;
        margin-right: 10px;
        }
#copy { border-top: 1px solid #000; font-size: 8px; }
#copy a {text-decoration:none;color : #aaa; }
