	@font-face {  
	  font-family: yourFontName ;  
	  src: url( http://www.auto-kit.co.uk/ak-test/Optima.otf ) format("opentype");  
	}  
	 
	/* Then use it like you would any other font */  
	.yourFontName { font-family: Optima;  
	}

* { padding: 0; margin: 0; }

body {
 font-family: Optima;
 font-size: 13px;
 background-color: #edd0a4;
}
#wrapper { 
 margin: 0 auto;
 width: 810px;
}
#header {
 color: #ffffff;
 width: 810px;
 float: left;
 padding: 0px;
 height: 130px;
 background-image:url(library/head1.png);
}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #E0E0D4;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 420px;
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: left;
 color: #333;
 border: 0px ;
 background-image: url(images/loading.png);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 350px;
 width: 610px;
 display: inline;
 position: relative;
}

#footer { float: left;
 color: #333;
 border: 0px solid #ccc;
 background-image:url(library/foot.png);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 70px;
 width: 610px;
 display: inline;
 position: relative;
}
