/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;font-weight:inherit;font-style:inherit;font-family:inherit;text-align:left;vertical-align:baseline;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
img{border: 0;}
q:before,q:after,blockquote:before,blockquote:after{content:"";}
/* EO RESET */

html, body{	height:100%; }

body
{
	background: #e6e6e6 url("../img/bg.png") repeat-x top center;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
/* TYPE */

/* EO TYPE */

/* MAIN LAYOUT */

div#shadow
{
	background: transparent url("../img/shadow.png") repeat-y top center;
	width: 840px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}

div#wrapper
{
	width: 800px;
	margin: 0 20px;
	padding-bottom: 150px;
}

div#top
{
	width: 800px;
	height: 254px;
}
	div#top img
	{
		margin: 0;
		border: 0;
		padding: 0;
		display: block;
	}
	
div#content { padding: 30px 70px; }

div#footer
{
	background: transparent url("../img/footer.jpg") no-repeat bottom center;
	position: absolute;
	bottom: 0px;
	/*height: 93px;*/
	width: 840px;
	padding-bottom: 10px;
}
	
	div#footer p
	{
		width: 800px;
		margin: 25px auto 0 auto;
		text-align: center;
		color: #fff;
	}

div#partners
{
	padding-top: 20px;
	text-align: center;
	height: 76px;
}
/* EO MAIN LAYOUT */
strong { font-weight: bold; }
em { font-style: italic; }

div#content h1 { font-size: 22px; }
div#content h2 { font-size: 20px; }
div#content h3 { font-size: 18px; }
div#content h4 { font-size: 16px; }
div#content h5 { font-size: 14px; }

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5
{
	margin: 22px 0 6px 0;
	font-weight: normal;
}


div#content p,
div#content ul,
div#content ol,
div#content table
{
	margin-bottom: 16px;
}

div#content ul,
div#content ol
{
	margin-left: 16px;
}

div#content table td
{
	padding: 2px 10px 2px 5px;
	vertical-align: top;
}

table.bordered td { border: 1px solid #ccc; }
td p { margin: 0 !important; }
