/* CSS Document */

#selector {
	position:relative;
	background-color:#829C76;
	left:0px;
	top:25px;
	width:888px;
	height:529px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#slideshow {
	position:relative;
	background-color:#829C76;
	left:0px;
	top:25px;
	width:100%;
	height:610px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#blogPage {
	position:relative;
	background-color:#829C76;
	left:0px;
	top:25px;
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#projects  {
	height:40px;
	width:660px;
	font-size:12px;

}

#aboutText  {
	text-align:left;
	color:#000;
	width:660px;
	font-size:14px;

}

#blogText  {
	text-align:left;
	color:#000;
	width:660px;
	height:100%;
	font-size:14px;

}



#contactText  {
	text-align:left;
	color:#000;
	width:300px;
	font-size:17px;

}


#contactText a,
#aboutText a {
	text-decoration: none;
	color: #FFF;
}

#contactText a:hover ,
#aboutText a:hover {
	text-decoration: underline;
	color: #FFF;
}



#selector a {
	text-decoration: none;
	color: #FFF;
}

#selector a:hover {
	text-decoration: underline;
	color: #FFF;
}

#top_spacer {
	position:relative;
	left:0px;
	top:0px;
	width:888px;
	height:44px;
	
}

#left-column {
	position:absolute;
	top:44px;
	left:0;
	width:71px;
	height:342px;
}

#big {
	position:absolute;
	left:71px;
	top:44px;
	width:454px;
	height:342px;
}

#evergreen {
	position:absolute;
	left:559px;
	top:44px;
	width:120px;
	height:90px;
}

#evergreen-text {
	position:absolute;
	left:709px;
	top:44px;
	width:157px;
	height:90px;
	vertical-align:top;
	text-align:left;
}

#julia {
	position:absolute;
	left:559px;
	top:170px;
	width:120px;
	height:90px;
}

#julia-text {
	position:absolute;
	left:709px;
	top:170px;
	width:157px;
	height:90px;
	vertical-align:top;
	text-align:left;
}

#northern {
	position:absolute;
	left:559px;
	top:296px;
	width:120px;
	height:90px;
}

#northern-text {
	position:absolute;
	left:709px;
	top:296px;
	width:157px;
	height:90px;
	vertical-align:top;
	text-align:left;
}

#leftColumn {
	position:relative;
	left:0px;
} 

#rightColumn {
	position:absolute;
	left:190px;
	color:#FFF;
} 

#breakLine {
	position:relative;
	font-size:5px;
	line-height:6px;
} 

#greenLogo {
	position:relative;
	
	top:380px;
	width:257px;
	height:58px;


}

-->