 body {
 	background:  #ffffff url('images/background_blue.jpg');
 	background-repeat: repeat;
	background-position: top left; 

 	}
 
 div.full{
    width: 660px;
	height: 570px;
	margin-top: 30px;
	margin-right:auto;
	margin-left: auto;
	background:  #ffffff url('images/header.gif');
 	background-repeat: no-repeat;
	background-position: top center; 
	border:0px solid #ddd; 
	position:relative;	
 	}
 	
div.top {
   	position: relative;
  	height: 105px;
   	margin: 0px;
   	padding: 0px;
	border: 0px solid #2f94e2;
	} 
	
 div.mid {
   	position: relative;
  	height: 408px;
   	margin: 0px;
   	padding: 0px;
   	/*background:  #ffffff url('images/header.jpg');
   	background-repeat: no-repeat;
	background-position: top left;*/
	border: 0px solid #2f94e2;
	} 
	
	
div.lower {
   	position: relative;
  	height: 47px;
   	margin: 0px;
   	padding: 0px;
   	background:  #ffffff url('images/footer.gif');
   	background-repeat: no-repeat;
	background-position: center center;
	border: 0px solid #2f94e2;
	border-top: 10px solid #aa0605;
	} 
	
	
div.left {
	width:255px;
	height: 375px;
	padding:0px;
	margin-top: 30px;
	float:left; 
	overflow: hidden;
	}

div.center {
	width:150px;
	height: 405px;
	padding:0px;
	float:left;
	}

div.right {
	width:255px;
	height: 405px;
	padding:0px;
	float:left;
	}
	
#right-top {
	width:255px;
	height: 200px;
	padding:0px;
	}
div.right-bottom {
	width:255px;
	height: 205px;
	padding:0px;
	}
	

div.house {
   	position: absolute;
   	float: left;
 	width: 26px;
 	height: 42px;
  	margin: 0px;
  	padding: 0px;
   	margin-left: 200px;
   	margin-top: 120px;
	} 
	

/*=======================================================================================================================*/	
/*================Menu Area==============================================================================================*/	
/*=======================================================================================================================*/


#right-top ul {
	font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 16pt;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	} 
 
#right-top li {
	margin: 0px;
	padding: 0px;
	}
 
#right-top a:link, #right-top a:active, #right-top a:visited, #right-top a:hover {
	color: #ffffff;
	border: 0px solid #CCCCCC;
	}
#right-top img {
	border: 0px;
	}	

