body,
html {	
		font-family :  "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
		color : #ffc;
		font-family:"Trebuchet MS", Georgia, Verdana, Arial, Helvetica, sans-serif;
		background:#ffc;
	}
p { 	
		text-indent: 2em;
		margin-top: 0;
		margin-bottom: 0;
	}
em {	font-weight: bold;
	}
#header {
		background:#630;
		position: fixed;
		width: 100%;	
		height: 60px;	
		top: 0;	left : 0;	
		bottom : auto;	
		color : #f00;
	}
#footer {	
		background:#630;	
		position: fixed;	
		width: 99%;	
		height: 70px;	
		top : auto;	
		bottom: 0;	
		color : #fff;	
		font-size:1.3em;
	}
#leftnavigation {	
		position: fixed;	
		width: 200px;	
		top : 65px;	
		height : auto;	
		color : #000;
	}
#content {	
		position :fixed;	
		top : 65px;	
		left : 225px;	
		right : 0;	
		bottom : 70px;	
		width : auto;
		height : auto;	
		padding-left : 15px;	
		padding-right : 12px;	
		color : #000;	
		overflow : auto;
	}
#content h1, #content h2 {
		color : #630;
		}
img.floatLeft {     
		float: left;     
		margin: 4px; 
	}
img.floatRight {     
		float: right;     
		margin: 4px; 
	}
a:link, a:visited {
		color: #336; 
	}
a:hover, a:active {
		color: #39f;
	}
a:hover { 
		background-color: #000; 
	}
div.transbox  {  
		margin: 5px 5px;
		padding: 1em 2em;  
		background-color: #ffffff;
		text-align: center;  
		border: 1px solid red;  
		/* for IE */  filter:alpha(opacity=60);  /* CSS3 standard */  opacity:0.6;  
	}
div.Exttransbox  {  
		margin: 5px 5px;
		padding: 1em 2em;  
		background-color: #ff9966;
		border: 1px solid black;  
		/* for IE */  filter:alpha(opacity=60);  /* CSS3 standard */  opacity:0.6;  
	}