/* CSS Screen = for layout purposes only */

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

body {
background:black;
font-size: 100%;
margin: 10px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form {
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 150%;
margin-bottom:10px;
}

/* ABC */

#banner {
background: url(../images/img_banner.jpg) top left no-repeat;
float:left;
height:150px;
width:760px;
}

#footer {
float:left;
height:30px;
width:760px;
clear:both;
}

		#footer p {
		font-size:0.7em;
		text-align:right;
		}
		
		#footer a {
		color:#c9b03a;
		}

#frame {
float: left;
left: 50%;
margin-left: -380px;
margin-top:20px;
position: absolute;
width: 760px;
}

#lower {
float:left;
height:185px;
width:370px;
}

#nav {
float:right;
margin-top:110px;
height:40px;
width:390px;
}

		#nav img {
		float:right;
		}

#text {
background: url(../images/bg_text.jpg) top left repeat-y;
float:left;
width:760px;
min-height:210px;
}

		#text p {
		font-size:0.9em;
		margin-left:25px;
		line-height:120%;
		width:325px;
		}
		
		#text ul {
		margin-left:45px;
		font-size:0.9em;
		line-height:110%;
		}

#subnav {
float:right;
width:390px;
}

	#subnav a img {
	margin-top:8px;
	margin-left:6px;
	}


/* 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;
}
