
/* Reset 
-------------------------------------------------------------- */



/* Base
-------------------------------------------------------------- */
	
	html { color: #555; }
	
	body 
	{
		background: #aca497 url(images/mbg.jpg) repeat-x;
		font: 12px Arial, Helvetica, sans-serif;
		color: #333;
		height: 100%;
		margin: 0;
	}
	
	.clear { float: none; clear: both; }	
	.hidden { display: none; }

	ul, li { list-style: none; }
	
	dl {
		margin: 0;
		padding: 0;
	}

	dt {
		display: block;
		float: left;
		width: 115px;
		height: 20px;
		text-align: right;
		float: left;
		padding: 5px 5px 0 0px;
		}
	
	dd {
		display: block;
		width: 155px;
		height: 25px;
		margin: 0 0 8px 10px;
		text-align: left;
		float: left;	
		}

	.no_repeat { background: no-repeat; }
	.margin10 { margin-left: 10px; }

/* Links
-------------------------------------------------------------- */

	a { text-decoration: none; color: #555; }
	a:link, a:visited, a:active { color: #555; }
	a:hover { text-decoration: underline; }

/* Headers & Paragraphs
-------------------------------------------------------------- */

	h1, h2, h3 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
	h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
	
	h1 { font-size: 30px; }
	h2 { font-size: 20px; }
	h3 { font-size: 15px; }
	h4 { font-size: 13px; }
	h5 { font-size: 11px; }
	h6 { font-size: 10px; }
	
	p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #555; }
	em { font-style: italic; }   
	strong { font-weight: bold; }
	

/* Container
-------------------------------------------------------------- */
	#container {
		width: 974px;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
	}

	
	
