@charset "utf-8";
/*PhenomeNeilMedia CSS Document */

body
{
	margin:0px;
	padding:0px;
	background-image:url(../images/left_repeating_bg.jpg);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#center_main
{
	width:1020px;
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	/*border:1px #F00 solid;*/
}

#header
{
	width:1020px;
	height:114px;
	background: url("../images/banner_bg.png");
	background-repeat:no-repeat;
	text-align:left;
	padding-bottom:29px;
}

h1.technique-three {
	width: 389px; height: 111px;
	background: url("../images/banner_logo.png");
	text-indent: -9999px;
	font-size:1px;
}

#greeting
{
	padding-left:39px;
	padding-right:39px;
	padding-bottom:15px;
}

#greeting_box
{
	width:942px;
	height:235px;
	background-image:url(../images/greeting_bg.jpg);	
}

#greeting_box .text
{
	color:#b2b68d;
	font-size:15px;
	line-height:23px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

#main_content
{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:23px;
	color:#a9a9a9;
	font-size:12px;
	line-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

#main_content_box
{
	padding-top:24px;
	width:942px;
	background-image:url(../images/main_content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
}

#main_content_actual
{
	padding-left:0px; 
	padding-right:0px;	
}

#item_box
{
	float:left;
	width:400px
}

#item_horiz_divider
{
	width:23px;
	height:40px;
	float:left;
}


#footer_container
{
	background-repeat:repeat-x;	
	background-image:url("../images/footer_bg.jpg");
	padding-top:32px;
	padding-bottom:60px;
	width:100%;
}


#footer
{
	width:1020px;
	text-align:left;
	padding-top:32px;
	background-repeat:repeat-x;	
	background-image:url("../images/footer_bg.jpg");
}


#footer_item
{
	height:200px;
	float:left;
	border-right:none;
	border-right-width:1px;
	border-right-color:#141427;
	width:200px;
}

#footer_item_horiz_divider
{
	width:1px;
	height:200px;
	float:left;
	background-color:#141427;
}



