body {
	background-color: #333;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
		border:0px;}
div {
	margin:0px;
	padding:0px;
	
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link {
	color: #FF9233;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: underline;
}


#main {
	width:760px;
	margin: 0px auto 0px auto;
	border: 0px solid #f0f0f0;
	background-color: #333;
}


#header {
	background-color: #333;
	width:760px;
	padding-top:0px;
	height:83px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
#sidenav {
	background-color: #666566;
	width:271px;
	padding-top:0px;
	height:277px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/jm.gif);
}


#view {
	width:488px;
	height:277px;
	float:left;
	display:inline;
}


#page {
	background-color: #FF9233;
	width:760px;
	height:25px;
	float:left;
	display:inline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-size: 17px;
	color: #FFF;
	text-align: left;
	text-indent: 15px;
	padding-top: 8px;
}


#content {
	background-color: #333;
	width:730px;
	padding-top:0px;
	margin-left:15px;
	margin-top:25px;
	margin-bottom:25px;
	float:left;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}


#footer {
	background-color: #333;
	width:760px;
	padding-top:10px;
	height:28px;
	display:inline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-size: 9px;
	color: #FFF;
	float: left;
}

#caption {
	background-color: #424242;
	width:488px;
	padding-top:0px;
	height:83px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:right;
	display:inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: right;
}


#navcontainer {
	float: left;
	width: 270px;
	background-repeat: no-repeat;
	font-size: 12px;
}
#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a
{
	display: block;
	width: 100%;
	height: 25px;
	text-indent: 15px;
	padding-top: 8px;
}
#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}
#navcontainer a:hover
{
	color: #fff;
	width: 271px;
	background-color: #FF9233;
}


#webdesign {
	float: right;
	width: 250px;
	text-align: right;
	font-size: 10px;
	margin-right: 0px;
	padding-right: 15px;
}


#copyright {
	float: left;
	width: 250px;
	
	text-align: left;
	text-indent: 15px;
	font-size: 10px;
}
#gallery {
	background-color: #333;
	width:730px;
	float:left;
	display:inline;
	height: auto;
	margin-bottom: 0px;
}
#gallery img {
	border: 1px solid #FFF;
	margin: 2px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	background-color: transparent; /* background of link */
	z-index: 1000;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #c8cdd2;
	visibility: hidden;
	color: #0F0;
	text-decoration: none;
	font-size: 10px;
}

.thumbnail span img{ /*CSS for enlarged image*/
	padding: 5px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 115px; /*position where enlarged image should offset horizontally */

}

label
{
	width: 5em;
	float: left;
	text-align:left;
	margin-right: 1em;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFF;
}


input
{
	font-size: 10px;
	background-color: #424242;
	height: 16px;
	width: 398px;
	color: #FFF;
	border: 1px solid #FFF;

}

.textarea {
	font-size: 10px;
	background-color: #424242;
	height: 65px;
	width: 400px;
	color: #FFF;
	border: 1px solid #FFF;
}

.submit input
{
	height: 20px;
	width: 55px;
	color: #FFF;
	background-color: #FF9233;
	border: 1px solid #FFF;
	font-size: 85%;
	
} 
