@font-face {
	font-family: Free Style;
	src: url('/FREESCPT.TTF');
	
}
@font-face {
	font-family: Brillant;
	src: url('/Brillant.ttf');
	
}
@font-face {
	font-family: Frutiger;
	src: url('/Frutiger LT 55 Roman_0.ttf');
	
}
@font-face {
	font-family: Frutiger Italic;
	src: url('/Frutiger LT 56 Italic.ttf');
	
}
@font-face {
	font-family: Frutiger Black;
	src: url('/Frutiger LT 75 Black_0.ttf');
	
}
@font-face {
	font-family: Frutiger Black Italic;
	src: url('/Frutiger LT 76 Black Italic.ttf');
	
}
body{
	background:#0d9dd9 url(/images/bg_2000x1200.jpg) no-repeat top center;
font-family: Frutiger;
font-size:14px;
}
#navigation{
	background:url(/images/menu_bg_50x5.jpg) repeat-x top;
}
#footer{
	background:url(/images/footer_980x100.png) no-repeat bottom center;
	height:100px;	
	padding-left:25px;
	font-family: Brillant;
	font-size:18px;
	color:#FFF;
}
#column_splitter_top{
	width:1px;
	height:300px;
	background:#1b507d url(/images/spliter_top_1x300.png) top center repeat-x;	
}
#column_splitter_bottom{
	width:1px;
	background:#1b507d url(/images/spliter_bottom_1x50.png) bottom center repeat-x;	
	height:50px;
}
#horizsplitter{
	background:url(/images/horiz_splitter.png) no-repeat center;
	height:3px;
}
#contact_box{
	font-size:22px;
	font-family: Brillant;
	color:#CCC;
	width:286px;
	height:174px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:7px; 
	text-align:center;
	background:url(/images/contact_bg.png) top center no-repeat;
}

#contact_box p{
	text-align:center;
	margin: 10px;
}
#contact_box h3{
	font-size:30px;
	font-family: Brillant;
	margin-top:2px;
	margin-bottom:7px;
}
#contact_box a{

	text-decoration:none;
	color:#CCC;
	
}
#contact_box a:hover{

	text-decoration:underline;
	color:#999;
	
}
.main{
	background:#FFF url(/images/content_bg_top_10x300.jpg) repeat-x top center;
	vertical-align:top;
}
h2{
	font-family:Brillant;
	font-size:24px;
	color:#033d6e;
	margin-top:4px;
	margin-bottom:-2px;
}
p{
	text-align:justify;

}
