/* ------------------------} HTML CONTENT STYLES {---------------------------- */

p {
	margin: 0px;
	padding: 0px;
}

hr { 
	background-color: #DDDDDD;
	width: 100%;	
} 	

A:link {text-decoration: underline; color: #675E3D;}
A:visited {text-decoration: underline; color: #675E3D;}
A:active {text-decoration: underline; color: #675E3D;}
A:hover {text-decoration: none; color: #73140A;}

div.hr { 
	/* for use for <div class="hr"><hr /></div> will display an image for the <hr> line with no line */
	height: 1px;
	background: url("hr.jpg") no-repeat scroll center;
	width: 100%;
}
div.hr hr {
  display: none;
}


ul {

	margin: 0;
	margin-left:20px;
	margin-top:10px;
}

/* ------------------------} HEADER STYLES {---------------------------- */
	.TopHeader {
		background: url('images/header.jpg');
		width: 990px;
		height: 192px;
	}
	
	/* [==================== MENU STYLES */
	

/* ------------------------} BODY STYLES {----------------------------- */


/* ------------------------} PROFILE STYLES {----------------------------- */


/* ------------------------} FOOTER STYLES {---------------------------- */
