html {
	width: 100%;	
	height: 100%;
}

body{
	background-image:url('images/background.jpg');
	background-position: 50% 50%;
	background-repeat: repeat;
	font-family:Verdana, Geneva, sans-serif;
}

	
/*--------tables----------------*/
.table{
width:796px;
}

.header-middle{
	background-color: #fdcc98;
	text-decoration: none;
	font-weight: bold;
	 font-style:italic;
	font-size:18px;
	color:#666666;
	width: 480px;
	height: 102px;
	text-align: center;
	vertical-align: middle;
}

.content-left{
	width:146px;
	vertical-align: top;

}	

.content-middle{
	width:480px;
	vertical-align: top;
	text-align: left;
}	

.content-right{
	width:170px;
	vertical-align: top;
	text-align: center;
}

.table-list{
	width: 430px; 
	font-size:13px;
	padding:5px;
	border-collapse: collapse; 
	border: 2px solid; 
	margin: 20px auto auto auto;
	border-color:#405665;
	
	}
.table-list td{

color:#405665;
border-collapse: collapse; 
	border: 1px solid;
	text-align: left
}


/*--------fonts----------------*/
.footer{
	font-size:10px;
	color:#405665;
}

.main{
	font-size:13px;
	color:#405665;
}
.back-button{
	font-size:12px;
	color:#405665;
	text-decoration: underline;
	cursor: pointer;
}
/*--------menu----------------*/
.menu{
	background-image:url('images/menu.jpg');
	text-align:center;
	vertical-align: top;
	width: 146px;	
	height: 128px;
}

.menu a{
	text-decoration: none; 
	font-weight:bold; font-style:italic; 
	font-size:15px; color:#666666; 
	display: block; 
	width: 146px; 
	height: 25px; 
	text-align: center;
}

.menu a:hover{
	text-decoration: none; 
	font-weight:bold; 
	font-style:italic; 
	font-size:14px; 
	color:#fdcc98; 
	background-color:#666666; 
	display: block;
	width: 146px; 
	 height: 25px; 
 }
 
.active{
	text-decoration: none; 
	font-weight:bold; 
	font-style:italic; 
	font-size:14px; 
	color:#fdcc98; 
	background-color:#666666;
	}

p {	
	margin:8px 8px 0 8px;
	text-align: justify;
 }
         
 h1 {
	font-size:13px;
 }
		 
#footer {
	position: relative;
	bottom: -5px;
	width: 70%;
	text-align: center;
	padding: 0 15%;
}
.bold{
	text-align: center;
}

.back{
	width: 100%;
	text-align: center;
}
.line{
	margin-left: auto;
	margin-right: auto;	

}

/*------------------------*/
.content-right-down{
text-align:center;
position: relative;
vertical-align: bottom;
background-image: url(images/menu-bottom.jpg);
background-image: url(../images/menu-bottom.jpg);
background-repeat: repeat-x;
}


            












