body{
	background: url(bg.gif);
	color: rgb(0,0,0); 
	font-family: tahoma, verdana, sans-serif; 
	font-size: 76%;
	margin: 0;
	height: 100%;
}
div.head{
	background-image: url("img.jpg");
	border-bottom: 2px solid rgb(0,0,0);
	margin: 0;
}
h1{
	position: relative;
	width: 100px;
	padding: 10px;
	color: rgb(0,0,0);
	font-size: 20pt;
	text-align: center;
	background-color: #FF24B4;
	font-weight: normal;
	margin: 0;
	border-right: 1px solid rgb(0,0,0);
}
h2{
	position: relative;
	background-color: #FFE503;
	margin: 0;
	padding: 7px;
	padding-left: 105px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
a:link.title, a:active.title, a:visited.title{
	text-decoration: none;
	color: rgb(0,0,0); 
}
a:hover.title {	
	text-decoration: underline; 
	color: #ffffff; 
}
h2 a:link, h2 a:active, h2 a:visited{
	text-decoration: none; 
	color: #000000; 
}
h2 a:hover {
	text-decoration: underline; 
	color: #FF24B4; 
}
div.content{
	position: absolute;
	color: #000;
	background: #95B8FF;
	margin: 10px;
	width:64%;
}
div.content p{
	color: #eee;
	background: #000;
	padding: 10px;
	margin: 10px;
}
.writing{
	color: #000;
	background: #95B8FF;
	padding: 10px 50px 10px 50px;
	margin: 10px;
}
div.artcontent p{
	color: #eee;
	background: #000;
	padding: 10px;
	margin: 10px;
	float: left;
}
.right{
	float:right;
	border: 2px solid black;
	width: 34%;
	margin-top: 10px;
	background: black;
}
div.news{
/*this is the bit of extra writing to the right - squashed in the middle*/
	width: auto;
	background-color: #000;
	border: 1px solid black;
}
div.stuffcont{
/*this is the holder for all the stuff on the left*/
	float:right;
	top:0;
	width:50%;
	background:#000;
	border: 1px solid black;
	border-left: 2px dashed #FF24B4;
	margin-left:10px;
}
div.news p{
	padding: 5px;
	background-color: #000;
	color: #fff;
	margin: 5px;
	border: 1px solid black;
}
div.stuff{
/*this is COMMENTS an individual stuff entry, eg recent / current*/
	background-color: #000;
	color: #fff;
	padding: 7px;
	margin: 10px;
}
a:link {
	text-decoration: underline; 
	color: #FFE503; 
}
a:active {
	text-decoration: none;
	color: #FFE503; 
}
a:visited {
	text-decoration: none; 
	color: #FF24B4;
}
a:hover {
	text-decoration: underline; 
	color: #FFE503;
}
b {		
	color: #FF24B4;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: normal; 
}
u {		
	color: #FFE503;
	font-style: normal;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: normal; 
}
h3 {
color: #FFE503;
font-size: 11pt; 
letter-spacing: 0px;
font-weight: 700;
display: inline;
background: #000;
}

h4 {
color: #FF24B4;
font-size: 9pt; 
letter-spacing: 0px;
font-weight: normal;
display: inline;
}
em {
color: rgb(255,255,255);
font-size: 9pt; 
font-style: normal;
letter-spacing: 0px;
text-decoration: none;
font-weight: normal; 
}