@charset "UTF-8";
/* CSS Document */

body{
background-color:green;
}

.style1 {font-family: Arial, Helvetica, sans-serif}

h2{
	color:#006600;

	}
	
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*Remove below line to make bgimage NOT fixed*/
	background:#000000;

	
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	
	
	
}

#right{
	float: right;
	width: 190px;
	padding: 4px; 
	color:#FFFFFF;
	}
	
#left{
	float: left;
	width: 538px;
	color:#FFFFFF;
	border-right:2px solid #ffffff;
	}

#footer{
	clear:both;
	border-top:solid #ffffff;
	text-align:center;
	color:#FFFFFF;
	}
.centre{
	text-align:center;
	}
	
.albumlist {
	width: 250px;
	border:double #006600;
	float: left;
	margin-right: 6px; 
	margin-left:0px;
	margin-bottom: 10px;
	}
	
.greenH{
	background: green;
	color: white; 
	font-weight: bold; 
	text-align: center; 
	margin: 0;
	}

/*middle navigation styles*/

 a:link{
	text-decoration:none;
	color: #6666FF;
	font-weight: bold;
	}

 a:visited{
	text-decoration: none;
	color: #008000;
	font-weight: bold;
	}
 a:hover{
	text-decoration: none;
	color: #ff6633;
	font-weight: bold;
	}

/*end of middle styles*/
