/* Generic Selectors */

body {
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	color: #000000;		
	
	background-image:url("img/bg.gif");
	
}

p {
	width: 90%;
}

li {
	
	line-height: 150%;	
}


h1 {

	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	
}

#content img {
	width: 150px;
	height: 100px;
	padding: 2px;
	border: 1px solid black;
	float: right;
	margin: 0 0 1em 1em;}

/*************************  NAV *************************/

#nav, #nav ul { /* all lists */
		position : absolute;
		list-style: none;
		font-size: 11px;
		float: left;
		margin-top:230px;
		margin-left:230px;
		width:15px;
		height:10px;
		
	}
	
	#nav li { /* all list items */
		line-height : 1.3em;
		margin-bottom : -1px;
		margin:0 0 0 0.5em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 10.05em;
		margin-top : -1.3em;
	}
	
	
	
	#nav li a {
		width: 10em;
		w\idth : 10em;
		display : block;
		color: white;
		text-decoration : none;
		background-color : #333333;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color: white;
		background: #666666;
		
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/*************************  ID's *************************/
#lelfim {
	position: absolute;
	width: 239x;
	height: 230px;	
	margin-top: 219px;
	margin-left: -1em;
}
#topim {
	position: absolute;
	width: 770x;
	height: 235px;
	margin-top: -1em;
	margin-left: -1em;
}

#centerDoc {
	position: absolute;	
	width: 349px;
	background-color: #ffffff;
	padding: 0.5em 0 0 160px;
	margin-top: 220px;
	margin-left: 226px;	
			
}



/*************************  end *************************/











