body {
	margin:20px 250px 0px 250px;
	background-color: #444;
}

div.main {
	width: 620px;
	position: absolute;
	left: 50%;
	margin-left: -310px;
	border: solid;
	border-width: 2px;
	background-color: #ffe;
}

div.menu {
	float: right;
	width: 230px;
	border-left: 2px dashed #000;
	border-bottom: 2px dashed #000;
	background-color: #eee;
	margin: 0px 0px 10px 10px;
}

img {
	border: 0;
}

a { 
	color: #666; 
	border: 0;	
}
a:hover { color: #aaa; }

p {
	margin: 10px;
}

p.menu {
	font-size: 10px;
}

p.mtitle {
	font-size: 14px;
	font-weight: bold;
}

p.c {
	margin: 10px 10px 10px 10px;
	color:#000;
	font-family:monospace;
	font-size:10px;
}

p.i {
	font-style: italic;
	font-size: 14px;
}

p.center {
	text-align: center;
}

font.cap {
	font-size: 18pt;
	font-weight: bold;
}
	
	
div.co {
	position: absolute;
	bottom: -35px;
	left: -2px;
	background-color: #ffe;
	border: solid;
	border-width: 2px;
	border-top: 0px;
	height: 18px;
	margin: 10px 0 0 0;
}