/* CSS Core Document */

* { margin: 0; padding: 0; }

body, html {
	height: 100%;
	font-size: 14px;
	line-height: 16px;
	font-family: arial, verdana, tahoma;
	background-image: url('../images/content-bg.png');
    background-repeat: repeat;
	background-color: #ffffff;
	color: #000000; 
    margin: 0px;
    padding: 0px;
}
	
a:link, a:visited, a:active { text-decoration: none; color: #3e352c; }
a:hover { text-decoration: none; color: #d75508; }

h1 { font-family: helvetica, arial, verdana; font-size: 26px; } 
h2 { font-family: helvetica, arial, verdana; font-size: 22px; } 
h3 { font-family: helvetica, arial, verdana; font-size: 18px; } 
li { padding-left: 0px; list-style: none; margin-left: 5px;  }
ul { margin-bottom: 8px; }
p { padding-bottom: 8px; }
img { border: 0; }



