@charset "UTF-8";
/* CSS Document */




h1{
font-family:Helvetica, Arial, sans-serif;
font-weight:600;
font-size:40px;
letter-spacing:-1px;
line-height:10px;
margin:0px;
color:#618136;
}

.h2{
font-family:Helvetica, Arial, sans-serif;
font-weight:100;
font-size:40px;
letter-spacing:-1px;
line-height:25px;
margin:0px;
color:#999999;
}


p{
font-family:Arial, Helvetica, sans-serif;
font-weight:600;
line-height:30px;
color:#3d4344;
}

.highlight{
	color:#999999;
	}
	
a{
color:#666666;
}

a:hover{
color:#FFFFFF;
}



body{
	background-image:url(../images/bgIMG.png);
	background-repeat:repeat-y;margin:0px;
padding:0px
}


#topBar{
	background-color:#FFFFFF;
	height:10px;
	width:100%;
	position:fixed;
	top:0;
	margin:0px;
	padding:0px;
	}

#space{
	float:right;
	background-color:#000;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:900px;
	width:auto;
	height:auto;
	}

#wrapper{
	background-image:url(../images/bgIMG.png);
	background-repeat:repeat-y;
	width:900px;
	height:600px;
	float:left;
	}

		
		
		#logo{
			width:900px;
			height:200px;
			float:left;
			position:absolute;
			top:0px;
			margin-right:20px;
			background-image:url(../images/navbgIMG.png);
			}
			
		#slogan{
			width:900px;
			height:20px;
			position:absolute;
			top:88px;
			left:0px;
			}
		#slogan h1{
			font-family:Helvetica, Arial, sans-serif;
			font-size:14px;
			letter-spacing:0.4pt;
			color:#618136;
			margin-left:20px;
			font-weight:100;
			}
			
		
		#logoSwap{
			width:230px;
			height:80px;
			background-image:url(../images/logo.png);
			background-position:0 0px;

			}
		
		#logoSwap:hover{
			background-position:0 -281px;

			}
			
			
			
			
		#content{
			width:500px;
			height:auto;
			float:left;
			z-index:1;
			padding-left:100px;
			margin-top:20px;
			margin-bottom:100px;
			padding-bottom:100px;
			}
		
		#rightColumn{
			width:300px;
			margin-left:500px;
			}
	
#footer{
	width:100%;
	height:100px;
	background-image:url(../images/soundWaves.png);
	background-repeat:repeat-x;
	position:fixed;
	bottom:0;
	}