


body
{	font-family: Courier New, Courier, Monospaced;
	color: #000;
	font-size: 11px;
	margin: 0 auto;
	background-color: #fff;
}

p
{	font-size: 11px;
	margin-top: 10px;
}

h2
{	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0px;
}

a
{	text-decoration: underline;
	color: #000;
}

a.globalNav
{	font-size: 28px;
	text-decoration: none;
	color: #ccc;
}

a.globalNav:hover
{	color: #000;
}

a.globalSelected
{	font-size: 28px;
	text-decoration: none;
	color: #000000;
}

.imgCaption
{	margin-top: 3px;
	color:#aaaaaa;
	font-size:11px;
}

.imgHolder
{	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;
}

.horzImg
{	margin-bottom: 10px;
}

.footer
{	margin-bottom: 10px;
	margin-top: 10px;
}
.headertitle
{
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
	text-align:justify;
}
.more
{
	background-color:#000000;
	color:#ffffff;
	padding-top:0px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	display:block;
}
.more:hover
{
	background-color:#333333;
	color:#ffffff;
	text-decoration:none;
}




/* CSS by Neil */


#container {
	width: 370px;
	margin: 0 auto;
}

#header {
	width: 370px;
	float: left;
}

.content {
	width: 370px;
	float: left;
	border-top: dashed thin #999999;
	margin-top: 10px;
}

#footer {
	width: 370px;
	clear: both;
	text-align: center;
	border-top: dashed thin #999999;
	margin-top: 10px;
}

#header a {
	font-size: 28px;
	color: #cccccc;
	text-decoration: none;
}

#header a:hover {
	color: #666666;
}

#top-nav {
	width: 370px;
}

#bottom-nav {
	width: 370px;
}

a.nav-center {
	margin: 0px 30px 0px 30px;
}

img {
	border: 0px;
}

.releases-image {
	width: 120px;
	margin: 0px 10px 0px 0px;
	float: left;
	padding-top: 10px;

}

.releases-text {
	float: left;
	width: 230px;
}





