/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #AEDEE4;
	background-position: center top;
	background-image: url(images/VDayBackground.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
}
	
.left {
	width: 146px;
	height: 500px;
	float: left;
	padding: 2px;
	clear: none;
	display: block;
	background-image: url(images/white75.png);
	background-repeat: repeat;
	border: 2px solid #000000;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.center {
	width: 484px;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 525px;
	clear: none;
	display: inline;
	
}

.right {
	width: 146px;
	height: 500px;
	float: left;
	padding: 2px;
	display: block;
	background-image: url(images/white75.png);
	border: 2px solid #000000;
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.footer {
	padding: 2px;
	width: 790px;
	clear: both;
	background-image: url(images/white75.png);
	background-repeat: repeat;
	border: 2px solid #000000;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 7px;
	margin-left: 2px;
}

.column1 {
	display: inline;
	float: right;
	padding: 4px;
}

.column2 {
	display: inline;
	float: left;
	padding: 4px;
}

p,h1,h2,h3,h4,h5,h6 {
display: inline;
}

img {
	border: none
}

p {
	font-size: 14px;
}
.quote {
	text-align: justify;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
}

.justify {
	text-align: justify;
	font-size: 14px;
}

label
{
	width: 350px;
	float: left;
	text-align: right;
	margin: 5px;
	font-weight: bold;
}

.boxes
{
	width: 200px;
	margin: 5px;
	float: left;
}
.submit input
{
	width: 50px;
	text-align: center;
	clear: both;
	margin: 5px;
} 