
/* import stylesheets and hide from ie/mac \*/
@import url("base.css");
@import url("forms.css");


/* Usual Suspects
---------------------------------------- */

#main {
	width: 				100%;
	margin-bottom: 		20px;
	border-bottom: 		#1c1c19 1px solid;
	padding-bottom: 	20px;
	}

#sidebar {
	width: 				100%;
	float: 				left;
	}

	#sidebar .img_frame {
	margin: 			0 25px 25px 0;
	}

#project_video {
	float:				left;
	width:				380px;
	}

#project_info {
	float:				right;
	width:				330px;
	}