html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #C7BAAF;
	background-image: url(images/marble_square.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

body {
    height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.mainbody {
background-image:url(images/body_M_bg.gif);
background-repeat:no-repeat;
background-color:#FFFFFF;
}
.copyright {
	font-size: x-small;
	color: #C7BAAF;
}
.kitguide {
	font-size: x-small;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: none;
	font-stretch: condensed;
	font-weight: bold;
	color: #336699;
}
a:active {
	text-decoration: none;
	color: #003366;
}
.header {
	font-size: x-large;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #E1DAD5;
	font-weight: bold;
}
H4 {font-size:medium;
 font-weight:bold;
 border-bottom:dotted 1px #003366;}

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

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}

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:100%;
    background: center url("images/container_bg.gif") repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	background: url("images/header_bg.gif") repeat-x;
	height:125px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0;
	}

div#footer {
	position:absolute;
	width:100%;
	height: 35px;
		background-image: url(images/footer_bg.gif);
	bottom:0; /* stick to bottom */
}