body{background-color:#000000;
      position: center}

#left{float: left;}

#main{width: 900px;
	position:absolute;
	left:210px;
	top:240px;
}

a.main:link{color:#FF0000;
}

a.main:hover{color:#FF3300;
	text-decoration: underline;
}

a.main:visited{color:#000000;
	text-decoration: none;
}

#links{position:absolute;
	top:240px;
	height: 50px;
	width: 200px;
	font:normal normal 2em papyrus, sans-serif;
}

#footer{position:absolute;
	right:0px;
	font:normal normal 14px "century schoolbook",sans-serif;
	border: 3px solid
	border-color: #FF9900;
	background-color:#000000;
	color:#FF6600;
}

#valid{position:absolute;
	left:0px;
	bottom:-20px;
	display: block;
}

a.footer{color:#FF6600;
	text-decoration: none;
}

a.footer:hover{color:#FF0000;
	text-decoration: underline;
	font-weight: bold;
}

p{font:normal normal 16px "century schoolbook",sans-serif;
	width: 900px;
	text-align:left;
	color: #FF3300;
	border: 7px outset;
	border-color: #FF9900;
	background-color:#FFEBCD;
}

h1{font: normal bold 2em "arial",sans-serif;
	text-align:center;
	color:#FF9900;
	border: 7px double #DC143C}

h2{font: normal bold 2em "arial",sans-serif;
	text-align:center;
	color:#FF9900;
}

#centre{margin-top: 20px;
	margin-right: 200px;
	margin-left: 200px;
}

table.post{border-collapse: separate;
	width: 900px;
	border: 7px outset;
	border-color: #FF9900;
	background-color:#FFEBCD;
	margin-bottom: 10px;
}

td.title{font: normal bold 2em "arial",sans-serif;
	text-align:center;
	color:#FF3300;
	border-bottom: 7px inset #FF6600;

	background-color:#FF9900;
	width:900px;
}

td.text{font:normal normal 16px "century schoolbook",sans-serif;
	text-align:left;
	color: #CC3300;
}
td.time{font: normal bold 0.7em "arial",sans-serif;
	text-align:right;
	color:#DC143C;
	background-color:#FF9900;
	position:relative;
	clip:rect(600px, 300px, 50px, 0px);
}


a.gingerlink{
	text-align: center;
	margin-bottom: 10px;
	width:200px;
	font-weight: bold;
	border: medium outset; 
	border-color: #FF0000;
	background-color:#FFEBCD;
	display:block;
}

a.gingerlink:link{
	color:#FF6600;
	text-decoration: none;
	display:block;
}

a.gingerlink:hover{
	color:#FF6600;
	font-weight: bolder;
	text-decoration: underline;
	border: medium groove;
}

a.gingerlink:active{
	color:#FF3300;
	font-weight: bolder;
	text-decoration: underline;
	border: medium inset;
}

a.gingerlink:visited{
	color:#FF3300;
	text-decoration: none;
}