body
{
	background: #3c5c96;
	/*background: url("http://helaman81.net/pictures/includes/background.jpg");
	background-repeat: x-repeat;*/
	font-size: 16px;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
}

a img
{
	border: 0;
}

a:link, a:visited
{
	text-decoration: none;
	font-family: Georgia, "Garamond", "Times New Roman", serif;
	color: #3c5c96;
}

a:hover
{
	text-decoration: underline;
	color: red;
}

div#all
{
	width: 830px;
	margin: 0 auto;
	padding: 0;
}

div#obox {
	background: rgb(222, 222, 204);
	border: solid #1C1C1C 2px;
	width: 850px;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px;
	position: relative;
}

div#ibox {
	background: #fff;
	border: solid #000000 1px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 5px 5px 5px 5px;
}

div#header
{
	background: #fff;
	padding: 1px 10px;
}

div#header h1
{
	font-size: 30px;
	font-weight: normal;
	width: 650px;
	border-bottom: solid 1px #1C1C1C;
	line-height: 30px;
	font-family: optima, san-serif;
	margin-left: 125px;
}

div#logo
{
	position: absolute;
	top: 15px;
}

div#menu
{
	float: left;
	width: 170px;
	padding: 0 0 0 0;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.25em;
	background-color: #fff;
	/*position: fixed;*/
}

div#menu a:link, div#menu a:visited {
	text-decoration: none;
	font-family: "Garamond", "Times New Roman", serif;
	font-size: 16px;
	display: block;
	color: #3C5C96;
}

div#menu a:link.pictures, div#menu a:visited.pictures {
	font-size: 14px;
	text-indent: 10px
}

div#menu a:hover, div#menu a:hover.pictures {
	text-decoration: underline;
	display: block;
}

div#menu div.subpictures a:link.pictures, div#menu div.subpictures a:visited.pictures, div#menu div.subpictures a:hover.pictures, div#menu div.subpicturesV a:link.pictures, div#menu div.subpicturesV a:visited.pictures, div#menu div.subpicturesV a:hover.pictures {
	font-size: 13px;
	text-indent: 20px;
}

div.subpictures {
	display: none;
}

div.subPicturesMenu {
	display: none;
}

div#content
{
	position: relative;
	background: #fff;
	padding: 20px 15px 10px 15px;
	overflow: hidden;
	height: 100%;
}

div#content h1
{
	margin: 0;
	font-size: 22px;
}


div#content h2
{
	font-size: 16pt;
	color: #11aa11;
}

div#content h3
{
	font-size: 14px;
}

table#contentTable
{
	width: 635px;
	padding: 8px 8px 8px 8px;
	margin: -45px 0 0 -25px;
	float: right;
}

div#footer
{
	text-align: center;
	background: none;
	font-size: 10px;
	padding: 3px;
	color: rgb(222, 222, 204);
}

div#footer a:link, div#footer a:visited {
	color: rgb(222, 222, 204);
	text-decoration: none;
	font-size: 10px;
}

div#footer a:hover {
	text-decoration: underline;
}

.error
{
	color: #f00;
}

