/* Integrents */

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
/*html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}

html { min-height: 100%; margin-bottom: 1px; }*/


body {
	text-align: center;
	background: #DCD9D4 url(/images/main_bg.jpg) repeat-x;
}

a:link, a:visited {
	color: #006699;
}

/*#wrap {
	width: 701px;
	margin: 0 auto 50px auto;
	text-align: left;*/
}

#main {
	background: #fff url(/images/main_shadow.gif) repeat-y right top;
	/*padding-bottom: 30px;
	padding-right: 14px;
	font-size: 75%;*/
	position: relative;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

#footer a {
	color: #998F82;
}

#footer a:hover {
	text-decoration: none;
}



/* Hides from IE-mac \*/
* html .clearfix {height: 1%; }
/* End hide from IE-mac */

