@charset "UTF-8";
/* CSS Document */

#contact_form {
	margin-top:30px;
	float: right;
	width: 300px; /* since this element is floated, a width must be given */
	background: #fff; /* top and bottom padding create visual space within this div */
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	font-size:  0.857em;
}

#left_sidebar {
	margin:0 300px 0 200px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width: 175px;
	height:100%;
	padding-top:5px;
	font-size:  0.857em;
	color:#363636;
}



#left_sidebar a:hover{color:#e7174b;}