﻿/*********************************************
 * 100% height layout with header and footer *
 *********************************************/

body {
	margin:0;
	padding:0;
	height:99%; /* needed for container min-height */
/*	background:gray; */
	background-image:url('../images/opera.jpg');background-repeat: repeat-y ;

	width:auto !important; /* real browsers */
	width:1024px; /* IE6: treaded as min-height*/ 
	width:99%;

	min-width:1024px; /* real browsers */
	  
	
	font-family:arial,sans-serif;
	font-size:small;
	color: yellow;
}

html {
	margin:0;
	padding:0;
	height:99%; /* needed for container min-height */
/*	background:gray; */
	background-image:url('../images/opera.jpg');background-repeat: repeat-y ;
	  
	width:auto !important; /* real browsers */
	width:1024px; /* IE6: treaded as min-height*/ 
	width:99%;

	min-width:1024px; /* real browsers */	
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.1em 0;
}

h2 {
	font:1.2em georgia,serif; 
	margin:0 0 0 0;
}
	a {
		color:yellow;
	}

	h2 {
		color:yellow;
	}

	h1 {
		color: yellow;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
/*	width:99%; */
	border: 5px navy solid;
/*	background: #f0f0f0; */
	
	height:auto !important; /* real browsers */
	height:99%; /* IE6: treaded as min-height*/

	min-height:99%; /* real browsers */

	width:auto !important; /* real browsers */
	width:1024px; /* IE6: treaded as min-height*/ 
	width:99%;
	min-width:1024px; /* real browsers */
	
	
}

div#header {
	padding:0em 0em .5em 0em;
/*	background:#ddd url("../csslayout.gif") 98% 10px no-repeat;
	border-bottom:6px double gray; */
/*	border: 5px navy solid; */

}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 0em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
/*	background:#ddd; */
/*	border-top:6px double gray; */
}
	div#footer p {
		padding:1em;
		margin:0;
	}