/* Define all main values for the website */
	body {
		margin:1px;
		padding:0px;
		background:url(../../images/bg1.gif) repeat-x top center #484928;
		color:#3f3b3c;
		font:0.7em/170% Verdana, Arial, Helvetica, sans-serif;
		}

/* Temporary wire frame 
	div, h1, h1, ul {
		border:1px dashed #ccc;
		}*/
		
/* Define paragraph font style */
	p {
		font-size:1em;
		margin:0px 0px 8px;
		}
	
/* Define main links */
	a:link, a:visited {
		color:#93433d;
		font-weight:bold
		}
	
	a:hover {
		color:#d35a51;
		font-weight:bold
		}

/* Define headings font style */
	h1 {
		padding:0px;
		margin:0px;
		}
		
	h2 {
		padding:0px;
		margin:0px;
		font-size:1em;
		}

		
/* Define form and table font style */
	input, select {
		color:#6c6c6c;
		font:1em;
		}
		
/* no img borders */
	img {
		border:none;
		}
		



		