/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#59A8F3 url(images/body_back.jpg) repeat-x !important; 
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#333333;
}
* {
outline:none;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.2em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.2em;
}

a { 
color:#333333;
}

p, li { 
	line-height:1.5; 
	margin:0 0 1em;
}



div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	background:url(images/content_back.gif) repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	z-index:1;
	width:776px;
	left:0
}


div#header {
	padding:0em;
	background:url(images/header_back.jpg) no-repeat;
	height:211px;
}
	div#header p {
		font-style:normal;
		font-size:1.5em;
		margin:0;
		color:#FFFFFF;
		text-align:right;
		padding:5px;
	}


div#content {
margin-right:50px;
margin-left:50px;
voice-family: "\"}\"";
voice-family: inherit;
padding:0em 3em 250px 1.5em;
font-size:.9em;
background-color:#FFFFFF;
z-index:2;



}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}
	
	
div#nav {
font:Verdana, Arial, Helvetica, sans-serif;
position:absolute;
padding:1em 0 0 0;
font-size:13px;
text-align:center;
top:131px;
width:776px;
left:0px;

}
	div#nav p {
		text-align:justify;
		padding:0 0em;
	}
	
	div#nav	a {
		text-decoration:none;
		color:#333333
}
	

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:url(images/footer_back.jpg) 0px 0px no-repeat ;


}
	div#footer p {
		padding:100px 0px 80px 0px;
		text-align:center;
		width:776px;
		font-size:12px;

		
		}
	
	div#footer a {

	}
	
.selected {
font-weight:bold;
}

.content_img {
padding:15px; 
margin:15px; 
border:solid #CCCCCC 1px;
background-color:#FBFBFB;
}

.anchor {
text-decoration:none;
color:#666666;
text-align:centre

}