/* CSS Document */
/*GLOBAL*/
body, table, td {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a{
	color: #7a1316;
}

a:link{
	color: #7a1316;
}

a:hover{
	color: #7a1316;
}

#sub{
	position: relative;
	left: 0px;
	top: 0px;
	width: 563px;
	height: 37px;
	background-image:url(../images/subsections.jpg);
}

#sub1{
	float : left;
/*	left: 100px;
	top: 8px;
	width: 75px;
	height: 20px;
	text-align: center;*/
	font-size: 14px;
	color: #7a1316;
	padding: 10px 0px 0px 150px;
}

#sub2{
	float: right;
/*	left: 200px;
	top: 8px;
	width: 75px;
	height: 20px;
	text-align: center;*/
	font-size: 14px;
	color: #7a1316;
	padding: 10px 150px 0px 0px;
}

#content{
	position: relative;
	left: 0px;
	top: 0px;
	width: 961px;
	height: 453px;
	background-image: url(../images/mainc.jpg);
	overflow: auto;
}

#byline{
	position: relative;
	left: 0px;
	top: 0px;
	width: 623px;
	height: 55px;
	background-image: url(../images/by.jpg);
	color: #FFFFFF;
	font-size: 9px;
	vertical-align: bottom;
}

#newsletter{
	position: relative;
	left: 0px;
	top: 0px;
	width: 393px;
	height: 55px;
	background-image: url(../images/newsletter.jpg);
}

#galedit {
	float: left;
	padding: 5px;
	margin: 10px;
	width: 358px;
	height: 388px;
	border: #000000 1px solid;	
}

#floatleft {
	float: left;
	padding: 5px;
	margin: 10px;
	border: #000000 1px solid;	
}

#thumbnail {
	float: left;
	width : 100px;
	height : 125px;
	padding: 5px;
	margin: 10px;
	border: #000000 1px solid;
}

#galthumb {
	float: left;
	width : 150px;
	height : 200px;
	padding: 5px;
	margin: 10px;
	border: #000000 1px solid;
}


/*admin use*/
.black {
	background-color: #000000;
}

.white {
	background-color: #FFFFFF;
}

.red {
	background-color: #FF0000;
}

.green {
	background-color: #00FF00;
}
