body
{
	margin: 0px;
	background-color: #CDAB81;
	background-image: url("../images/img/main_bg.jpg");
	background-repeat: repeat-y;
	background-position: -15 0; /*changed from center*/
}

a
{
	color: #474747;
}

p
{
	font-size: 14px;
	font-family: Times New Roman, Times;
}

p.box
{
	margin: 0px;
	padding: 5px;
	font-size: 13px;
	color: #343434;
	font-family: Times New Roman, Times;
}

label
{
	margin: 0px;
	padding: 5px;
	font-size: 13px;
	color: #343434;
	font-family: Times New Roman, Times;
}

div.headline
{
	width: 100%;
	color: #751627;
	border-bottom: 1px solid #751627;
	font-size:17px;
	font-family: Times New Roman, Times;
}

img.main
{
	margin-top: 15px;
}

img.cImg
{
	float: left;
	padding: 18px 10px 0px 0px;
}

img
{
	border: 0px;
}

ul
{
	margin-top: 0px;
	font-size: 13px;
	color: #343434;
	font-family: Tmes New Roman, Times;
}

li
{
	padding-bottom: 10px;
	margin-left: -20px;
}

div.h_spacer
{
	float: left;
	width: 498px;
	height: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-bottom: 0px;
	background-image: url("../images/img/h_spacer.jpg");
	background-repeat: repeat-x;
}

div.v_spacer
{
	float: left;
	width: 8px;
	height: 330px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url("../images/img/v_spacer.jpg");
	background-repeat: repeat-y;
}

/*  Content Containers
------------------------------------------------------------------------------- */
div.navContainer
{
	/*	margin: 0px auto;*/
	width: 830px;
	padding-bottom: 3px;
	background-image: url("../images/img/shadow_bg.jpg");
	background-repeat: repeat-y;
	background-position: -15 0;
	padding-left: 15px;
}

div.mainContainer
{
/*	margin: 0px auto;*/
	width: 800px;
	overflow: hidden;
}

div.contentContainer
{
/*	margin: 0px auto;*/
	padding-top: 27px;
	width: 760px;
	overflow: hidden;
}

div.subContainer
{
/*	margin: 0px auto;*/
	_padding-right: 1px;
	width: 830px;
	background-image: url("../images/img/content_top_brdr.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-position: -15 0; /* added this line*/
}

div.subContainerCustom /* added this class */
{
/*	margin: 0px auto;*/
	_padding-right: 1px;
	width: 830px;
	margin-left:20px;
}


div.content
{
	width: 488px;
	float: left;
	padding: 5px;
	background-image: url("../images/img/content_bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E5E4C9;
	overflow: hidden;
}

div.rightColumn
{
	width: 241px;
	float: right;
}

div.contentColumns
{
	width: 500px;
	float: left;
	overflow: hidden;
}

div.column
{
	height: 333px;
	_height: 390px;
	width: 230px;
	padding: 5px;
	float: left;
	background-image: url("../images/img/content_bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E6E5CB;
}

/*  Content Boxes
------------------------------------------------------------------------------- */
div.hl_story
{
	width: 236px;
	margin-top: 15px;
	padding-top: 30px;
	padding: 27px 0px 5px 5px;
	background-image: url("../images/img/headlines/story.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-color: #E6E5CB;
}

div.hl_purchase
{
	width: 241px;
	margin-top: 15px;
	padding-top: 30px;
	background-image: url("../images/img/headlines/purchase.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-color: #E6E5CB;
}

div.hl_spotlight
{
	width: 241px;
	margin-top: 15px;
	padding-top: 30px;
	background-image: url("../images/img/headlines/spotlight.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-color: #E6E5CB;
}

div.hl_registry
{
	width: 241px;
	margin-top: 15px;
	padding-top: 30px;
	background-image: url("../images/img/headlines/registry.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-color: #E6E5CB;
	overflow: hidden;
}

/*  Navigation
------------------------------------------------------------------------------- */
div.navigation
{
	width: 208px;
	float: left;
	background-image: url("../images/img/nav_bg.jpg");
	background-repeat: repeat-y;
}

div.navMenu
{
	width: 208px;
	height: 271px;
	background-image: url("../images/img/nav_btm_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

img.navItems
{
	padding-top: 6px;
	_padding-top: 2px;
}

img.navItem
{
	padding-top: 6px;
	_padding-top: 6px;
}

/*  Logo
------------------------------------------------------------------------------- */
div.bobbyJones
{
	width: 208px;
	height: 127px;
	background-image: url("../images/img/bobbyjones.jpg");
	background-repeat: no-repeat;
}

/*  Flash
------------------------------------------------------------------------------- */
div.flashArea
{
	width: 589px;
	height: 398px;
	float: right;
	background-image: url("../images/img/flashArea.jpg");
	background-repeat: no-repeat;
}

div.seperator
{
	height: 3px;
}


/*  Footer
------------------------------------------------------------------------------- */
div.footer
{
	width: 760px;
	clear: both;
	margin:0px; /* original 	margin:0px auto; */
	margin-top: 25px;
	padding-top: 5px;
	_padding-top: 25px;
	text-align: center;
	background-image: url("../images/img/divider.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

a.ft
{
	color: black;
	text-decoration: none;
}

a.ft:hover
{
	color: #751627;
	text-decoration: none;
}

p.footerText
{
	font-size: 13px;
	font-family: Times New Roman, Times;
}

p.disclaimer
{
	font-family: Times New Roman, Times;
	font-size: 11px;
}

div.bj_ico
{
	margin-top: 17px;
	float: left;
	width: 64px;
	height: 50px;
	background-image: url("../images/img/bjones_ico.jpg");
	background-repeat: no-repeat;
}

div.ann_ico
{
	margin-top: 17px;
	float: right;
	width: 71px;
	height: 50px;
	background-image: url("../images/img/75_ico.jpg");
	background-repeat: no-repeat;
}
