body {
	/*background: #e1e1e1;*/
	background: #578e34;
	margin: 0px;
	padding: 0px;
	
	font-family: arial;
	font-size: 10pt;
	
	overflow-y: scroll;
}

a {	color: #00f;	}
a:hover {	color: #55f;	}
a:visited {	color: #005;	}
a:visited:hover {	color: #555;	}

img {
	border: 0px;
}

table {
	font-size: 1em;
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	margin: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

.txtBox {
	border: 1px #777 solid;
}

.bodyImg {
	border: 1px #000 solid;
}

.titleImg {
	margin-top: 3px;
	margin-bottom: 5px;
}

.commonBox {
	padding: 7px;
	border: 1px #232323 solid;
	background: #fafad6;
	background-image: url(/images/commonBoxBG.png);
	background-repeat: repeat-x;
/*	-moz-border-radius: 5px;*/
}

#mainContainer {
	
}

.mainWidth {
	width: 850px;
}

#header {
	padding-top: 10px;
	
	height: 153px;
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}

#headerTop {
	/*padding-left: 15px;*/
}

#menu {
	margin: 10px 0px;
	width: 200px;
	border: 1px #000 solid;
	border-bottom: 0px;
}

#flowerContainer {
	max-width: 1025px;
	padding-bottom: 30px;
	background-image: url(/images/flower-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#treeContainer {
	max-width: 1125px;
	background-image: url(/images/tree-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#bodyContainer {
	background: #e1e1e1;
	background-image: url(/images/bottom-grass.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#creditContainer {
	height: 18px;
	background: #e6e433;
	background-image: url(/images/credits.png);
	background-repeat: repeat-x;
	border-top: 1px #232323 solid;
	/*border: 1px #232323 solid;*/
}

#credits {
	vertical-align: middle;
/*	-moz-border-radius: 10px;*/
}

#credits div {
	font-size: 0.8em;
	margin: 2px 10px;
}

#credits #siteby {
	float: left;
}

#credits #copy {
	float: right;
}

#footer {
	height: 75px;
	background-image: url(/images/footer.png);
	background-repeat: repeat-x;
}