/**
 * 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-test.jpg');
	background-attachment: fixed;
	font-family:arial, sans-serif;
	font-size:small;
	color:#666;
	font-weight: normal;
}

h1 {
	margin:0.5em 0;
	font-family: arial, "san serif";
	font-size: x-large;
}

h2 {
	font:1.25em arial, "san serif"; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:#0074bb;
		font-weight:bold;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

a.global:link {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

a.global:visited {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

a.global:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

a.global:active {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

a.main:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099ff;
	font-size: 12px;
}

a.main:visited {
	color: #0099ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.main:hover {
	color: red;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.main:active {
	color: #0099ff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.leftnav:link {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}

a.leftnav:visited {
	font-size: 12px;
	color: #333333;
}

a.leftnav:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #FF0000;
}

a.leftnav:active {
	font-size: 12px;
	text-decoration: underline;
	color: #333333;
}

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:960px;
	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-content.gif');
	background-repeat: repeat-y;
}

div#header {
	height: 148px;
	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: 1em;
	padding-right: 3em;
	padding-bottom: 5em;
	padding-left: 2em;
}
	div#content p {
		text-align:justify;
		padding:0;
	}

div#footer {
	position:absolute;
	width:960px;
	height: 95px;
	bottom:0; /* stick to bottom */
	background:#666666;
	background-image: url(images/bkg-footer.gif);

}
	div#footer p {
	padding:0;
	margin:0;
	}

div#drywall p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666566;
	background-color: #FFFFFF;
	text-align: left;
	margin: 10px;
	margin-left: 30px;
	padding: 10px;
	padding-left: 70px;
	width: 125px;
	border: thin solid #E6E5E5;
	position: relative;
	visibility: inherit;
	top: 000px;
	right: 10px;
	background-image: url(images/bkg-drywall-nav.gif);
	background-repeat:no-repeat
}
