/*
brown - 6D3E0F
*/

#footer a:link { color:#630; text-decoration:none; background:transparent;}
#footer a:visited { color:#630; text-decoration:none; background:transparent; cursor:pointer;}
#footer a:hover { color:#999; text-decoration:none; cursor:pointer; background:transparent;}
#footer a:active { color:#000; text-decoration:none; background:transparent;}

#words a:link { color:#630; text-decoration:none; background:transparent; font-weight: bold;}
#words a:visited { color:#630; text-decoration:none; background:transparent; cursor:pointer; font-weight: bold;}
#words a:hover { color:#999; text-decoration:none; cursor:pointer; background:transparent; font-weight: bold;}
#words a:active { color:#000; text-decoration:none; background:transparent; font-weight: bold;}

body {
	text-align: center;
	margin-top: 20px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	margin: 5px 2px 5px 2px;
	color: #630;
}


#main{
	margin: 8px;
	margin-top: 23px;
	border: 2px #6D3E0F solid;
}



#holder {
	width: 900px;							/*Width of the whole window*/
	border: 6px #6D3E0F solid;
	margin: auto;
	}
	
	
/* ------- NAV -------------- */
#nav {
	p/adding-top: 140px;
	padding-top: 0px;
	padding-bottom: 20px;
	background-image: url(title.1.jpg);
	background-repeat: no-repeat;
}

#title_bar {
    height:140px;
	p/adding-top: 140px;
	background-image: url("images/title.1.jpg");
	background-repeat: no-repeat;
}

#squarenav {
	margin-top: 10px;
	width: 400px;
	float: left;
	position: relative;
}

#squarenav img {
	m/argin: 5px 0px 0px 5px;
	border: 1px solid #ddd;
}

#squarenav a{
	p/osition: relative;
	z-index: 0;
}

#squarenav a img{ /*CSS for small image*/
	height: 120px; 
	width: 120px;
}

#squarenav a:hover{
	background-color: transparent;
	z-index: 1;
}

#squarenav a span{ /*CSS for enlarged image*/
	position: absolute;
	visibility: hidden;
}

#squarenav a span img{ /*CSS for enlarged image*/
	border-width: 0;
	height: 250px;
	width: 250px;
}

#squarenav a:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;		
}

#squarenav a span.spot1{top: -10px; left: 0px; }
#squarenav a span.spot2{top: -10px; left: 0px; }
#squarenav a span.spot3{top: -10px; left: 130px;}
#squarenav a span.spot4{top: -10px; left: 0px; }
#squarenav a span.spot6{top: 112px; left: 130px;}
#squarenav a span.spot7{top: 112px; left: 0px; }
#squarenav a span.spot8{top: 112px; left: 0px;}
#squarenav a span.spot9{top: 112px; left: 130px;}

/* ------- Words -------------- */

#news {
		padding-top: 0px;
		margin-left: 420px;
		width: auto;
}

#words {
		overflow: auto;
		height: 380px;
}

#words p, #words ul, #words h4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #630;
		text-align: left;
		margin: 10px 0px 5px 0px;
		line-height: 16px;
		list-style-type: none;
}


#words ul ul{
		margin: 0px 0px 0px 30px;
		padding: 0px;
		
}

#words h4{
		t/ext-align: center;
		font-style: bold;	
}

#words div{
		float:left;	
}

/* ------- FOOTER -------------- */

#footer {
	width: 900px;
	b/order: 1px #ff0000 solid;
	font-size: 9px;
	color: #B69F87;
	text-align: right;
	margin: auto;
	margin-top: 5px;
}

#footer p {
		margin: 0px;
}


.left {
float: left;
}

.right {
float: right;
text-align: right;
line-height: 18px;
}

.inline {
display: inline;
}

.invis {
display:none;
} 

