body 
	{
	background-color: #101b3a; 
	background-image: url(images/bg.jpg);
    font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	}

p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	line-height: 18px; 
	}		

a
	{
	text-decoration: underline;
	color: #101b3a;
	}
	
a:hover
	{
	color: #1d84c3;
	}		
	
h1
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 16px;
	color: #101b3a;
	margin: 10px 0 10px 0; 
	}	
	
h2
	{
	font-family: Georgia, Times, serif; 
	font-weight: bold;
	font-size: 16px;
	color: #101b3a;
	margin: 10px 0 10px 0;
	text-align: center; 
	}	
	
	
h3
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	color: #101b3a;
	margin: 10px 0 10px 0; 
	}		
		
li 
	{
	padding: 5px 0 3px 0; 
	}		
		
/* border */ 	
	
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#main_border
	{
	width: 800px; 
	margin: 20px auto 0 auto; 
	background-color: transparent; 
	}

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image: url(images/tlc.jpg);
	background-position: 0% 0%;
	}

#trc
	{
	background-image: url(images/trc.jpg);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image: url(images/blc.jpg);
	background-position: 0% 100%;
	}

#brc
	{
	background-image: url(images/brc.jpg);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image: url(images/tb.jpg);
	background-position: 0% 0%;
	}

#bb
	{
	background-image: url(images/bb.jpg);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image: url(images/rb.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #fff;
	background-image:url(images/lb.jpg);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}	
	
/*---------- navigation ----------*/			
		
#nav
	{
	width: 801px; 
	height: 35px; 
	background: #000; 
	}	
	
#nav ul 
	{
	list-style-type: none; 
	padding: 0;
	margin: 0;
	border: 0; 
	} 	
	
#nav li 
	{
	float: left; 
	width: 160px; 
	text-align: center; 
	padding: 10px 0 0 0;
	}	
	
#nav a
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #fff;	
	}	
	
#nav a:hover
	{
	text-decoration: underline; 
	color: #76bfeb;
	}		
	
/* ----------------- page elements --------------- */

#logo
	{
	padding: 12px; 
	text-align: center; 
	} 
	
#top_strip
	{
	width: 802px; 
	height: 190px; 
	background-image: url(images/bg_top_strip.jpg);
	margin: 0;
	padding: 0;
	} 
		
#top_strip ul 
	{
	list-style-type: none; 
	padding: 0;
	margin: 0;
	border: 0; 
	} 	
	
#top_strip li 
	{
	float: left; 
	width: 208px; 
	text-align: center; 
	padding: 0;
	margin: 23px 0 0 43px; 
	}			
		
#content 
	{
	width: 770px; 
	margin: 3px 0 0 20px; 
	background-image: url(images/bg_eye.jpg);
	background-repeat: no-repeat; 
	}		
	
#button_04
	{
	width: 201px; 
	height: 234px; 
	float: right;
	margin: 3px 5px 0 15px;  
	}	
		
#footer
	{	
	margin: 20px 0 10px 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;	
	text-align: center; 
	}	
