/* CSS Document */
body {
	background-color:#252525;
	background-image:url(../images/bg.gif);
	text-align: center; /* for IE */
	color:#000000;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left;  /*counter the body center */
	border-left: 3px solid #d2d2d2;
	border-right: 3px solid #d2d2d2;
	background-color:#474747;
	background-image:url(../images/centerBg.jpg);
	width: 901px;
	padding-top:20px;
	padding-left:109px;
}

#header{
	width:784px;
	height:573px;
	border:4px solid #FFFFFF;
}

#content{
	width:732px;
	background-color:#FFFFFF;
	padding:30px;
	text-indent:40px;
}

	#form1{
		margin: 0 auto;   /* align for good browsers */
		text-align: center; /* counter the body center */
	}
	
#copyright{
	background-color:#252525;
	height:15px;
	width:792px;
	font-size:12px;
	color:#CCCCCC;
	text-align:center;
}

h1{
	font-size:24px;
	font-weight:bold;
	text-align: center;
	color: #000000;
	margin-top: 0px;
	text-indent:0px;
}

h2{
	font-size:18px;
	text-align: center;
	color: #f25600;
	margin-top: 0px;
	text-indent:0px;
}