 div.full{
   	width: 900px;
  	height: 565px;
 	margin-right:auto;
	margin-left: auto;
	background:  #ffffff;
	border: 1px solid #cccccc;
	text-align:center;
 	}
 div.title {
 	position: relative;
   	width: 230px;
   	height: 100%;
   	margin-top: auto;
  	margin-right: auto;
	float: left;
	/*border: 1px solid #cccccc;*/
	background:  #ffffff url('images/main_logo.jpg');
	 background-repeat: no-repeat;
	} 
	
  div.content {
  	position: relative;
  	float: right;
  	width: 669px;
  	height: 100%;
 	margin-top: auto;
  	margin-left:auto;
	border-left: 1px solid #cccccc;
	background:  #ffffff;

	} 	
	
div.images2{
    position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 600px;
	height: 500px;
	background: none;
	overflow: auto; 
	border: 1px solid #cccccc;
  }
 
 div.images3{
    position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 600px;
	height: 450px;
	background: none;
	overflow: none; 
	border: 1px solid #cccccc;
  }
 
  div.images4{
    position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 600px;
	height: 450px;
	background: none;
	overflow: auto; 
	border: 1px solid #cccccc;
  }
	
  div.footer{
    position: absolute;
   	width: 100%;
  	left: 0px;
  	top: 514px;
 	padding: 0px;
  	margin: 0px;
	border-top: 1px solid #cccccc;
	background:  #ffffff;
  
  }
  div.footer p{
  	font-size: 8pt;
  	text-align: center; 
  	margin: 0px;

  }

/*=======================================================================================================================*/	
/*================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: 10pt;
   	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.true_center{
 	text-align: center;
  	padding: 0px;
  	margin: 0px;
   }
   
    p.true_center2{
 	text-align: center;
  	padding: 0px;
  	margin: 0px;
  	margin-top: 10px;
   }

  
 p.footer {
  	font-size: 10pt;
  	color: #000000;
  	text-align: center;
  	font-style: italic;
   }

ul {
	font-family:   Palatino Linotype, sans-serif, Arial;
   	color: #666666;
  }
   
ol {
	font-family:   Palatino Linotype, sans-serif, Arial;
   	color: #666666;
  }

 
 h1{
 	font-size: 16pt;
   	color: #666666;
  	text-align: center;
  	text-decoration: none;
 }

 h2{
 	font-size: 12pt;
   	color: #666666;
  	text-align: center;
  	text-decoration: underline;
 } 
 
 hr {
 color: #F0F8FF;
 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==============================================================================================*/	
/*=======================================================================================================================*/

	
#list-menu {
 	position: relative;
 	margin-left: 0px;
	margin-top:160px;
	background: #ffffff;
	font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 10pt;
  	text-align:left;
  	/*border: 1px solid #cccccc;*/
}

#list-menu_sub {
 	position: relative;
 	margin-left: 10px;
	margin-top:1px;
	font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 8pt;
  	text-align:left;
  	/*background: #ffffff;
  	border: 1px solid #cccccc;*/
}

#list-menu ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 1px;
	} 
 
#list-menu li {
	margin: 2px 0 0;
}
 
#list-menu a {
	display: block;
	width:100px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000000;
	background: #ffffff url('images/border2.jpg');
	text-decoration: none; 
}
 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #000000;
}

#list-menu a:hover {
	border: 1px solid #000000;
	background: #333333;
	color: #ffffff;
	font-weight: bold;
}
