/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	background:url(../images/bgHtml.gif) repeat-x 0 0 #FFFFFF;
}

body, h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#000000;
}

p, blockquote {
	padding-bottom:15px;
	float:left;
	clear:both;
}

p {
	width:100%;
}

p.small {
	font-size:14px;
	font-weight:bold;
}

blockquote {
	width:525px;
	padding-left:30px;
	padding-right:30px;
	color:#8d402a;
	font-style:italic;
}

#wrapper {
	width:860px;
	margin:0 auto;
}

#header, #content {
	width:100%;
	float:left;
	clear:both;
}

#header {
	padding:40px 0;
}

#header #logo {
	margin:19px 0;
	width:85px;
	float:left;
}

#header h1#title {
	width:735px;
	float:right;
	color:#cf3d1b;
	text-transform:uppercase;
	line-height:24px;
	text-align:center;
}

#content {
	padding-bottom: 20px;
}

#content #copy {
	width:585px;
	float:left;
}

#content #copy p {
	text-align:justify;
}

#content #form {
	background:#EEE;
	padding:10px;
	width:230px;
	height:535px;
	float:right;
}