body, html {
	background-color: #000000;
	background-image: url(../imgs/bg1.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, tr {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrap {
	width:975px;
	margin:0 auto;
	border: double #FFF;
	background-color: #000;
	
}

#header {
	width:975px;
	height: 129px;
	background-color: #000;
} 

#side {
	float:left;
	width: 150px;
	background-color: #000;
	min-height:400px;
} 

#main {
	float:right;
	width: 825px;
	background-color: #000; 
	min-height:400px;
}  

#footer {
	clear: both;
	margin:0 auto;
	width: 975px;
	height: 54px;
} 

.header_content {
	margin:0 auto;
	height: 129px;
}

.main_content {
	margin:0 auto;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.side_content {
	margin:0 auto;
	padding-top: 10px;
	padding-left:10px;
}

.footer_content {
	margin:0 auto;
	width: 975px;
} 

.justify {
	text-align: justify;
	font-size: 15px;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}

.right {
	text-align: right;
}

/*LINKS*/

a:link {
	color: #fff;
	text-decoration:none;
}

a:visited {
	color: #fff;
	text-decoration:none;	
}

a:active {
	color: #fff;
	text-decoration:underline;	
}

a:hover {	
	color: #FFF;
	background-color: #609;
}

.div_border {
	border: double #FFF;
	background-color: #000;
}

.div_grayinside {
	border: double #999;	
}

.div_board {
	background-image: url(../imgs/GB8_angle.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top:35px;
	margin-left:20px;
}

.div_about {
	margin:0 auto;
	padding-top:25px;
	height:400px;
	width: 700px;
	background-image: url(../imgs/board2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.div_services {
	margin:0 auto;
	padding-top:10px;
	height:402px;
	width: 700px;
	background-image: url(../imgs/logowatermark.png);
	background-repeat: no-repeat;
	background-position: center;
}

.div_events {
	background-image: url(../imgs/livewatermark.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin:0 auto;
	padding-top:50px;
	height:438px;
	width: 700px;
	
}

.div_mic {
	margin:0 auto;
	padding-top:10px;
	height:550px;
	width: 700px;
	background-image: url(../imgs/sm58.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.columns {
	margin:0 auto;
	padding-top:25px;
	width: 600px;
}

.gallery {
	margin:0 auto;
	width: 800px;
}

.text_small {
	font-size: 10px;
}

.text_med {
	font-size: 16px;
}

.text_14 {
	font-size: 14px;
}

.text_18 {
	font-size: 18px;
	font-weight:bold;
}

.text_lrg {
	font-size: 24px;
	font-weight: bold;
}

.gray_cap {
	font-size: 30px;
	color:#999;
	font-weight: bold;
}

.yellow {
	font-size: 16px;
	color:#fc0;
	font-style:italic;
	font-variant: small-caps;
	
}

