@charset "utf-8";
/* CSS Document */

* {
	/* set even playing field for all browsers */

}
body {
	background:#EAEAEA;	
}

/* content
*******************************************************************************/
#page {
	/* set global base font size for entire page */
/*	font-size: 85.01%; */
	position : relative;
    width:896px;  
	text-align:left;
	padding:0px;
	position:relative;
	margin: auto;
	padding-bottom:0px;
	background-color:#EAEAEA; 
}

#content {
	position : relative;
	text-align:left;
	padding:0px;
	position:relative;
	margin: auto;
}

p { font-size: .8em; font-weight: normal; color: #808080; font-family:Century Gothic, Verdana, Arial, Helvetica ; }

.red { color: #F05033;}

a {color: #808080; text-decoration: none; font-weight: normal;}
a:hover {color:#000000; text-decoration: none;}
a:focus {text-decoration: underline;}
h1 {margin-bottom : 0.6em; font-size: 1em; color: #808080 ; font-weight: bold; font-family:Century Gothic, Helvetica, Arial, Verdana  ; }
h2 {margin-bottom : 0.6em; font-size: .7em; font-weight: bold; color: #808080; font-family:Century Gothic, Helvetica, Arial, Verdana  ;}

ol,ul {margin: 0 0 1em 2em; }
ul li {}
ol li {}
