
	/* -----
	
	screen.css
	(c) - Jan Eysermans
	2007

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

body, html 			{ background-color: #FFFFF9; color: #3A3C35; height:100%; width: 100%; font: 12px Arial; }
.screen				{ margin: 0 auto; overflow: hidden; }
.header				{ width:700px; margin: 0 auto; height:50px; font: 25px Arial; }
.content  			{ width: 700px; margin: 0 auto; margin-top: 10px; }
.footer				{ margin: 0 auto; text-align:center; font: 10px Arial; clear: both; width: 600px; padding: 50px 0 10px 0; } 
.clearing			{ clear: both; }

.nav				{ margin: 0 auto; height: 20px; background-color: #D9E0C7; border-bottom: 1px solid #929786; border-top: 1px solid #929786; }
.navtext			{ width: 700px; height: 18px; margin: 0 auto; font: 12px Arial; color: #43453D;  }

/* TEXT */ 

.nav a, a:visited, a:active	{ font: 12px Arial; color: #43453D; text-decoration: none; }
.nav a:hover 				{ font: 12px Arial; color: #43453D; text-decoration: underline; }

a, a:visited, a:active		{ text-decoration: none; color: #3A3C35; }
a:hover						{ text-decoration: underline; }

p							{ }
h1							{ font: 20px Arial; padding-bottom: 20px; }
h2							{ font: 15px Arial; padding-bottom: 5px;}
h3							{}
h4							{}
h5							{}
h6							{}


/* FORMS */ 

input				{ border: 1px solid #929786; margin-bottom: 20px; }
textarea			{ border: 1px solid #929786; margin-bottom: 20px; }
label				{ width: 100px; float:left; text-align:left; }
select				{ border: 1px solid #929786; margin-bottom: 20px; width: 125px; }
input.submit		{ border: 1px solid #929786; height: 18px; width: 70px; background-color: #FFF; }
form				{ margin-top: 30px; }


/* LISTS */ 

.nav ul				{ margin: 0; padding:0; list-style:none; z-index: 10;  }	
.nav li				{ height:12px; padding:0; list-style:none; float:left;  margin: 3px auto auto 20px;  }

/* DIVS */ 
.project			{ width: 540px; background-color: #D9E0C7; text-align: justify; padding: 5px; }
