

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

.clear{
	clear:both;
	}
	
.maincontainer{
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:25px auto 0 auto;
}
h1{
	font-family:  Arial, "Helvetica", sans-serif;
	font-size:32px;
	color:#000000;
	font-weight:bold;
	line-height:35px;
	text-align:center;
}
.grey-box{
	background-color:#d5d09e;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:22px;
	margin:25px auto 25px auto;
	border:1px solid #000;
	padding:10px 20px 15px 20px;
}
.grey-box span{
	margin:0 0 0 150px;
	font-size:16px;
}

.pic{
	width:301px;
	height:585px;
	float:left;
	background:url(../images/pic.jpg) no-repeat;
}
.right{
	float:left;
	width:450px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 20px;
	
}
.right h2{
	font-size:16px;
	color:#800000;
	font-weight:bold;
	margin:0px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
.right ul{
	margin:0 0 0 15px;
	}
	.right ul li{
		margin:10px 0 0 0;
	}

.form-container{
	width:450px;
	height:200px;
	background:url(../images/form-container.jpg) no-repeat;
	margin:15px auto 0 auto;
}
.right p{
	margin:10px 0 0 0;
}
.date{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
		text-align:center;
		padding:10px 0px 0 0;
}