/* CSS Document */

html, body, ul, ol, li, p, h1, h2, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color: #D7D7C4;
	height: 520px;
	background-image: url(../06images/bluebg.jpg);
	background-repeat: no-repeat;
	border: 4px solid #28231F;
	margin-top: 10px;
}
body {
	background-color: #FFFFE8;
	font-size: 100.01%;
}

#header {
	background-image:url(greyisb.jpg);
	background-repeat: no-repeat;
	height: 215px;
}
#content {
	float: right;
	height: 350px;
	width: 400px;
	margin-top: 130px;
	margin-right: 10px;
	background-color: #FFFFFF;
	border: 3px solid #000000;
	padding: 5px;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 115%;
	color: #3F4A66;
	line-height: 15px;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: 109%;
	font-weight: normal;
	color: #655E4E;
}


#wrapper #content p {
	font-family: "Comic Sans MS";
	font-size: 90%;
	color: #424F72;
	text-align: justify;
}
#footer {
	width: 300px;
	padding-left: 80px;
	padding-bottom: 5px;
	margin-bottom: 6px;
}
#wrapper #content #footer a {
	color: #4B5368;
	margin-left: 4px;
	margin-right: 4px;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
}


.footertext {
	font-family: "Comic Sans MS";
	font-size: 80%;
	color: #302B25;
}

#wrapper #content img {
	margin: 4px;
	border: 1px solid #000000;
}
.leftfloat {
	margin: 5px;
	float: left;
}
.rightfloat {
	float: right;
}
#picholder {
	margin-right:auto;
	width: 805px;
	margin-left: auto;
}
#picholder a {
	font-family: "Comic Sans MS";
	font-size: 90%;
	text-decoration: none;
	text-align: center;
	margin: 5px;
}
