﻿body { 
	font: 12px/1.4 Helvetica, sans-serif; 
	background-color: #333;
	color: #333; 
	background-image: url('./images/blackfloor1.jpg');
	background-attachment: fixed;
	background-repeat: repeat;	
 }
 #maincontainer{
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
 #header{
	display: block;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;	
	font-family: Merriweather, sans-serif;
	width: 950px;
	height: 100px;
	margin-left: auto;
	margin-right:auto; 
	padding-top: 10px;
	color: #ffffff;
	text-align: right;
}
#nav {
	display: block;	
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	background-color: #aaaaaa;
	width: 950px;
	height: 50px;
	opacity: 0.2;
	filter:Alpha(opacity=20);
	position: relative;
	margin-left: auto;
	margin-right:auto;
	margin-top: 0px;
	margin-left: 5px;
}
#navinset {
	display: block;	
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	margin-top: -50px;
	padding-left: 15px;
	padding-top: 20px;
	font-size: 16px;
	color: #ffffff;
	width: 950px;
	height: 40px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
}
#navinset a, a:visited{
	color: #ffffff;
	text-decoration: none;
}
#navinset a:hover, a:active{
	color: #66cc55;
	text-decoration: underline;
	opacity: 0.6;
	filter:Alpha(opacity=60);

}
#maincontent{
	display: block;
	margin-left: 5px;
	margin-top: -7px;
	position: relative;
	opacity: 0.2;
	filter:Alpha(opacity=20);
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #ffffff;
	
	width: 640px;
	height: 600px;
}
#maincontentinset{
	display: block;
	margin-left: 5px;
	margin-top: -600px;
	position: relative;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #ffffff;
	width: 640px;
	height: 600px;
}
#content {
	display: block;
	width: 620px;
	height: 570px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 0px;
}
#sidebar{
	display: block;
	margin-left: 650px;
	margin-top: -605px;
	position: relative;
	opacity: 0.2;
	filter:Alpha(opacity=20);
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	background-color: #aaaaaa;
	width: 305px;
	height: 390px;
}
#sidebarinset{
	display: block;
	margin-left: 650px;
	margin-top: -390px;
	position: relative;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	color: #ffffff;
	width: 305px;
	height: 390px;
}

#footer{
	display: block;
	margin-left: 650px;
	margin-top: -55px;
	position: relative;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	width: 305px;
	height: 200px;
	padding-top: 60px;
	text-align: center;
	color: #aaaaaa;
}
#logos{
	display: block;
	width: 265px;
	height: 130px;
	background-color: #000000;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#verybig {
	font-size: 28px;
	font-weight: Normal;
}
#big {
	font-size: 16px;
	font-weight: Normal;
}
#documents {
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#documents a, a:visited {
	color: #ccffaa;
	text-decoration: none;
}
#documents a:hover, a:active{
	color: #66cc55;
	text-decoration: underline;
	opacity: 0.6;
	filter:Alpha(opacity=60);
}

#twitter {
	display: block;
	width: 265px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#floatleft {
	float: left;
}
#nextmeeting {
	display: block;
	height: 50px;
	width: 350px;
	padding-right: 15px;
	text-align: right;
	font-size: 13px;
	color: #F5D400;
	float: right;
}

