/* CSS Document */

html, body, ul,ol,li, p, h1,h2, h3, h4, h5, h6, form,
fieldset {
margin: 0;
padding: 0;
border: 0;
}

h3 {
}
#Container {
	position:relative;
	width:900px;
	background-color: #00FF66;
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/TopCornerFlower.jpg);
}
#BgrndBrown {
	position:absolute;
	width:806px;
	height:500px;
	z-index:1;
	top: 50px;
	right: 50px;
	background-image: url(../images/PurpleBgrnd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #000000;
}
#Bgrndpink {
	position:absolute;
	width:711px;
	min-height:400px;
	content: url(../images/BgrndFlower.gif);
	z-index:5;
	top: 49px;
	bottom: 50px;
	height:400px;
	right: 100px;
	background-repeat: repeat-y;
	background-color: #000000;
	background-image: url(../images/BgrndFlowerFade.gif);
	background-position: right;
	z-index: 5;
}
.BgrndFlower {
	background-color: c66;
	background-image: url(../images/BgrndFlower.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#BgrndBrownCorners {
	position:absolute;
	width:50px;
	height:500px;
	z-index:1;
	top: 50px;
	left: 0px;
	background-repeat: no-repeat;
}
body {
	margin: 0px;
	background: #000;
}
#BgrndBrownCornersTop {
	position:absolute;
	width:50px;
	height:50px;
	z-index:1;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/PurpleBgrndTop.gif);
}
#BgrndBrownCornersBtm {
	position:absolute;
	width:50px;
	height:50px;
	z-index:1;
	top: 450px;
	right: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/PurpleBgrndBtm.gif);
}
#BgrndPinkCorners {
	position:absolute;
	width:50px;
	height:400px;
	z-index:5;
	top: 50px;
	right: 50px;
	background-color: cc6666;
	background-image: url(../images/PinkSquare.gif);
}
#BgrndPinkCornersTop {
	position:absolute;
	width:50px;
	height:50px;
	z-index:4;
	top: -1px;
	right: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/PinkBgrndTop.gif);
}
#BgrndPinkCornersBtm {
	position:absolute;
	width:50px;
	height:50px;
	z-index:4;
	right: 0px;
	background-repeat: no-repeat;
	bottom: 0px;
	background-image: url(../images/PinkBgrndBtm.gif);
}

#flower {
	position:absolute;
	top:3px;
	width:280px;
	height:223px;
	z-index:2;
	background-image: url(../images/TopCornerFlower.jpg);
	background-repeat: no-repeat;
}

.image {
	float:left;
	padding-right: 10px;
}
#wrapper {
	width:830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/TopCornerFlower.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#header {
	Height:136px;
	background-image: url(../images/HeaderBgrnd.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#content {
	background-image: url(../images/ContentBgrnd1px.jpg);
	background-repeat: repeat-y;
	min-height:295px;
	}
#footer {
	height:136px;
	background-image: url(../images/FooterBgrnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 60px;
	padding-left: 75px;
	font-family: "Gill Sans MT", Arial, Helvetica, "sans-serif";
	font-size: 18px;
	color: #743E3E;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #743E3E;
}
#footer a:hover {
	color: #DD9797;
	text-decoration: underline;
}	
#nav {
	float:left;
	margin-top:100px;
	margin-left:50px;
	clear: both;
	position: static;
}
#nav ul li a {
	font-family: "Gill Sans MT", Arial, Helvetica, "sans-serif";
	font-size: 18px;
	color: #743E3E;
	text-decoration: none;
	text-align: center;
}
#nav ul li a:hover {
	color: #DD9797;
	text-decoration: underline;
	text-align: center;
}
.TextBox {
	margin-left:230px;
	width:500px;
	z-index:6;
	font-family: "Gill Sans MT", Arial;
	color: #461D2F;
	text-align: justify;
}
.TextBoxTop {
	background-image:url(../images/TextBoxTop.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:23px;
	padding-left: 50px;
}
.TextboxMiddle {
	align:center;
	background-image:url(../images/TextBoxMiddle1px.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding-left: 60px;
	padding-right: 60px;
	text-align: left;
	font-style: normal;
	line-height: 20px;
	clip: rect(auto,auto,auto,auto);
}
.TextBoxBottom {
	background-image:url(../images/TextBoxBottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:22px;
	padding-left: 35px;
}
.clearit {
clear: both;
}
.imageBotPad {

	float:left;
	padding-right: 10px;
	padding-bottom: 24px;
}
