@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font:Verdana, Geneva, sans-serif;
	background-color:#5a5551;
}
#container{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#links{
margin-left: auto;
margin-right: auto;
position:relative;
text-align:center;
font-size: 20px;
}
#form{
	position:relative;
	top: 20px;
	left: 20px;
	width: 400px;
	float: left;
}
#about{
	float: right;
	width: 300px;
}
#about p{
	font-size:14px;
}
#nav{
	width: 938px;
	height: 30px;
	background-color: #121212;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
#nav a:link{
	color: white;
	text-decoration:none;
	margin-left: 20px;
	margin-right: 20px;
}
#nav a:hover{
	color: #F00;
	text-decoration:none;
	margin-left: 20px;
	margin-right: 20px;
}
#nav a:visited{
	color: white;
	text-decoration:none;
	margin-left: 20px;
	margin-right: 20px;
}
#nav a:active{
	color: white;
	text-decoration:none;
	margin-left: 20px;
	margin-right: 20px;
}
#nav-link{
	position:relative;
	top: 6px;
}
#flash{
	position:relative;
	top: 0px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#footer a:link{
	color: white;
	text-decoration:none;
}
#footer a:visited{
	color: white;
	text-decoration:none;
}
#footer a:hover{
	color: red;
}
#footer a:active{
	color: white;
	text-decoration:none;
}
#footer{
	color: white;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	position:relative;
	font-size:14px;
}

#content{
	border: 1px solid black;
	background-image:url(../images/body-bg.png);
	background-repeat:repeat;
}
#main{
	width: 938px;
	height: ;
	
	color:white;
}
#main2{
	width: 939px;
	height: 300px;
	color: white;
}
#gallery{
	margin:30px;
}
#main-c{
	width: 938px;
	height: 350px;

	position:relative;
	top: 0px;
}
#left a:link{
	color:white;
	text-decoration:none;
	position:relative;
	left: 20px;
}

#left a:visited{
	color:white;
	text-decoration:none;
	position:relative;
	left: 20px;
}
#left a:hover{
	color:red;
	text-decoration:none;
	left: 20px;
}
#left a:active {
	color:white;
	text-decoration:none;
	position:relative;
	left: 20px;
}

#left h3{
	color: white;
	position:relative;
	
	width: 30px;
}
#left{
	width: 350px;
	float: left;
	color: white;
	margin: 20px;
}
#right{
	width: 400px;
	float: right;
}
#right a:link{
	color: white;
	font-size: 12px;
	text-decoration:none;
	position:relative;
	top: 5px;
}
#right a:visited{
	color: white;
	font-size: 12px;
	text-decoration:none;
	position:relative;
	top: 5px;
}
#right a:hover{
	color: red;
}
#right a:active{
	color: white;
	font-size: 12px;
	text-decoration:none;
	position:relative;
	top: 5px;
}
#right h3{
	color: white;
	position:relative;
	top: 10px;
}
.podcast{
	font-size: 12px;
}
#podcast{
	margin: 20px;
}
#about-us{
	margin: 20px;
	width: 500px;
}
#website a:link{
color: black;
}