body {
	font-family: Arial;
	font-size: 14px;
	background: #f6f4ee;
	line-height: 1.5em;
}

*{padding: 0; margin: 0;}
p {margin: 0 0 1.1em 0; text-align: justify;}
a {font-style: underline; color: #069;}

.wrapper {
	width: 850px;
	margin: 0 auto;
}

#header {
	background: url(header-bg.jpg) repeat-x #555;
	height: 126px;
	padding: 24px 0 0 0;
	border-bottom: 2px solid #500;
}

h1 {
	text-indent: -9999em;
	background: url(logo.jpg) no-repeat top center;
	height: 74px;
	margin: 0 0 15px 0;
}

#nav {
	border-top: 1px solid #b16666;
	height: 25px;
	padding-top: 8px;
	text-align: center;
	background: #6a0000;
}

#nav li {
	display: inline;
	padding: 0 51px 0 54px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	height:  29px;
}

#nav li a:hover {
	text-decoration: underline;
}

#quote {
	background: #fceec4;
	border-bottom: 1px solid #FDE9B0;
	border-top: 2px solid #C2B897;
	padding: 14px 0 2px 0;
	text-align: center;
	font-family: Georgia;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.4em;
}

#quote p {
	text-align: center;
}

#body {
	border-top: #2px solid #fff;
	padding: 30px 0 0 0
}


#col1-a {
	width: 238px;
	background: url(pic.jpg) no-repeat;
	float: left;
	padding: 350px 0 100px 0;
}

#col1-b {
	width: 238px;
	background: url(pic5.jpg) no-repeat;
	float: left;
	padding: 350px 0 100px 0;
}

#col2 {
	width: 570px;
	float: right;
	padding: 0 0 100px 0;
}

.contact-info {
	color: #666;
	font-size: .85em;
	padding: 10px 28px 0 20px;
	line-height: 1.3em;
}

.contact-info p {
	margin: 0 0 .7em 0;
	text-align: left;
}


p.important {
	color: #300;
	background-color: #fdf6e1;
	font-family: Georgia;
	font-style: italic;
	font-size: 1.05em;
	padding: 12px 28px 14px 28px;
	border: 3px double #FDE9B0 ;
	line-height: 1.6em;

}


.clear {clear: both;}


h2 {
	font-family: Georgia;
	font-size: 2em;
	margin: 0 0 .7em 0;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0 0 1em 0;
}

#body ul, ol {
	margin: 0 0 1.1em 0;
}

#body li {
	padding: 0 0 0 40px;
	list-style: none;
	background: url(bullet.png) no-repeat 24px 48%;
}




form input {
	border: 1px solid #ccc;
	padding: 10px;
	font-family: Arial;
	font-size: 14px;
	width: 500px;
	margin: 0 0 6px 0;
}

form textarea {
	border: 1px solid #ccc;
	padding: 10px;
	font-family: Arial;
	font-size: 14px;
	width: 500px;
	height: 200px;
	margin: 0 0 6px 0;
}

form input.submit {
	width: auto;
	background: #ddd;
	border: 3px double #aaa;
	padding: 10px;
}

form .col1 {
	width: 180px;
	text-align: right;
	padding: 4px 12px 4px 4px;
	vertical-align: top;
}

form .col2 {
	width: 280px;
	padding: 4px;
	vertical-align: top;
}