 div.full{
   position: relative;
   	width: 1050px;
   	margin: 0px;
   	padding: 0px;
 	margin-right: auto;
	margin-left:  auto;
	background:  #ffffff url('images/bg_grey.jpg');
 	}
 	
div.body{
  	position: relative;
  	width: 768px;
  	float: left;
  	padding: 0px;
  	margin: 0px;
	padding-left: 75px;
	border: 0px solid #000000;
	} 	
	
div.content {
  	position: relative;
  	height: 510px;
  	top: 5px;
   	margin: 0px;
   	padding: 0px;
   	background: #ffffff url('images/copyright.gif');
   	background-repeat: no-repeat;
	background-position: bottom left;
	border: 1px solid #ffffff;	
	} 	
	
div.content_about {
  	position: relative;
  	height: 950px;
  	top: 5px;
   	margin: 0px;
   	padding: 0px;
   	background: #ffffff url('images/copyright.gif');
   	background-repeat: no-repeat;
	background-position: bottom left;
	border: 1px solid #ffffff;	
} 
		

div.content_about p {
  	padding: 0px;
  	margin: 0px;
  	padding-top: 30px;
  	padding-right: 250px;
  	padding-left: 40px;
  	font-family:   Tahoma, Geneva, sans-serif;
	font-size: 12pt;
}

div.dots {
   	position: absolute;
   	float: left;
 	width: 50px;
 	top: 0px;
  	height: 640px;
  	margin: 0px;
  	padding: 0px;
   	margin-left: 520px;
   	margin-top: 70px;
   	background:  url('images/dots.gif');
   	background-repeat: repeat-y;
	background-position: top center;
	z-index: 2;
	} 
	
div.dots_about {
   	position: absolute;
   	float: left;
 	width: 50px;
 	top: 0px;
  	height: 400px;
  	margin: 0px;
  	padding: 0px;
   	margin-left: 520px;
   	margin-top: 70px;
   	background:  url('images/dots.gif');
   	background-repeat: repeat-y;
	background-position: top center;
	z-index: 2;
	} 

div.thumbs {
   	position: absolute;
   	float: left;
 	width: 60px;
 	top: 60px;
  	height: 510px;
  	margin: 0px;
  	padding: 0px;
   	margin-left: 510px;
   	margin-top: 70px;
   	background: #ffffff;
   	background-repeat: repeat-y;
	background-position: top center;
	z-index: 2;
	border: 0px solid #b00606; 
	overflow: auto;
	}

div.thumbs	p {
  	margin:0px; 
	padding:0px;
	text-align: center;
}

div.thumbs img{
  cursor: n-resize;
  border: 0px;
  display: block;
}	
	

div.thumbs a:link {color: #000000;}
div.thumbs a:visited {color: #000000;}
div.thumbs a:hover { color: #000000;}
div.thumbs a:active {color: #000000;}

div.thumbs img {border: 0px;}
	
/*=======================================================================================================================*/	
/*================Font Area==============================================================================================*/
/*=======================================================================================================================*/	
	
  body {
 	background:  #ffffff url('images/bg_grey.jpg');
 	}
 
 p.mainimage {
	font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 12pt;
   	color: #000000;
  	text-align: left; 
  	padding-left: 40px;
  	padding-top: 20px;
  	margin: 0px;
	}
  


/*=======================================================================================================================*/	
/*================Menu Area==============================================================================================*/	
/*=======================================================================================================================*/

#list-menu{
  	position: absolute;
   	float: left;
 	width: 200px;
  	margin: 0px;
  	padding: 0px;
   	margin-left: 560px;
   	margin-top: 10px;
	z-index: 3;
	border: 0px solid #000000;
	}


#list-menu ul {
	font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 16pt;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	} 
 
#list-menu li {
	margin: 2px 0 0;
	}
 
#list-menu a:link, #list-menu a:active, #list-menu a:visited, #list-menu a:hover {
	color: #ffffff;
	border: 0px solid #CCCCCC;
	}
 #list-menu img {
	border: 0px;
	}	
