/*@charset "utf-8";
 CSS Document */
 
 @import "forms.css";

.content .column{
	float:left;	
}

.content{
	background-image: url(../images/backgrounds/large_cogs.jpg);
	background-position: 445px 12px;
	background-repeat: no-repeat;
}

.content .left_column{
	width:920px;
	padding:5px 20px 0px 20px;
	position: relative;
}

.contactme{
	width:920px;
}

.privacy_box{
	width:830px;
	height:auto;
	border-left-color: #212121;
	border-left-style: solid;
	border-left-width: 2px;
	margin-left:5px;
	padding: 0px 0px 0px 10px;
}














