/* .............................. */
/* Basic */
/* .............................. */

html, body {
     min-height:100.1%;
	}

body {
	background-color:white;
	font-family:Century Gothic, Arial;
	letter-spacing:0.5px;
	color:black;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
	}



a:link {
  	text-decoration:none;
  	color:black;
   	border:0px;
   	padding:0px;
}
a:visited {
  	text-decoration:none;
  	border:0px;
   	padding:0px;
   	color:black;
}
a:hover {
  	text-decoration:none;
  	border:0px;
	color:#D71921;
	padding:0px;
}



/*.........TABLES...........*/




.tablelayout {
	border:0px black solid;
	border-bottom:0px #d2433b solid;
	border-top:0px;
	width:950px;
	height:530px;
	font-size:20px;
	background-color:white;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:60px;
	font-family:Century Gothic, Arial;
	}
	
	
a.tablelayout {
	border:0px white;
	}
a.tablelayout:hover {
	border:0px RED;
	color:red;
	}


#tablebottom {
	padding-bottom:200px;
	}
	
#tablebottomenter {
	padding-bottom:550px;
	}
	
	
.gallery {
	border:1px white solid;
	padding-top:70px;
	padding-left:60px;
	color:black;
	}
a.gallery {
	color:black;
	}
	

	
.returnmenu {
	text-align:right;
	padding-right:30px;
	}

a.returnmenu {
	color:black;
	}	
	
a.returnmenu:hover {
	color:#D71921;
	}

	
	
/* FORM				*/


	
.contact {
	border:0px black solid;
	border-bottom:0px #d2433b solid;
	border-top:0px;
	width:950px;
	height:520px;
	font-size:14px;
	background-color:white;
	padding-left:100px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:50px;
	font-family:Century Gothic, Arial, Sans-Serif;
	}

#name {
	font-family:Century Gothic, Arial, Sans-Serif;
	font-size:14px;
	width:200px;
	border:0px;
	border-bottom:1px solid black;
}	

#name1 {
	font-family:Century Gothic, Arial, Sans-Serif;
	font-size:14px;
	width:206px;
	border:0px;
	border-bottom:1px solid black;
}




#message {
	font-family:Century Gothic, Arial, Sans-Serif;
	font-size:14px;
	width:95%;
	height:50px
	border:1px solid black;
	padding:5px;
	margin-bottom:5px;
}





