/* CSS Document */

body {
	background: #700101 url('../images/BG.jpg') repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#Container {
	left: 0px;
	width: 800px;
	height: 1200;
	margin: 0 auto;
	position: relative;
	background: #000;
}
#Logo {
	z-index: 0;
	width: 400px;
	height: 70px;
	left: 0px;
	top: 0px;
	position: absolute;

}
#Photo {
	z-index: 1;
	width: 229px;
	height: 232px;
	left: 581px;
	top: 95
	px;
	position: absolute;

}
#Menu {
	z-index: 999;
	width: 589px;
	height: 25px;
	left: 190px;
	top: 25px;
	position: absolute;

}
#ContactBG {
	z-index: 2;
	width: 240px;
	height: 70px;
	left: 563px;
	top: 325px;
	position: absolute;

}
#Contact {
	z-index: 5;
	width: 215px;
	height: 350px;
	left: 552px;
	top: 411px;
	position: absolute;

}
#Margin {
	z-index: 5;
	width: 215px;
	height: 350px;
	left: 573px;
	top: 411px;
	position: absolute;

}
#Column1 {
	z-index: 1;
	width: 248px;
	height: auto;
	left: 16px;
	top: 221px;
	position: absolute;

}
#Column2 {
	z-index: 1;
	width: 248px;
	height: auto;
	left: 290px;
	top: 204px;
	position: absolute;

}
#Column2BG {
	z-index: 1;
	width: 400px;
	height: 70px;
	left: 175px;
	top: 0px;
	position: absolute;

}
#Signature {
	z-index: 20;
	width: 50px;
	height: 50px;
	left: 552px;
	top: 750px;
	position: absolute;

}
#Footer {
	z-index: 1;
	width: 450px;
	height: 25px;
	left: 16px;
	top: 1160px;
	position: absolute;

}
/* Classes */

.FormButton {
		background: url('../images/btn_send.jpg') no-repeat center;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold; */
		float: right;
		border: 0px solid;
		margin: 0px 0px 0px 0px;
		width: 89px;
		height: 41px;
		cursor: pointer;
		padding: 0px 0px;
	}
		.FormButton:hover {
			background: url('../images/btn_send2.jpg') no-repeat center;
