html { min-width: 600px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/


body {
	background: #f6e9e1;
	color: #333;
	padding: 1em 20px 3em 20px;
	margin: 0;
	/*From below all changed on this body attribute*/
	width: 767px; 
	border: 1px solid #ccc; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top: 15px; 
	margin-bottom: 5px; 
}

.img_right	{
	position: absolute;
	margin : 0;
	display:block;
	left: 710px;
	top: 24px;

}

.intro_small	{
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}

hr {
color: #3c130f;
height: 3px;
}

a { color: #3c130f; }
a:hover { color: #cd9994cd9994; 
		  text-decoration: none;}
a:active { color: #3c130f; }

p { line-height: 130%;
	font-size: 85%;
	padding:4px; }

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #3c130f;
}

h1 {
	font-size: 180%;
	margin: 0;
	font-color: #3c130f;
}

h1 a { text-decoration: none; color: #3c130f; }
h1 a:hover { border-bottom: 1px dotted #cd9994; color: #000; }

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #cd9994;
	margin: 0;
}

p.note {
	background: #f6e9e1;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}

p.note_white{
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}
