@CHARSET "ISO-8859-1";
/*
----------------------------------------------------------------------
 Home Page.
----------------------------------------------------------------------
*/

h1 {
	border-bottom:medium none;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: rgb( 63, 54, 13 );
	text-transform:none;
}
body.home div#my_columns {
	padding: 60px 270px 0px 270px;
}

body.home div#my_column1 {
	float: left;
	width: 270px;
}

body.home div#my_column2 {
	float: right;
	width: 120px;
}

body.home div#my_column2_inside {
	padding-top: 20px;
	text-align: right;
}

body.home div#pageContent  {
	height: 500px;
	min-height: 500px;
	background: rgb( 140, 110, 58 ) url( '../../img/perfectglue/bg.jpg' ) no-repeat top left;
}


body.home div#headContent  {
	height: 140px;	
}

