@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Yellowtail);
@import url(https://fonts.googleapis.com/css?family=Ovo);


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2b2818;
	background-color: #000000;
	margin: 0px;
}






.mainBoxHome {
	background-color: #9a9156;
	text-align: left;
	padding: 15px;
	width: 362px;
	border: thin solid #000000;
	float:left;
	
}



#leftContainter {
float:left;
}


.mainBox {
	background-color: #9a9156;
	text-align: left;
	padding: 15px;
	width: 362px;
	border: thin solid #000000;	
}


.compass {
margin-top:20px;
width:362px;
}



.mainRightHome {
float:right;
}


#rightContainer {
float:right;
}


.mainRight {
margin-bottom:120px;

}


.caption {
	background-color: #4d5339;
	text-align: left;
	padding: 15px;
	width: 420px;
	font-size: 11px;
	font-style: italic;
	color: #CCCCCC;
	border: thin solid #000000;
	background-image: url(captionBug.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}








.back {
	background-image: url(tile.jpg);
	background-repeat: repeat;
}




.captionAbout {
	background-color: #4d5339;
	text-align: left;
	padding: 15px;
	width: 420px;
	font-size: 11px;
	font-style: italic;
	color: #CCCCCC;
	border: thin solid #000000;

}



.titleGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #435829;
	font-style: italic;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
}


.textbox {
	background-color:#9a9156;
	border-width:thin;
	border-style:solid;
	border-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	}
	
	



.allleft {

	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	color: #ffffff;
	text-align: left;
}   





#mainNav {
position:relative;
width:940px;
height:123px;
background-image:
url(mainNav.jpg);
}

#rotate div {
width:100%;
position: absolute;
top:15px;
text-align:center;
font-family: 'Yellowtail', cursive;
font-size:48px;
}

#links {
height:30px;
position:absolute;
bottom:0px;
width:100%;
text-align:center;
line-height:30px;

}

#links a {
font-family: 'ovo', serif;
color:#fff;
text-decoration:none;
font-size:18px;
}

#links a:hover {
color:#C79F5A;
}




