*
{
	font-family: Arial, Helvetica, sans-serif;
}
body, div, table, tr, td
{
	padding: 0;
	margin: 0;
}
#page
{
	width: 848px;
	margin: 0 auto;
	position: relative;
	background: #fff url(/img/bg_head_stripe.jpg) left 98px no-repeat;
}



/*HOME PAGE LAYOUT*/
#hpHead
{
	height: 408px;
	position: relative;
	/*background: url(/img/bg_head.jpg) 148px bottom no-repeat;*/
}
#hpImage
{
	width: 684px;
	position: absolute;
	left: 148px;
	top: 139px;
}
#hpHead .logo,
#head .logo
{
	background: red;
	width: 301px;
	height: 69px;
	position: absolute;
	top: 15px;
	left: 10px;
}
#hpMain
{
	margin: 20px 16px 25px 13px;
	padding: 5px 0 5px 5px;
}
#hpMain .colBox
{
	float: left;
	width: 250px;
	margin: 0 10px;
}







/*SECONDARY PAGE LAYOUT*/
#head_1
{
	height: 207px;
	position: relative;
	background: url(/img/bg_head_1.jpg) 15px 139px no-repeat;
}
#head_2
{
	height: 207px;
	position: relative;
	background: url(/img/bg_head_2.jpg) 15px 139px no-repeat;
}
#head_3
{
	height: 207px;
	position: relative;
	background: url(/img/bg_head_3.jpg) 15px 139px no-repeat;
}
#head_4
{
	height: 207px;
	position: relative;
	background: url(/img/bg_head_4.jpg) 15px 139px no-repeat;
}
#head_5
{
	height: 207px;
	position: relative;
	background: url(/img/bg_head_5.jpg) 15px 139px no-repeat;
}

#main
{
	margin: 35px 16px 20px 13px;
	position:relative;
}
#content
{
	float: right;
	width: 569px;
}
#content #mainCol
{
	float: left;
	width: 413px;
}
#content #fullWidthCol
{
	float: left;
	width: 568px;
}
#content #sideCol
{
	float: right;
	width: 140px;
	padding-left: 15px;
}
#navCol
{
	float: left;
	width: 197px;
	padding: 0 35px 0 18px;
}


#foot
{
	clear: both;
	margin-left: 40px;
	margin-bottom: 20px;
	color: #1A1818;
	font-size: x-small;
	position: relative;
}
#foot p
{
	text-align: right;
}
#foot p a
{
	padding: 0 5px;
	color: #000;
	text-decoration: none;
}
#foot p a:hover
{
	text-decoration: underline;
}

