BODY
{
	background-image: url(nightbg.jpg);
	background-color: #141123;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	border-width: 0px;
	padding: 0px;
}



P
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 15px;
	color: #FFFFFF;
}


A:link
{
	color:#A263AE;
	text-decoration:none;
}

A:visited
{
	color:#A263AE;
	text-decoration:none;
}

A:hover
{
	color:red;
	text-decoration:none;
}

#left
{
	position: fixed;
	width: 210px;
	margin-left: 30px;
	top: 0px;

	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	
	background-image: url(textbg.gif);
	background-repeat: repeat;
} 


#center
{
	position: absolute;
	width: 350px;
	margin-left: 640px;
	top: 0px;
	min-height: 500px;

	padding-top: 120px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	
	background-image: url(textbg.gif);
	background-repeat: repeat;
} 

#title
{
	position: absolute;
	margin-left: 650px;
	width: 350px;

	top: 20px;

}

#navbar
{
	position: absolute;
	margin-left: 650px;
	width: 350px;

	top: 80px;

}

#gallery
{
	word-spacing: 5px;
	line-height: 40px;

}

#tablemod
{
	width: 130px;

}

#footer
{
	position: fixed;
	width: 210px;
	margin-left: 30px;
	top: 530px;
	padding: 0;

	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 100%;
	color: #FFFFFF;

	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	
	background-image: url(textbg.gif);
	background-repeat: repeat;
}

#archives
{
	position: absolute;
	
	top: 0px;
	left: 30px;
	width: 960px;
	min-height: 600px;

	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;

	background-color: #141123;
}
