html, body {
	height: 100%;
	margin:0;
	padding:0;
	font:90%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:000;
	background-color: #a1a6b2;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#container {
	width:760px;
	margin:0 auto;
	padding:0 0 0 0;
	position:relative;
	/*background:#a1a6b2;*/
	text-align:left;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center top;
	z-index:1;
}

#topRight_Nav  {
	width:734px;
	heigth:12px;
	text-align:right;
	background-color: #fff;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	border-right-width: 26px;
	border-right-style: solid;
	border-right-color: #fff;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #fff;
}

#pageHeader {
	width:758px;
	height:120px;
	/* background:#FFFFFF; */
	/* border: 1px solid #FFFFFF; */
}

#logo {
	width:121px;
	height:99px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-left: 20px;
	float:left;
}

.navigationBox {
	width: 758px;
	/* background: #fff; */
	/* border: 1px solid #fff; */
	clear:both;
}

#mainBody {
	width:758;
	/* background-image: url(img/bible_back.jpg); */
	/* background-repeat: no-repeat; */
	/* background-position: center top; */
	/* border: 1px solid #a1a6ba; */
	margin: 0 auto;
}

div#mainBody:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #mainBody {height: 1%;}
/* End hide from IE-mac */


.colRight {
	width: 260px;
	float: left
}

.colLeft {
	width: 491px;
	float: left;
}

/* >>>>>>> Round Corner Boxes <<<<<<< */

.roundBox725_top {
	width: 725px;
	padding-top: 10px;
	margin-left: 10px;
	background: url(img/shadow_top_725.png) no-repeat;
}

.roundBox725_body {
	padding: 0px 15px 4px;
	margin-right: 27px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: url(img/shadow_middle_725.png) repeat-y;	
}

ul.roundBox725_body {
	list-style: none;
	margin-left: 0;
	/* padding-left: 1em; */
	text-indent: 1em;
}

.roundBox725_bottom {
	padding-top: 16px;
	margin-right: 10px;
	margin-left: 10px;
  	background: url(img/shadow_bottom_725.png) no-repeat;
}

.roundBox465_top {
	width: 497px;
	padding-top: 10px;
	margin-left: 10px;
	background: url(img/shadow_top_465.png) no-repeat;
}

.roundBox465_body {
	padding: 0px 15px 4px;
	margin-right: 27px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: url(img/shadow_middle_465.png) repeat-y;	
}

ul.roundBox465_body {
	list-style: none;
	margin-left: 0;
	/* padding-left: 1em; */
	text-indent: 1em;
}

.roundBox465_bottom {
	padding-top: 16px;
	margin-right: 10px;
	margin-left: 10px;
  	background: url(img/shadow_bottom_465.png) no-repeat;
}

.roundBox235_top {
	width: 267px;
	padding-top: 10px;
	margin-right: 14px;
	background: url(img/shadow_top_235.png) no-repeat;
	margin-left: 14px;
}

.roundBox235_body {
	padding: 0px 15px 4px;
	margin-right: 27px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: url(img/shadow_middle_235.png) repeat-y;	
}

.roundBox235_bottom {
	padding-top: 16px;
	margin-right: 14px;
	margin-left: 0px;
  	background: url(img/shadow_bottom_235.png) no-repeat;
}

.fbBox235 {
	width: 235px;
	padding-top: 10px;
	margin-right: 14px;
	margin-left: 14px;
	background-color: #FFFFFF;
	border: thin solid #A1A6B2;
	background-image: url(img/whitespot.gif);
	background-repeat: repeat;


}

#footer {
	width:760px;
	margin:0px;
	text-align:center;
	padding:0px 0px 45px;
	background:url(img/omslogo.png) no-repeat center bottom;
	color: #000;
	clear: both;
}

#footer a{
	text-decoration:none;
	color: #000;
}

#footer a:hover{
	background-color:#000;
	color:#fff;
}

#footer span{
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

.clearBoth {
	clear: both;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	color:c33;	
}

h2 {
	height:15px;
	margin:0;
	padding:0;
}

h3 {
	height:11px;
	margin:0;
	padding:0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#325391;
	text-decoration:underline;
}

a:hover {
	color:#fff;
	background-color:#a1a6ba;
}

