/* CSS Screen = for layout purposes only */

* {
font-size: inherit;
margin: 0;
padding: 0;
}

body {
background:#9d8a3e;
font-size: 100%;
margin: 10px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form {
font-size: 1em;
line-height: 150%;
/*margin-bottom:10px;*/
}

/* ABC */

#block {
background:#254d40;
float:left;
height:115px;
margin-bottom:6px;
margin-top:6px;
width:735px;
}

#content {
float:right;
width:490px;
}

			#content p {
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.8em;
			line-height:120%;
			color:#4f7f69;
			/*width:350px;*/
			}
			
			#content a {
			text-decoration:none;
			color:#4f7f69;
			}

#footer {
background:#4f7f69;
float:left;
height:24px;
width:735px;
overflow:hidden;
}

			#footer p {
			color:#a6c1b7;
			font-family: Arial, Helvetica, sans-serif;
			font-size:0.8em;
			margin-top:2px;
			text-align:center;
			}
			
			#footer a {
			color:#a6c1b7;
			text-decoration:none;
			}
			
			#footer a:hover {
			text-decoration:underline;
			}

#frame{
background:#d9d3b3;
float: left;
left: 50%;
margin-left: -390px;
margin-top:40px;
position: absolute;
width: 780px;
padding-bottom:20px;
}

#header {
background:#254d40;
float:left;
margin-bottom:6px;
height:33px;
width:735px;
overflow:hidden;
}

			#header p {
			color:white;
			font-family: Arial, Helvetica, sans-serif;
			font-size:0.7em;
			margin-top:7px;
			text-align:center;
			}

#logo {
float:left;
height:197px;
width:230px;
}

#nav {
background:#9d8a3e;
float:right;
height:18px;
width:490px;
}

		#nav img {
		float:left;
		border:0;
		}
		
		#nav img a {
		border:0;
		padding:0;
		}

#wrapper {
background:#d9d3b3;
float:left;
margin-left:24px;
margin-top:20px;
width:735px;
}

/* CLASSES */

.border {
border:1px solid black;
}

.fleft {
float:left;
margin: 10px, 10px, 20px, 0;
}

.fright {
float:right;
margin: 10px, 0, 20px, 10px;
}

.handyes {
display: none;
}