body {
	margin-top: 0px;
	background-image: url(../images/BackPage.gif);
	background-repeat: repeat-x;
	background-color: #f0efda;
	color: #252525;
	}
	
#Promotions {
	background-image: url(../images/BackContentBottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width: 255px;
	height: 135px;
	vertical-align:top;
	padding: 15px 15px 15px 15px;
	}

/*--------------------Home News--------------------*/

#HomeNews {
	padding: 15px 15px 15px 15px;
	background-image: url(../images/BackContentBottom.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	width: 728px;
	height: 100px;
	vertical-align:top;
	}
	
#HomeNews a:link, #HomeNews a:visited {
	color: #7a3403;
	text-decoration: none;
	font-weight:bold;
	}
	
#HomeNews a:hover {
	color: #434343;
	text-decoration: underline;
	font-weight:bold;}
	
#HomeNews p {
	border-bottom: 1px dotted #a5a49c;
	}
	
/*--------------------Child Content--------------------*/

#ChildContent {
	background-image:url(../Images/BackContentTop.gif);
	background-repeat:repeat-x;
	width:443px;
	height:231px;
	vertical-align:top;
	padding: 15px 15px 15px 15px;
	}
	
#ChildContent a:link, #ChildContent a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#ChildContent a:hover {
	text-decoration: underline;
	}

#ChildContent p {
	text-align: justify;
	}
	
#ChildContent a:link, #ChildContent a:visited {
	color: #7a3403;
	text-decoration:underline;
	}		
	
#ChildContent a:hover {
	color: #434343;
	text-decoration: none;
	}

.ChildContent {
	padding: 15px 15px 15px 15px;
	vertical-align:top;
	}
	
/*--------------------Footer--------------------*/
		
/*--------------------Sub Nav--------------------*/

#SubNav {
	background-image: url(../images/SubNavContent.gif);
	background-repeat:no-repeat;
	width: 150px;
	height: 231px;
	vertical-align:top;
	padding: 0px 91px 0px 44px;
	text-align:right;
	}
	
#SubNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#SubNav li {
	list-style-image: none;
	margin: 0;
	padding: 1px 1px 3px 1px;
	font-size: 8.5pt;
	font-family:Arial;
	text-align:right;
	}
	
#SubNav li.last {
	margin: 0;
	padding: 1px 1px 5px 1px;
	border-bottom: 0;
	}
	
#SubNav li a:link, #SubNav li a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#SubNav li a:hover {
 	color: #f4d373;
	text-decoration: underline;
 	}
	
#SubNavContent {
	vertical-align: top;
	}