body {
	background-color: #b3d8f5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-image: url(img/background.png);
	background-repeat: repeat-x;
}

h1 {
	font-size:18px;
	font-weight: bold;
}
a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #4A4E52;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1170px;
	width: 149px;
	background-image: url(img/left.png);
	background-repeat: no-repeat;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 278px;
	width: 901px;
	position:relative;
	z-index: 100;
}
#title {
	margin: 0px;
	padding: 0px;
	height: 59px;
	width: 901px;
	background-image: url(img/title.png);
	background-repeat: no-repeat;
	text-align: left;
}

img.title {
	margin-right:10px;
	margin-top: 10px;
}	
/* for understanding browsers */
#content {
	background-image: url(img/content.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 10px;
	min-height:833px; 
	height:auto;
	width: 881px;
}
/* for Internet Explorer */
/*\*/
* html #content {
height: 833px;
}
/**/	

#right {
	background-image: url(img/right.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 1170px;
	width: 150px;
}
#footer {
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 93px;
	width: 1200px;
	clear: both;
	color: #FFF;
	text-align: center;
	font-size:12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content-right {
	float: right;
	width: 220px;
}
#content-left {
	float:left;
	width: 640px;
}
#join {
background:url(img/join.png);
background-repeat:no-repeat;
width:220px;
height:170;
padding-top: 30px;
padding-left:17px;
}
#joinall {
float:right;
margin-right:10px;
margin-top: 12px;
}

#vid {
}
#projects {
margin-top: 20px;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
	color: #4A4E52;
	font-weight: bold;
}
#newsletter {
	width: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#666666;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#container {
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
}

#main {
	margin: 0px;
	padding: 0px;
	width: 901px;
	float: left;
	background-image: url(img/blue.png);
	background-repeat: repeat-y;
}

h2.trigger {
	padding: 0;
	margin: 0 0 5px 0;
	height: 45px;
	line-height: 46px;
	width: 596x;
	float: left;
}
h2.trigger a {
	text-decoration: none;
	display: block;
}

h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	background: #f0f0f0;
	overflow: hidden;
	font-size: 1.2em;
	width: 596px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
}

#team-right {
	float: right;
	width: 250px;
}
#team-left {
	float:left;
	width: 599px;
}

