/* Layout */
img {
	border: none;
}

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	background: #8ce3ff url(/img/bg-content-middle.jpg) center center repeat-y;
}

#wrapper {
	position: relative;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}

#main-menu {
	position: absolute;
	margin-top: 144px;
	margin-left: 36px;
	width: 946px;
}

#content {
	padding-bottom: 100px;
	width: 710px;
	padding: 245px 0 0 134px;
}

#footer {
	background: #777;
	position: relative;
	height: 468px;
	margin-top: -468px;
	z-index: -1;
}

#flash-header {
	height: 140px;
	width: 800px;
	margin-left: 100px;
	position: absolute;
	z-index: 10;
}

#index-page {
	background: transparent;
	display: block;
	height: 100px;
	width: 100px;
	position: absolute;
	top: 5px;
	margin-left: 430px;
}

#content-table {
	width: 100%;
	height: 515px;
}

#content-table .content-center-cell {
	width: 946px;
	background: url(/img/bg-content-top.jpg) no-repeat;
}

#content-table .content-left-cell {
	background: url(/img/bg-lt.jpg) repeat-x;
}

#content-table .content-right-cell {
	background: url(/img/bg-rt.jpg) repeat-x;
}

#footer-table {
	width: 100%;
	height: 468px;
}

#footer-table .footer-center-cell {
	width: 946px;
	background: url(/img/bg-content-bottom.jpg) no-repeat;
}

#footer-table .footer-left-cell {
	background: url(/img/bg-lb.jpg) repeat-x;
}

#footer-table .footer-right-cell {
	background: url(/img/bg-rb.jpg) repeat-x;
}

#footer-contents {
	width: 710px;
	height: 45px;
	margin: 408px 0 0 134px;
	position: relative;
}

/* Text */

#content h2 {
	background: #bd71f4;
	color: #fff;
	clear: both;
	display: inline;
	font: normal 100.1% Calibri, "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 1px 15px;
}

#content h2 a {
	background: #bd71f4;
	color: #fff;
	clear: both;
	display: inline;
	font: normal 100.1% Calibri, "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 1px 15px;
}

#content p {
	font: normal 100.1% Arial, Calibri, "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 10px;
	
}

#content ul {
	font: normal 100.1% Arial, Calibri, "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 3em;
	margin-right: 3em;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: justify;
	font-size: 0.75em;
}
#footer strong {
	font: .8em Calibri, "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
}
#counter {
	filter: alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity: 0.2;
	top: 7px;
	position: absolute;
	right: 10px;
}
