/* import stylesheets and hide from ie/mac \*/
@import url("screen.css");
@import url("forms.css");


/* Usual Suspects
---------------------------------------- */

body {
	background:			#fff url('/images/body_back_home.gif') repeat-x 0 10px;
	}

#site {
	padding-top:		60px;
	background:			url('/images/site_back_home.gif') no-repeat 0 10px;
	}

#header {
	padding-bottom:		20px;
}

#main_message {
	padding-bottom:		0px;
	background:			url('/images/rocks-test.jpg') no-repeat 10px bottom;
	}

#main_message .sub_col_left {
	padding-left:		10px;
	width:				320px;
	}

#main_message .sub_col_left h1 {
	font-size:			1.7em; /* 22px */
	line-height:		1.5em;
	padding-top:		20px;
	}


#main_message .sub_col_right {
	width:				340px;
	padding:			20px 0px 0px 20px;
	background:			url('/images/main_message_divider.gif') no-repeat left top;	
	}
