body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #f7f7f7;
	background-image: url(../img/div_back1.gif);
	margin:0px;
	padding:0px;
}
.maintext {
color: #000000;
font-size: 76.5%; /* Resets 1em to 10px */
font-family: Arial, Helvetica, Sans-Serif;
}
#list li {   
list-style-type:none;   
}
#list li a{   
color: #000;
}
#mainpage {
	margin: 0 0 0 0;
	height: 100%;
	width: 700px;
	background-color:#333;
	text-align: left;
}
#banner {
	margin: 0 0 0 0;
	height: 100px;
	width: 700px;
	position: relative;
}
#heading {
	margin: 0 0 0 0;
	height: 35px;
	width: 700px;
	background-color:#000;
	text-align: left;
}
#heading h4 {
	padding: 10px;
	color: #FFF;
	text-transform: uppercase;
}

#maincontent {
	margin: 0 0 0 0;
	height: 100%;
	width: 700px;
	position: relative;
}
#albumcontent {
	margin: 0 0 0 0;
	text-indent: 110px;
	width: 335px;
	background-color: #E7ECED;
	position: relative;
}
#content {
	margin: 0 0 0 0;
	width: 700px;
	background-color: #E7ECED;
	position: relative;
}
#content a {
	margin: 0 0 0 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#content a:visited {
	margin: 0 0 0 0;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #1C3F93;
	font-weight: bold;
	text-decoration: none;
}
.whitetext {color: #FFFFFF;
font-size: 12px;
font-weight:bold;
}

.normaltext {
	width: 500px;
	padding: 10px;
	color:#000;
	font-size: 12px;
}
.imagetext {
	width: 680px;
	padding: 10px;
	color:#000;
	font-size: 12px;
}
.contacttext {
	color:#000;
	font-size: 12px;
}
.textonwhite {
	color:#000;
	font-size: 11px;
}
.textondark {
	color:#fff;
	font-size: 12px;
}
.SMALLtextondark {
	color:#666;
	font-size: 9px;
}
.subheading {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#briefinfo {
	height: 100%;
	width: 700px;
	margin: 0 0 0 0;
	position: relative;
}
#briefinfo p {
	padding: 10px;
	background-color:#333;
	text-align: center;
	color:#FFF;
	font-weight: bold;
}
#footer	{
	height: 50px;
	width: 970px;
	margin: 0 0 0 0;
	background-color:#000;
	position: relative;
}
#footer ul {
	margin: 15px 10px 0 0;
	list-style-type: none;
	float: right;
	display: block;
	}
#footer ul li {
	list-style-type: none;
	display: inline;
	color: #FFF;
	margin: 0 0 0 15px;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
}

