/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	color: #666666;
	height: 100%;
	background-image: url(../images/bgytilrtywth02.gif);
	background-repeat: repeat;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}


a				{outline: none;}
a:link 			{color:#319561; text-decoration:underline;}
a:visited 		{color:#319561; text-decoration:underline;}
a:hover 		{color:#55BDD8; text-decoration:none;}
a:active 		{color:#66CC33; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:20px; margin:0 0 12px;color: #319561;}
h2 					{font-size:18px; margin:8px 0;color: #55BDD8;}
h3 					{font-size:16px; margin:6px 0 5px;color: #55BDD8;}
h4 					{font-size:14px; margin:4px 0;color: #319561;}
h5					{font-size:12px; margin:3px 0;color: #55BDD8;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Page */

#wrapper {
	width: 850px;
	text-align: left;
	padding-top: 30px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #32845E;
	border-right-color: #32845E;
	border-bottom-color: #32845E;
	border-left-color: #32845E;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* Header */

#header {
	width: 782px;
	height: 250px;
	background-color: #FFF;
	background-image: url(../images/bannerjosephodeke.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 33px;
}

#header h1 {
	margin: 0;
	margin-top: 11px;
	float: right;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#header h1 a {
	display: block;
	width: 200px;
	height: 100px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat center center;
}

/* Content */

#content {
	width: 782px;
	margin-left: 33px;
	margin-top: 20px;
	background-image: url(../images/sidebar-bg02.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.content-main {
	margin-left: 183px;
	width: 400px;
	padding: 10px 0 10px 0;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 150%;
}



#content-side {
	float: right;
	width: 160px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* Footer */

#footer {
	width: 850px;
	height: 41px;
	overflow: visible;
	padding-top: 18px;
	padding-bottom: 0px;
	text-align: center;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin: 0;
	color: #8D8B8B;
}

/* overrides for gallery */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #ccc;
	border: 1px solid #32845E;
}

.gallery-item a {
	text-decoration: none;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

#imageDetails {
	color: #000;
}
