html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, table {
	border: 0;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #ff6600 url(body_bg.png) repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body a {
	text-decoration: none;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff url(container_bg-jpg.jpg) no-repeat;
	margin: 0 auto -30px auto;
	padding: 0 5px;
	width: 860px;
}
#left, #right {
	margin-top: 196px;
}
#left {
	border: 1px solid #ff6600;
	float: left;
	padding: 5px 10px 0 10px;
	width: 325px;
}
#left h1 {
	color: #ff6600;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
}
#left h2 {
	font-size: 12px;
	font-weight: bold;
}
#left p {
	padding-bottom: 15px;
}
#left .button {
	background: #ffb17d;
	color: #ff6600;
	display: block;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 240px;
}
#left .button:hover {
	color: #000;
}
#right {
	border: 1px solid #ff6600;
	float: right;
	padding: 3px;
	width: 500px;
}
#right .object {
	padding-bottom: 10px;
}
#right h3 {
	font-size: 12px;
	padding: 0 0 10px 5px;
}
#right form {
	padding: 0 15px 0 5px;
	width: 480px;
}
#right form p {
	float: left;
	margin: 0 0 10px 0;
	width: 480px;
}
#right form p label, #right form p span {
	float: left;
}
#right form p input, #right form p textarea {
	float: right;
	width: 175px;
}
#right form .submit {
	background: #ffb17d;
	border: 0;
	color: #ff6600;
	float: right;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	width: 125px;
}
#right form .submit:hover {
	color: #000;
	cursor: pointer;
}
#right form p span, #right .error {
	color: #FF2500;
	font-weight: bold;
}
#footer, #push {
	clear: both;
	padding-top: 10px;
	height: 20px;
}
#footer {
	color: #ff7519;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	width: 870px;
}
#footer a {
	color: #ff7519;
}
#footer a:hover {
	color: #000;
}