/* CSS Document */


div#TopBanner {
	background-image: url(Art_Images/TopBanner.jpg);
	background-repeat: no-repeat;
	height: 252px;
	width: 850px;
}
div#nav {
	background-image: url(Art_Images/NavBar.jpg);
	background-repeat: no-repeat;
	height: 358px;
	width: 240px;
	margin-top: -16px;

}
div#menu {
	float: left;

}
div#Pageboarder {
	width: 850px;
	margin: 0px;
	background-color: #336699;
	border: 1px solid black;
	float: left;
	margin-right: 10px;	

}
div#bottomBanner {
	background-image: url(Art_Images/BottomBar.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 196px;
	text-align: right;
}
div.containerBox {
	margin-top: 1.5em;
	border-width: 2px;
	border-color: black;
	border-style: solid;
	padding: 1.5em;
	
}
div#contents {
	margin-top: 15px;
	margin-left: 250px; 
	width: 590px;
	min-height: 750px;
	
}
div#leftFill {
	width: 222px; 
	text-align: center; 

}
div#releases {
	background-image: url(images/NewReleasesBar.jpg);
	background-repeat: no-repeat;
	height: 215px;
	width: 222px
	
}
div#pageheader {
	margin-top: 170px;
	height: 45px;
	width: 250px;
	float:	right;
}	

/*
* News-page
*/

.news {
	color: #3300FF;
}

.newsMinor {
	color: #3300FF;
	margin-left: 10pt;
	font-size: 8pt;
}
p.post {
	margin-top: 0px;
}
div.post {
	height: 30px;
}
p.post:first-line {
	padding-left: 2em;
}

p.newsitemheader {
		margin-top: 0px;
	margin-bottom: 0px;

}

p.commentLink {
		font-size: 8pt;
}

img.avatar {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

td.quote {
	background-color: #EEEEEE;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}	

td.code	{
	font-size:11px;
	background-color:#FEFEFE;
	color:#333333;
	width:95%;
	border:1px #555555 solid;
	font-family:Courier New, Courier, serif;
}
td.codelines {
	font-size:11px;
	background-color:#EEEEEE;
	color:#333333;
	border:1px #555555 solid;
	border-right:0px;
	font-family:Courier New, Courier, serif;
	text-align:right;
}
img.float { 
    float: right; 
    clear: right; 
    margin: 4px; 
}