@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Quicksand', sans-serif;	
}

#wrapper{
	width:1100px;
	margin:0 auto;
	background:none;
}
header{
	margin:0 auto;
	width:960px;
	height:200px;
	background:#666;
}
nav{
	margin:-2px 0 0 42px;
	background:url(../images/nav.png) no-repeat;
	height:64px;
}
#content{
	width:960px;
	margin:-2px auto;
	padding-top:5px;
	height:495px;
	background:#FF4E00;
	overflow:hidden;
}
#content form{
	margin:70px 0 0 140px;
	background:rgba(0,0,0,0.2);
	padding:10px;
	border-radius:10px;
	width:600px;
	
}
#cm{
	width:345px;
	height:150px;	
}
#url{
	width:300px;
	margin-bottom:30px;	
}
#submit{
	margin-top:3px;
	border-radius:5px;
	color:transparent;
	margin-left:370px;
	background:url(../images/reportbttn.png);
	height:26px;
	width:70px;
}
#reset{
	margin-top:3px;
	border-radius:5px;
	color:transparent;
	background:url(../images/clearbttn.png);
	height:26px;
	width:70px;
}
footer{
	margin:-12px 0 0 42px;
	list-style:none;
	height:200px;
	background:url(../images/ftr.png) no-repeat;
	clear:left;
}
.ft li{
	padding-top:7px;
	padding-bottom:7px;
}
.ft{
	padding:5px 0 5px 2px;
	border:2px solid #999;
	float:left; 
	margin: 40px 10px 10px 30px; 
	width:200px;
	font-size:14px;
}
.ft1{
	float:right; 
	margin: 24px 57px 0 0; 
	width:120px;
}
.ft1 div{
	float:right;
	width:40px;
	height:40px;
}
#fb a:hover{
	opacity:0.1;
}
#fb:hover{
	background:rgba(10,79,184,0.6);
}
#tw a:hover{
	opacity:0.1;
}
#tw:hover{
	background:rgba(0,255,255,0.6);
}
#gp a:hover{
	opacity:0.1;
}
#gp:hover{
	background:rgba(255,78,0,0.6);
}
.ft-ex{
	clear:both
}
#copyr{
	color:#000;
	padding-top:10px;
	font-size:12px;
}
.ft a{
	color:#000;
	text-decoration:none;
}
li:hover{
	background:rgba(255,78,0,0.5);
	height:20px;
	width:200px;
}
h2:hover{
	color:#F90;
}
#homebutton{
	float:left;
	margin-left:60px;
	margin-top:11px;
}
#homebutton a:hover{
	opacity:0.1;	
}
#homebutton:hover{
	background:url(../nav/homehv.png) no-repeat;
}
#gallerybutton{
	float:left;
	margin-top:11px
}
#gallerybutton a:hover{
	opacity:0.1;	
}
#gallerybutton:hover{
	background:url(../nav/galleryhv.png) no-repeat;
}
#contactsbutton{
	float:left;
	margin-top:11px
}
#contactsbutton a:hover{
	opacity:0.1;	
}
#contactsbutton:hover{
	background:url(../nav/contactshv.png) no-repeat;
}
#eventsbutton{
	float:left;

	margin-top:11px
}
#eventsbutton a:hover{
	opacity:0.1;	
}
#eventsbutton:hover{
	background:url(../nav/eventshv.png) no-repeat;
}
#aboutbutton{
	float:left;
	margin-top:11px
}
#aboutbutton a:hover{
	opacity:0.1;	
}
#aboutbutton:hover{
	background:url(../nav/abouthv.png) no-repeat;
}