* {
	margin:0px;
	padding: 0px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	background-color: white;
}
html, body {
    height: 100%;
}
#wrapper {
	width:100%;
	height: 100%;
	margin: 0px auto; 
	background-color: #56BAEC;
}
.error{
	color: red;
}
#htrail {
	position:absolute;
	width:1000px;
	padding-left:20px;
	padding-right:20px;
	height: 74px;
	background-image: url('file:///C|/Users/Master/grade.png');
	background-repeat:repeat-x;
	margin: 0px auto;
	top: 250px;
}
#htrail2 {
	padding-left:20px;
	padding-right:20px;
	margin: 0px auto;
	height: 74px;
	width:1000px;
}

#header, #FormContainer, #sweepstakeRules {
	width:1000px;
	margin: 0px auto;
	padding: 20px;
	clear:both;
}
#header, #header img {
	width:1040px;
	height:255px;
	padding: 0px;
	margin-bottom: 0px;
}
#FormLeft {
	width:500px;
	float: left;

}
#FormRight {
	width:500px;
	float: right;

}
#outerAccept{
	float: left;
	width: 1000px;
	padding-top: 30px;

}
#accept {
	width: 300px;
	padding-top: 10px;
	margin: 0px auto;
}
#FormLeft table{
	margin: 0px auto;
}
#submit {
	width: 110px;
	padding-top: 10px;
	padding-bottom: 50px;
	margin: 0px auto;
}
input#submitButton {
	width: 100px;
	margin: 0px auto;
}
#sweepstakeRules p {
	padding-top: 15px;
	padding-bottom: 15px;
} 
#sweepstakeRules p.title {
	width: 350px;
	margin: 0px auto;
}
#sweepstakeRules p.entry {
	width: 300px;
	margin: 0px auto;
}
#FormLeft input {
	width: 240px;
}
#FormLeft input#state {
	width: 140px;
	margin-right:2px;
}
#FormLeft input#zip {
	width: 53px;
	margin-right:2px;
}
#FormLeft table#TblLeft
{
	margin-top: 30px;
	margin-bottom: 30px;
}
#FormRight table#TblRight
{
	margin-top: 30px;
	margin-bottom: 30px;
}
input#year {
	width: 70px;
}
#Messages {
	padding-left: 250px;
}
#footer {
	padding-top: 20px;
	width:700px;
	margin: 0px auto;
}

#inner {
	padding-left:50px;
	padding-right:50px;
}