html, body {
margin:0px; 
padding:0px; 
background:#D2BDC2; 
font-family:verdana; 
font-size:12px;
}
/* The header and footer */
.headfoot {
display:block; 
height:155px; 
background: #D2BDC2; 
color:#000; 
text-align:center; 
padding:5px;
font-size:12px;
}

/* This bit does all the work */
#container {
position:relative; 
display:block; 
background: White; 
border-left:180px solid #D2BDC2; 
border-right:180px solid #D2BDC2; 
overflow:visible;
background-color: #DCDCDC;
padding: 10px;
}

#left {
float:left; 
position:relative; 
width:178px; 
margin-left:-177px; 
display:inline;
}

#announce	{
	border: 1px solid #666666;
	margin: auto;
	padding: 5px;
	width: 300px;
	display:block; 
	color: Maroon;
	background: White;
}
/*#right {
float:right; 
position:relative; 
width:48px; 
margin-right:-47px; 
display:inline;
}*/

/*#right {
float:right; 
position:relative; 
width:178px; 
margin-right:-177px; 
display:inline;
}*/

#right {
float:right; 
position:relative; 
width:168px; 
margin-left: 15px;
margin-right:-187px; 
display:inline;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

p.code {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size : 14px;
	color: Navy;
	background-color: #f3f3f2;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}

h1 {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	text-align: center;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px 40px 7px 40px;
	COLOR: #000;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: 1px solid #666;
	FONT-STYLE: normal;
	FONT-FAMILY: "Trebuchet MS", Arial, sans-serif;
	BACKGROUND-COLOR: Silver;
}

h2	{
font-size: 12px;
}

.hilite { 
background-color:yellow
}

/*Fluid Drop Shadows Text Box*/
.out {
display:block;
background:#bbb;
border:1px solid #ddd;
position:relative;
margin:1em 0;
}
.in {
text-align:justify;
background:#fff;
border:1px solid #555;
position:relative;
padding:5px;
font-weight:normal;
}
.ltin {
left:-5px;
}
.tpin {
top:-5px;
}
.narrow {width:24em;} /* change to suit */
h5 {text-align:center;font-weight:bold; color:#000;}
/*End of Fluid Drop Shadows Box*/