@charset "utf-8";
/* CSS Document */

body{
	background-image: url("Media/backgroundq2.png")
}

section{
	
	width:710px;
	height:350px;
	margin-top: 36px;
	margin-left:43px;
	text-align: center;
	padding: 4px;
	padding-top:5px;
	background-image: url("Media/section.png");
	
}

nav{
	
	width:247px;
	height:68px;
	margin-left:285px;
	margin-top: 30px;
	text-align: center;
	
}

	
/*DIV START*/
#wrapper{
	
	width:1366px;
	height:768px;
	margin:auto;
	background-image: url("Media/background.png")
}


#logo1{
		
	width:495px;
	height:162px;
	margin-top: 80px;
	margin-left: 141px;
}

#logo2{
		
	width:97px;
	height:89px;
	margin-left: 563px;
	margin-top: -374px;
}

#emailbox{
	
	width:462px;
	height:51px;
	margin-left:155px;
	margin-top: 21px;
	
}

#namebox{
	
	width:462px;
	height:51px;
    margin-top: 40px;
	margin-left:155px;

	
	
}

#rightcolumn{	
	
	width:683px;
	height:786px;
	float: right;
	}

#leftcolumn{
	
	width:87px;
	height:30px;
	float:left;
}



#formboxtop{	
	
	width:560px;
	height:406px;
	margin-left: 100px;
	margin-top: 39px;
	text-align: center;
	padding-top:50px;
	padding-left: 10px;
	background-image: url("Media/formtop.png");
	}

#formboxbottom{
	
	width:560px;
	height:285px;
	margin-left: 100px;
	background-image: url("Media/formbottom.png");
}



/*DIV END*/

/*FONTS START*/



h3 {
	
	font-family: Bonjour, cursive;
	color: floralwhite;
		
	}


p {
	
	font-family: TNN, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"cursive;
	color: floralwhite;
		
	}

@font-face{
	font-family: TNN;
	src:url("Textface/Times New Normal Regular.ttf")
}

@font-face{
	
	font-family: Bonjour;
	src:url("Textface/Bonjour.ttf")
	
}

@font-face{
	
	font-family: Chameleon;
	src:url("Textface/Chameleon.ttf")
	
}




/*FONTS END*/

/*LINKS START*/

a:link{
  background-image: url("Media/nav.png");
  color: #6C3E01;
  padding: 10px 20px;
  text-align: center;
	padding-top: 15px;
	font-family:Bonjour, cursive;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-image: url("Media/nav2.png");
	color: #6C3E01;
  
}
/*LINKS END*/

/*END*/
