
body { 
    background-color: black; /*#D0A360;*/
}

#bglayout {
	width: 1280px;
	height: 672px;  
	border: 0px solid yellow; 
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: auto;
	background-image: url('../Graphics/Template.png');
	background-repeat: no-repeat;

}
#contactpage {
	font-family: "Comic Sans MS", cursive; color: #6b2818;
	display: block; 
	width: 1280px;
	border: 0px solid yellow; 
	margin-left: auto; 
	margin-right: auto;
	margin-top:auto;
	background-image: url('../Graphics/content_Background.png');
	background-repeat: repeat;
	
}
#confirm {
	font-family: "Comic Sans MS", cursive; color: #6b2818; font-size:24px;
	display: block; 
	width: 1280px;
	border: 0px solid yellow; 
	margin-left: auto; 
	margin-right: auto;
	margin-top:auto;
	padding-bottom:0px;
	background-image: url('../Graphics/content_Background.png');
	background-repeat: repeat;
}

#formVal {
	font-family: "Comic Sans MS", cursive; color: #6b2818;
	display: block; 
	width: 1280px;
	height: 450px;  
	border: 0px solid yellow; 
	margin-left: auto; 
	margin-right: auto;
	margin-top:auto;
	padding-bottom:25px;
	background-image: url('../Graphics/content_Background.png');
	background-repeat: repeat;
}

p { font-size: 18px}
th {font-size: 18px}

.highlight {
	background: #6b2818;
	color: #fff;	
}

.container {
	border: 5px solid #6b2818;
	color: #6b2818;
}


.left {
	background-image: url('../Graphics/stromboli.png');
}
.right {
	background-image: url('../Graphics/Stuft_Sticks.png');
}

