/**
 * 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:#FFFFFF;
	background-image: url('images/bkg.gif');
	font-family:arial, sans-serif;
	font-size:small;
	color:#FFFFFF;
	font-weight: normal;
	font-style: normal;
}

h1 { 
	font:1.5em arial,san serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:red;
		font-weight:bold;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}
a.main:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
a.main:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.main:hover {
	color: #903b21;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.main:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.foot:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
a.foot:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.foot:hover {
	color: #903b21;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.foot:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.light:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
a.light:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.light:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.light:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#container {
	position:relative; /* center, not in IE5 */
	width:1012px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bkg-insidepages.gif);
	background-repeat: repeat-y;
}

div#container2 {
	position:relative; /* center, not in IE5 */
	width:1012px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bkg-main.gif);
	background-repeat: repeat-y;
}


div#header {
	height: 138px;
	background-color: #FFFFFF;
	background-image: url(images/bkg-header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
		padding:0;
	}

div#content {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12em;
	padding-left: 0;
}
	div#content p {
	text-align:left;
	padding:10;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	padding:0;

}
	div#footer p {
	padding:0;
	margin:0;
	}
