@charset "UTF-8";
/* CSS Document */

body{
	background-color: #76C043;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	
}

#whole{
	font-family: Arial, Verdana, Myriad, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width: 835px;
	height: auto;
	position: absolute;
	margin-left: 50%;
	margin-bottom: 50px;
	left: -400px;
	top: 25px;
	}

#bar1{
	width: 835px;
	height: auto;
	position: absolute;
	margin: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	}
	
#bar2{
	width: 835px;
	height: auto;
	position: relative;
	margin: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	}


#navi{
	background-color: #FFFFFF;
	font-weight: normal;
	width: 795px;
	height: inherit;
	position: relative;
	padding: 20px;
	padding-bottom: 0px;
	top: 20px;
	}

		#navleft{
		width: 300px;
		padding: 20px;
		position: relative;
		
		}
		
		#navright{
		width: 450px;
		padding: 0px;
		font-size: 12px;
		text-align: left;
		position: relative;
		float: right;
		top: 85px;
		}



#content{
	background-color: #FFFFFF;
	width: 795px;
	height: inherit;
	position: relative;
	padding: 20px;
	padding-bottom: 0px;
	}


		#full2{
			width: 755px;
			height: inherit;
			position: relative;
			padding: 20px;
			padding-top: 0px;
			}

		#left{
			width: 396px;
			padding: 20px;
			padding-top: 0px;
			position: relative;
			float: left;
			}
		
		#description, #right{
			width: 335px;
			height: inherit;
			padding-right: 20px;
			font-size: 12px;
			position: relative;
			float:  right;
			}
			
		#full2{
			width: 755px;
			height: inherit;
			position: relative;
			padding: 20px;
			padding-top: 0px;
			}		
					
		
		#foot {
			width: 755px;
			font-family: Arial, Verdana, Myriad;
			font-size: 9px;
			letter-spacing: 1px;
			text-align: center;
			padding: 20px;
			padding-bottom: 0px;
			position: relative;
			clear: right;
			}






a:link{
	color: #666666;
	text-decoration: none;
	}
	
a:visited{
	color: #666666;
	text-decoration: none;
	}

a:hover{
	color: #3366CC;
	text-decoration:none;
	}
	
	
a.about:link{
	text-decoration:none;
	}
	
a.about:hover{
	color: #FF9933;
	text-decoration:none;
	}

a.events:link{
	text-decoration:none;
	}
	
a.events:hover{
	color: #3366CC;
	text-decoration:none;
	}

a.support:link{
	text-decoration:none;
	}
		
a.support:hover{
	color: #74C044;
	text-decoration:none;
	}
	
a.submission:link{
	text-decoration:none;
	}
	
a.submission:hover{
	color: #6600FF;
	text-decoration:none;
	}
	
a.photos:link{
	text-decoration:none;
	}
	
a.photos:hover{
	color: #FF3300;
	text-decoration:none;
	}
	
a.contact:link{
	text-decoration:none;
	}
	
a.contact:hover{
	color: #9966CC;
	text-decoration:none;
	}

	
	
	
	
	
.body{
	font-family: Arial, Verdana, Myriad, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}
	
big{
	font-family: Arial, Verdana, Myriad, sans-serif;
	color: #3366CC;
	font-size:  16px;
	font-weight: bolder;
	text-transform: capitalize;
	line-height: 20px;
	} 
	
.title{
	font-family: Arial, Verdana, Myriad, sans-serif;
	font-size:  16px;
	font-weight: bolder;
	text-transform: capitalize;
	line-height: 20px;
	}

sm,	
.small{
	font-family: Arial, Verdana, Myriad, sans-serif;
	font-size: 11px;
	font-style: italic;
	}

.large{
	font-family: Arial, Verdana, Myriad, sans-serif;
	font-size:  20px;
	font-weight: bold;
	color: #666666;
	line-height: 38px;
	}
