
body {
 text-align: center;
 background: url(bg.gif) #AAA;
}
.main {
 text-align: left;
 width: 800px;
 border: 2px solid #444;
 margin-right:auto;
 margin-left:auto;
 background: #EEE;
}
.top {
 background: #0A0;
 height: 100px;
 background-image: url(logo.gif);
 border-bottom: 2px solid #444;
}
.left {
 background: #EEE;
 float: left;
 width: 180px;
}
.middle {
 background: #DDD;
 float: left;
 width:488px;
 min-height:650px;
 border-left: 2px solid #444;
 border-right: 2px solid #444;
}
.right {
 background: #EEE;
 float: right;
 width: 120px;
}
.bottom {
 background: #DDD;
 clear: both;
 text-align:center;
 border-top: 2px solid #444;
}
p,h1,h2,pre {
	margin:0px 10px 10px 10px;
}
.prop {
 float:right;
 width:1px;
}
.clear {
 clear:both;
 height:1px;
 overflow:hidden;
}
.min650px {
 height:650px;
}
a {
 color:#333;
 text-decoration:none;
}
a:hover {
 color:#555;
 text-decoration:underline;
}
ul {
 list-style-type:lower-greek;
}