/*--------------------- body ---------------------*/

* {	margin: 0; padding: 0; border: 0; }

body { font-family: Verdana, Arial, Helvetica, sans-serif; margin:auto; background-image:url(../img/back.jpg); background-repeat:repeat-x; }

/* to force scrollbar with centered layout */
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*----------------------- layout ----------------------------*/

#container { 
/* http://www.svendtofte.com/code/max_width_in_ie/ */
	width: expression(document.body.clientWidth > 800? "800px": "auto");
	max-width: 800px; min-width: 760px; margin: auto; margin-top:40px; background-color:#FFFFFF; border: 1px green
	solid; height:800px;}

	#head { height: 80px;
		background: #ddd; }
	
		img#logo {  }
		
		#search {  }
		
		#headlinks {  }
		
		#headmenu {  }
	
	
	
		#sidemenu { float: left; width: 200px; 
			background: yellow; }
		
		#content { margin: 0 230px;
			background: orange; }
		
		#extra { float: right; width: 200px; overflow: hidden;
			background: red; }
	
	
	
	#foot { clear: both; height: 40px; 
		background: #ddd; }
	
		#footlinks {  }


/*--------------------- paragraphs & headings ---------------------*/

h1 {  }

p {	margin: 0 0 1em; 
	font-size: 1.2em; line-height: 1em;  }


/*--------------------- links ---------------------*/

a, a:visited {

}

a:active { 

}

a:hover {

}




/*--------------------- images ---------------------*/

a img {
	border: 0;
}

/*--------------------- forms ---------------------*/

form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 1.2em;
		border: 1px solid #666;
}


/* ---------------------- nav ----------------------*/

ul.level1 { list-style: none; }

ul.level1 li { float: left; }

ul.level1 a { display: block; 
	margin: 0 15px 0 0;
	text-decoration: none; }

ul.level1 a:hover {  }

ul.level1 a.on {  }

ul.level2 { list-style: none; }

ul.level2 li {  }

ul.level2 a { display: block; height: 1.5em;
	text-decoration: none; }

ul.level2 a:hover {  }

ul.level2 a.on {  }





