/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

* { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-weight: normal; font-size: 11px; font-family: Verdana; color: #333333; line-height: 17px; }  /* Default font for all items */
div { -moz-box-sizing:border-box;box-sizing:border-box; } /* Forces IE & IE to treat padding the same */
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 15px 0px 0px 0px; background: #E6E6E6; }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: solid; height: 1px; overflow: hidden; }


ul, ol { margin-left: 25px; line-height: 20px; }
li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1 { color: #000000; font-size: 16px; margin: 0px 0px 15px 0px; }
h2 { color: #000000; font-size: 14px; margin: 0px 0px 15px 0px; }
h3 { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; }
p  { color: #333333; font-size: 12px; margin: 0px 0px 15px 0px; }
a  { color: #000000; font: normal 12px Verdana; text-decoration: underline; }
a:hover { text-decoration: underline; }







/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main {
	margin: 0px auto;
	background: url('../images/pagebg.jpg');
	height: 600px;
	width: 795px;
}

#header {
	height: 95px;
}

#nav {
	height: 32px;
	text-align: right;
}

#nav a {
	display: inline;
}

#nav a img {
	height: 32px;
	border: none;
}




#contentHolderA, #contentHolderB {
	position: absolute;
	top: 1px;
	left: 0px;
}

#contentHolderA img {
	position: relative;
	top: 375px;
	left: 600px;
	width: 420px;
	height: 230px;
	opacity: 0.75; 
	MoZOpacity: 0.75; 
	filter: alpha(opacity=75);
}

#contentBox {
	position: relative;
	top: 375px;
	left: 600px;
	width: 420px;
	height: 230px;
	overflow: auto;
}

#body {
	margin: 12px;
}

#footer { margin: 0px auto; margin-top: 3px; width: 800px; }

#footerLeft { width: 300px; float: left; color: #000000; }
#footerRight { float: right; text-align: right; color: #000000; }

#footerLeft a, #footerRight a { color: #000000; padding: 2px 0px 2px 0px; text-decoration: none; font-size: 10px; }
#footerLeft a:hover, #footerRight a:hover { color: #000000; text-decoration: underline; }

