/****************** 
    HOME PAGE
******************/

#header {
	height: 70px;
	margin: 0;
}
#main_menu {
	float: left;
}
#main_menu li:first-child a {
	padding: 5px 5px 0 0;
}
#main_menu li:first-child:after {
	content: '|';
}
#left_col {
	float: left;
	width: 280px;
	height: 368px;
	padding: 0 10px 0 0;
	background: url('../img/homepage_left.jpg') no-repeat;
}