/*
Title: Contact Page Stylesheet
Author: Chris Braybrook
*/

div#contact_form {
	border: 1px rgb(24, 14, 1) solid; border-width: 0 1px 0 0;
	margin-right: 245px;
        margin-left: 5px;
        padding-right: 10px; }
div#contact_form textarea {
	width: 225px; height: 150px; }

div#contact_info { 
	float: right;
	margin-top: 5px;
	width: 220px; }
div#contact_info a { font-weight: normal; }
div#contact_info blockquote { 
	margin: 0;
	margin-left: 20px; }
div#contact_info h3 { margin-top: -5px; }