 div.full{
   	width: 900px;
  	height: 100%;
 	margin-right:auto;
	margin-left: auto;
	background:  #ffffff;
	border: none;
	text-align:center;
 	}
 div.title {
  	height: 90px;
	margin-top:20px;
	border: 1px solid #cccccc;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: top left 
	} 

	

	
  div.frame {
  	height: 500px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: url('images/background.jpg');
	} 	

div.img_window{
	position: relative;
	float: left;
	margin-top: 75px;
	height: 350px;
	width: 800px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-left: 0px;

}

div.load_image {
	display: none;
	
	background: #ffffff url('images/welcome2.jpg');
	}  
		
	
	
/*=======================================================================================================================*/	
/*================Font Area==============================================================================================*/
/*=======================================================================================================================*/	
	
	 body {
 	background-color: #ffffff;
	/*background-image: url('images/bg.gif'); 
	background-repeat: repeat-y;
	background-position: left;*/
 }
 
 p {
	font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 12pt;
   	color: #666666;
  	text-align: center; 
  	margin-left: 30px;
  	margin-right: 30px;
  	margin-bottom: 10px;
  }
  
 p.right{
 text-align: right;
 font-size: 8pt;
 padding-right: 10px;
 }
 
  p.left{
 	text-align: left;
  	padding-left: 10px;
 }

  
 p.footer {
  	font-size: 10pt;
  	color: #000000;
  	text-align: center;
  	font-style: italic;
   }
   
 
 h1{
 	font-size: 16pt;
   	color: #666666;
  	text-align: center;
  	text-decoration: none;
 }
 
 
 hr {
 color: #CCCCCC;
 width: 95%;
 height: 1px;
 }
 	

a:link {color: #666666;}
a:visited {color: #666666;}
a:hover { color: #0000cc;}
a:active {color: #666666;}

a.footer:link {color: #000000;}
a.footer:visited { color: #000000;}
a.footer:hover { color: #dcc12c;}
a.footer:active { color: #000000;}


/*=======================================================================================================================*/	
/*================Menu Area==============================================================================================*/	
/*=======================================================================================================================*/
div.float_menu {
	position: static;
	float:right;
	z-index: 1;
	width:500px;
	background: none;
	font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 10pt;
  	text-align: center;
	list-style-type: none;
	}	
	
div.title_sub{
	position: relative;
	float:right;
	z-index: 2;
	top: 5px;
	right: 5px;
	margin-top: 0px;
	width: 500px;
	height: 55px;
	background: #111111;
}
	
#list-menu {
   	margin: 0px;
	padding: 0px;
	width: 100%;
	}

#list-menu table{ 
	border: 0px;
	width: 100%;
	border-collapse: collapse;
	}
 
 #list-menu tr {
	margin: 0px;
	padding: 0px;
	} 
 
#list-menu a {   
	display: block;
	width:75px;
	padding: 0px 2px 2px 2px;
	background: #ffffff url('images/menu_strike2.jpg');
	text-decoration: none; 
	}
 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	border: 1px solid #CCCCCC;
	color: #ffffff;
	background: #ffffff url('images/welcome.jpg');
	}

#list-menu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #f3e9b4;
	background: #ffffff url('images/welcome2.jpg');
	}  