/* CSS Document */

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * 
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:url(images/bg.jpg);
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:820px;
	background:#f0f0f0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background-image: url(images/bg_stage_30.jpg);
}
.imgleft {
	padding-right: 8px;
}

div#header {
	
	
	
}
	

div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
	background-image: url(images/bg_stage_30.jpg);
		
}
	div#content p {
		text-align:left;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	overflow: visible;
	
	
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	
	/**
 * end container hooey
 * ----------------------------------------------
 * 
 */
 
 #container #content #leftie {
	position: fixed;
	width: 200px;
	left: 30px;
	top: 10px;
}
.text1 {
	font-family: "Trebuchet MS", Helvetica, "san serif";
	font-size: 12pt;
	color: #e0503d;
}
.text2 {
	font-family: "Trebuchet MS", Helvetica, "san serif";
	font-size: 10pt;
	color: #663300;
	list-style-image: url(images/bullet.gif);
}
.imgright {
	padding-left: 8px;
}
.text3 {
	font-family: "Trebuchet MS", Helvetica, "san serif";
	font-size: 10pt;
	color: #E0503D;
}
#container #content img {
	padding: 5px;
}
.text4 {
	font-family: "Trebuchet MS", Helvetica, "san serif";
	font-size: 10pt;
	color: #59ACAC;
}
.text5 {
	font-family: "Trebuchet MS", Helvetica, "san serif";
	font-size: 8pt;
	color: #59ACAC;
}
/**
 * links
 * ----------------------------------------------
 * 
 */

a.headlink:link {
	color: #e0503d;
	text-decoration: underline;
}
a.headlink:visited {
	color: #e0503d;
	text-decoration: underline;
}
a.headlink:hover {
	color: #59ACAC;
	text-decoration: underline; 
}
a.headlink:active {
	color: #e0503d;
	text-decoration: underline;
}

a.footer:link {
	color: #59ACAC;
	text-decoration: underline;
}
a.footer:visited {
	color: #59ACAC;
	text-decoration: underline;
}
a.footer:hover {color: #e0503d;
	text-decoration: underline; 
}
a.footer:active {
	color: #59ACAC;
	text-decoration: underline;
}

/**
 * end links
 * ----------------------------------------------
 * 
 */
#container #header #Table_01 div {
	position: fixed;
	top: 10px;
}
.redborder {
	border: thin dotted #E0504A;
}

