A:hover {color: #6c6b34; text-decoration: none;}
A {color: blue; text-decoration: underline;}

.navlink{
	color: #000000;
	text-decoration: none;
}

.navlink:hover{
	color: #6c6b34;
	text-decoration: underline;
}

.navcell{
	background-image: url(images/darkermellowyellow.jpg);
}

.iframe{
	width: 100%;
	height: 500px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body{
	font-family: Footlight MT Light;
	margin: 0px;
	padding: 0px;
}

#wrapper{
	background-image:  url(images/darkmellowyellow.jpg);
	padding: 0px;
	margin: 0px;
}

#header{
	background-image:  url(images/darkmellowyellow.jpg);
	height: 65px;
	margin: 0px;
	text-align: center;
}

#headerbreak{
	background-image:  url(images/darkermellowyellow.jpg);
	height: 4px;
	margin: 0px;
}

#title{
	padding: 12px;
}

#contentwrapper {
	background-image:  url(images/darkermellowyellow.jpg);
	padding: 0px;
	margin-left: 150px;
}

#navigation{
	padding-top: 15px;
	float: left;
	width: 150px;
}

#content{
	background-image:  url(images/mellowyellow.jpg);
	margin-left: 4px;
	padding: 30px;
}