/* CSS Document */
#container {
	width:750px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background: url(Images/headersaffcom1.jpg) no-repeat;
	height:110px;
	text-align:right;
	color: #797C4C;
	font-family: Verdana;
	font-weight:bold;
	font-size:15px;;
	padding-right:20px;
}

#content {
	padding-left:30px;
	padding-top:20px;
	background: url(Images/middle1.jpg);
    font-family: Verdana; 
	font-size: 12px;
	color: #797C4C;
}

#navigation {
	padding-right:20px;
	padding-bottom:20px;
	float: right;
	width: 145px;
	margin-top: 20px;
}

#footer {
	height:20px;
	background: url(Images/footer1.jpg) no-repeat;
	padding: 4px;
	text-align: center;
	color: #797C4C;
	font-family: Verdana;
	font-weight: bold;
}

#photo {
	clear:both;
	height: 70px;
}

#photo img {
    border: 1.5px solid #797C4C;
	margin-left:31px;
	margin-right:31px;
	margin-top: 0px;
	margin-bottom:20px;
}

#text {
float:left;
width:500px;
}


/*style and formatting definitions*/
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a {
	color: #808160;
	text-decoration: none;
}
a:hover {
	color: #797C4C;
	text-decoration: strong; 
	font-weight: bold;
}

#navigation a {
	display: block;
	padding: 1px 1px 1px 8px;
}
#navigation fieldset {
	border: 1px solid #797C4C;
	padding: 0 0 3px 0;
	margin: 0;
	color:#797C4C;
	font-size: 13px;
	font-family: Verdana;
}
#navigation legend {
	color: #797C4C;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}
#navigation fieldset:hover {
	border: 1px solid #797C4C;
}