h1 {
	font-size: 2.4em;
	font-weight: lighter;
}
h2 {
	font-size: 2em;
	font-weight: lighter;
	margin-top: 3em;
}
h3 {
	font-size: 1.6em;
	margin-left: 1.5em;
}
p {
	font-size: 1.2em;
	text-align: justify;
}
a {
	font-weight: bolder;
	text-decoration: none;
	color: #290106;
}
a:hover {
	text-decoration: underline;
}
.leftImage {
	margin-bottom: 1.9em;
}
.spacerwidth {
	width: 35%;
	float: left;
	font-weight: bolder;
}
.inputwidth {
	width: 60%;
}	
#calDate {
	margin-left: 4em;
}
table {
	width: 40%;
}
.submit {
	clear: both;
	margin-left: 3em;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.gif);
	background-attachment: fixed;
	font-size: 62.5%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #290106;
}	
#container {
	margin: 0 auto;
	text-align: left;
	width: 75em;
	background-color: #d5c7b2;
	border-right: 6px solid #290106;
	border-left: 6px solid #290106;
}
#branding {
	background-color: #290106;
	background-image: url(../images/chequers-logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 18em;
}
#navigation {
	height: 4em;
	background-color: #4f0014;
}
	#navigation ul {
		margin: 0;
		padding: 1.4em 0 0 0;
		list-style-type: none;
	}
	#navigation ul li {
		float: left;
		display: block;
		text-align: center;
		font-size: 1.2em;
		font-weight: bolder;
		margin: 0 0.54em;
		color: #fff;
		width: 18%;
	}
		#navigation ul li a {
			color: #fff;
	}
		#navigation ul li a:hover {
			color: #d5c7b2;
			text-decoration: none;
	}

#main {
	border-top: 1em solid #290106;
}
	#mainLeft {
		float: left;
		width: 21em;
	}
	#mainRight {
		float: right;
		width: 520px;	
		padding-bottom: 6em;
	}
	#mainImage {
		margin: 0 0 4em 0;
	}
	#mainRight h1, #mainRight h2 {
		margin-left: 1em;
		margin-right: 5em;
	}
	#mainRight p {
		margin-left: 3em;
		width: 27em;
		line-height: 2em;	
	}
#footer {
	clear: both;
	height: 26em;
	background-color: #290106;
	background-image: url(../images/footerBg.jpg);
	background-repeat: repeat-x;
	
}#con {
	width: 500px;
}
