body {
	margin: 0px;
	padding: 0px;
	background: #9BB698;
}

a {
	color: #7e242e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

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

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

.contentRestrictor {
	width: 500px;
}

.menu {
	/*padding-right: 18px;*/
	padding-right: 30px;
	background: #7c927a;
	background-image: url('images/border.jpg');
	background-repeat: repeat-y;
	background-position: right;
	width: 250px;
	/*border-right: 3px #60725e solid;*/
	
}

#body {
	padding: 0px 10px;
}

.bodyTxt {
	font-size: 1.0em;
}

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

#bottomMenu {
	font-size: 1em;
}

#bottomMenu a {
	font-weight: bold;
/*	text-decoration: none;*/
}

/*
#bottomMenu a:hover {
	text-decoration: underline;
}
*/

#design {
	padding-left: 24px;
	text-align: center;
	font-size: 0.8em;
}

#design a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#copy {
	text-align: center;
	font-size: 0.8em;
}

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