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


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

#header {
	margin-bottom:		30px;
	}

#content {
	padding-top:		40px;
	padding-bottom:		40px;
	height:				370px;
	background:			#0d0d0d;
	}

#main {
	width: 				290px;
	float: 				right;
	text-align:			right;
	}

	#main p {
	padding-left:		40px;
	}


#footer {
	padding-top:		20px;
	background:			url("/images/wrap_bottom_home.gif") no-repeat top center;
	}

h1 {
	line-height:		1.3em;
	color:				#ffcc44;
	font-size:			32px;
	font-weight:		bold;
	}

h2 {
	margin:				1em 0;
	color:				#ffcc44;
	font-size:			16px;
	}
