/* CSS Reset */
.clear {clear: both;} 
a {text-decoration: none; color: #666;}
a img { border: 0;}
:focus { outline: none;}
body, p, td, th, a { font-family: Verdana; font-size: 13px; color:#444;}
form {padding:0px; margin:0px;}
/* CSS Reset */

body {
	margin: 0;
	background: #fff url(/i/bg.png) repeat-x top left;
	text-align: center;
}

#page {
	margin: 0 auto;
	width: 900px;
	background: url(/i/logo.png) no-repeat top left;
	text-align: left;
}

#main {
	margin-top: 109px;
	height: 510px;
	background: url(/i/picture.png) no-repeat top right;
}

#form {
		background: #DEDEDE url(/i/form_bg.png) repeat-x top left;
		height: 330px;
		margin-top: 122px;
		width: 502px;
		border: 1px solid #ccc;
		border-right: none;
		color: #333;
		font-size: 11px;		
		overflow: hidden;
	}
	#form a {
		text-decoration: underline;
		color: #AA060F;
	}
	#form p {
			color: #AA060F;
			padding: 20px;
			margin:0;
		}
	#form table {
		width: 260px;
	}
	#form td {
			text-align: right;
			color: #333;
			font-size: 11px;
		}
	#form .submit {
			width: 60px;
			height: 26px;
			background: red url(/i/submit_shadow.png) no-repeat bottom right;
			margin-top: 20px;
		}
		#form .submit input {
				background-color: #AA060F;
				border: none;
				font-weight: bold;
				color: #fff;
				width: 60px;
				height: 20px;
			}
		#form .error {
			color: #AA060F;
			padding: 5px 20px;
		}

#content {
		margin-top: 15px;
		border-top: 1px solid #ccc;
	}
	#content h1 {
			margin: 0;
			padding: 5px 10px;
			color: #AA060F;
			font-size: 20px;
			font-family: times new roman;
			font-weight: normal;
		}
	#content .info {
			border: 1px solid #ccc;
			border-top-width: 2px;
			padding: 10px;
			margin-bottom: 20px;
		}
		.info h2 {
			font-size: 13px;
		}
		.info a {
			color: #AA060F;
			text-decoration: underline;
		}
		
#footer {
		height: 44px;
		background: url(/i/footer.png) repeat-x top left;
	}
	#footer a {
		text-decoration: underline;
	}	
	#footer div {
		padding-top: 15px;
		font-size: 11px;
		color: #333;
	}	
