h1
{
	margin: 0px;
}

h2
{
	margin-top: 12px;
	margin-bottom: 3px;
}

.frameouter
{
	width: 100%;
}

.frame
{
	background-color: #2C2C39;
		
	width: 772px;
		
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;

	/*border-top: 1px solid #3D3D52;*/
	border-left: 1px solid #3D3D52;
	border-bottom: 1px solid #1D1D28;
	border-right: 1px solid #1D1D28;
}

#columnContainer {
}

#columnCenter {
	float: left;
	width: 396px;
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
}

#columnCenter2 {
	float: left;
	width: 576px;
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
}

#columnLeft {
	float: left;
	width: 170px;
	margin: 6px;
}

#columnRight {
	float: left;
	width: 170px;
	margin: 6px;
}

.footerContainer
{
	clear: both;
	padding-top: 6px;
}

#footer
{
	clear: both;
  	background-color: #1D1D28;
	width: 760px;
	height: 25px;
	margin-left: 6px;
}

#copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3D52;
	text-align: center;
	padding-top: 6px;
	padding-right: 8px;
}

#copyright a
{
	color: #3D3D52;
}

#copyright a:link
{
	color: #3D3D52;
}

#copyright a:visited
{
	color: #3D3D52;
}

#copyright a:hover
{
	color: orange;
}

.linkshelf
{
}

.linkshelf a
{
	color: #9598A5;
	text-decoration: none;
}

.linkshelf a:link
{
}

.linkshelf a:visited
{
}

.linkshelf:hover #shelftext
{
	color: green;
}
