/* ROOM FOR TWO */
/* Master Stylesheet
--------------------------------------------------------------------------- */


	@import url("actions.css");
	@import url("alerts.css");
	@import url("forms.css");
	@import url("layout.css");
	@import url("navigation.css");
	@import url("player.css");
	@import url("scrollbar.css");


/* Style Precedents
----------------------------------------------------------------------------- */

	body {
	
	font: normal 12px/ 14px Arial, sans-serif;
	color: #916f4e;
	
	}		
	

	/* Text */


	h4 {
	
	font: bold 17px/19px Arial, sans-serif;
	color: #341c08;
	text-transform: uppercase;
	
	}
	
	h5 {
	
	font-size: 1em;
	
	}
	
	a {

	color: #341c08;
	text-decoration: none;
	outline: none;

	}

	a:hover {

	color: #341c08;
	text-decoration: underline;
	outline: none;
	
	}
	
	dl {
	
	display: block;
	clear: both;
	float: left;
	margin: 0;
	padding: 20px 0;	
	width: auto;
	
	}	
	
	dt {
	
	display: block;
	clear: both;
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	line-height: 17px;
	
	}
	
	dd {
	
	display: block;
	clear: none;
	float: left;
	width: 392px;
	color: #341C08;
	margin: 0;
	line-height: 17px;
	
	}


	/* Image */
	
	img {
	
	display: block;
	border: 0;

	}
