/* MrMax */





/* Text styles */

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	line-height: 15px;

	color: #555;

}


a, a:link {

	color: #663333;
	background: none;
	font-weight:normal;
	text-decoration:underline;

}
a:visited {
color: #663333;

}

a:hover {
	color: #663333;
	text-decoration:none;
	
}





h1, h2 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Georgia, "Times New Roman", Times, serif;*/

}



h1 {
	margin:2em 0 .5em 0;
	color: #663333;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
}



h2{

	margin:2em 0 .5em 0;

	color: #663333;

	font-size: 1.2em;

	font-weight: bold;

}


h3{

	margin:2em 0 .5em 0;

	color: #B8984D;

	font-size: 1.2em;

	font-weight: bold;

}

ul, ol, li {

	color: #4e2a28;

}



ul {

	list-style-type:square;

}

/* ie hack */
#content li {
margin: 0 0 9px 25px;
font-size: 13px;
}

html>body #content li {
	margin: 0 0 9px 5px;
}

/* end hack */


p {

	margin: 0 0 15px 10px;

	font-size: 12px;

	line-height: 16px;

	color: #555;

	font-family:Arial, Helvetica, sans-serif;

}



li p {

	margin: 0 0 5px 0px;
	padding: 0;
}





/* end Text Styles */



/* Custom Styles */



#thumbIMG {

	display: block;
	margin: 2em 0;
	line-height: 1.4em;
	border: 1px solid #ccc;
	background: #f3f3f3;
	height: 140px;

	/*padding: 3px;*/
	

}

#thumbIMG div {
	height:0;

}

#thumbIMG img {

	float: left;

	margin-right: 15px;

	height: 140px;
	border:0;

}
#thumbIMG a:link, #thumbIMG a:visited, #thumbIMG a {
	text-decoration: none;
	border:0;
}
#sidebar p {
	color: #555;
}
