body,
html {
    margin:0;
    padding:0;
    background:#000;
    color:#000;
    }

body {
    min-width:800px;
    }

#wrap {
    background:#fff;
    margin:0 auto;
    width:800px;
    }

#header {
   background: #fff;
   margin-bottom: 5px;
}

#left {
    background:#fff;
    float:left;
    width:140px;
	text-align:center;
    }
#main {
    background:#fff;
    float:left;
    width:440px;
	padding-left: 10px;
	padding-top: 10px;
    }
#right {
    background:#fff;
    float:right;
    width:210px;
	text-align:center;
	padding-top: 5px;
    }
#footer {
	background:#fff;
	width:800px;
	clear:both;
	height: 15px;
    }

div.navbutton {
    margin: 0 auto 10px auto;
}

a:link { color: #822; text-decoration: underline; }
a:visited { color: #822; text-decoration: underline; }
a:hover { color: #822; text-decoration: underline; }
a:active { color: #822; text-decoration: underline; }

a img { border: none; }
