/* CSS Document 
Author: James Vella
Date created: 12/2/09
modified date: 
Version: 1.0
*/


#wrapper{
	border:0px solid #000000;
	width:800px;
	height:auto;
	margin:0px auto 0px auto;
}

#wrapper-wide1200{

	width:1200px;
	height:auto;
	margin:0px auto 0px auto;
}

#wrapper-wide1500{
	
	width:1500px;
	height:auto;
	margin:0px auto 0px auto;
}


#header{
	height: 250px;
	text-align: center;
}

#globalnav{
	border:1px solid #00000;
}

#leftnav{
float:left;
	width:200px;
	padding-left: 10px;
	line-height: 16px;
	color: #FFF;
border-top:1px solid #FFFFFF;
border-radius: 1em;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
}

#leftnav2{
/*	border:1px solid #FFFFFF;
*/	float:left;
	width:200px;
	padding-left: 0px;
	line-height: 16px;
border-top:1px solid #FFFFFF;
border-radius: 1em;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
}

#leftnavAll{
/*	border:1px solid #FFFFFF;
*/	float:left;
	padding-left: 0px;
	line-height: 16px;
border-top:1px solid #FFFFFF;
border-radius: 1em;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
}

#rightcol{
/*	border:1px solid #FFFFFF;
*/	float:right;
	width:220px;
	padding-left: 10px;
	line-height: 16px;
border-top:1px solid #FFFFFF;
border-radius: 1em;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
	
}
#maincontent{
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-left: 10px;
	text-align: left;
	padding-right: 10px;
	border-top: 2px solid #00CC00;
	border-bottom: 2px solid #00CC00;
	line-height: 16px;
	overflow: visible;
	opacity: 1;
	filter: alpha(opacity=100); /*proprietary IE code*/
	background-color: rgba(0,0,0,0.3);
}

#maincontent2{
margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	text-align: left;
	padding-right: 50px;
	border-top: 2px solid #00CC00;
	border-bottom: 2px solid #00CC00;
	line-height: 16px;
	overflow: visible;
	color: #999;
	font-size: 75px;
	background-color: rgba(0,0,0,0.3);

}

#maincontent2links{
	
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	text-align: left;
	padding-right: 0px;
	border-top: 2px solid #00CC00;
	border-bottom: 2px solid #00CC00;
	line-height: 16px;
	overflow: visible;
	background-color: rgba(0,0,0,0.3);

}


#maincontent3{
	
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-left: 10px;
	text-align: left;
	padding-right: 50px;
	border-top: 2px solid #00CC00;
	border-bottom: 2px solid #00CC00;
	line-height: 16px;
	overflow: visible;
	color:#FFF;
	background-color: rgba(0,0,0,0.3);

}

#maincontent-wide{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-left: 10px;
	text-align: left;
	padding-right: 10px;
	border-top: 2px solid #00CC00;
	border-bottom: 2px solid #00CC00;
	line-height: 16px;
	overflow: visible;
	background-color: rgba(0,0,0,0.3);
	

}

#footer{
clear:both;
border-top: 1px solid #FFFFFF;
margin-top:20px;
background-color:#000;
border-radius: 1em;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
}
