* {
	margin: 0;
	padding: 0;
}

body {
margin: 0;
text-align: center;
margin: 0;
padding: 0;
font-family: sans-serif;
background-color: #393939;
font-size: 1em;
color: #000000;
text-align: left;
}

div#header {padding: 0;
width: 760px;
max-width: 760px;
position: absolute;
top: 5px;
left: +150px;
right: +150px;
border-left: 1px #ffffff solid;
border-right: 1px #ffffff solid; }

div#maincontent2 {padding: 0;
text-align: left;
background-color: #ffffff;
width: 762px;
max-width: 762px;
position: absolute;
top: +205px;
overflow: auto;
left: +150px;
right: +150px;
color: #000000;
font-size: 1em;}

div#footer {padding: 2%;
text-align: center;
clear: both;
background-color: #393939;
color: #ffffff;
font-size: .8em; }

div#menubar {
position: absolute;
top: +185px;
width: 760px;
left: +150px;
height: 20px;
max-width: 760px;
background-color: #336699;
font-size: .8em;
border-left: 1px #ffffff solid;
border-right: 1px #ffffff solid; }

span.orange {
color: #ff8000; }

a:link {color: black}

a:visited {color: black;
text-decoration: underline; }

a:hover {color: #ff8000}

a.white:link {color: white}

a.white:visited {color: white}

a.space:link {color: white;
margin-right: +5px;
margin-left: +5px;
text-decoration: none; }

a.space:visited {color: white;
margin-right: +5px;
margin-left: +5px;
text-decoration: none; }

a.white:hover {color: orange}

a.space:hover {color: orange}



#Masthead {
	height: 80px;
width: 750px; 
padding-bottom: 5px;
padding-left: 25px;
}

div.margin{
margin-right: +25px;
margin-left: +25px;
margin-bottom: +25px; }

#centercontent5 {
background-color: #fff;
position: absolute;
top: +130px;
width: 500px;
left: +150px;
font-size: 1.0em;
font-family: Verdana, Helvetica, Arial, sans-serif; }

#OuterContainer {
	padding: 0;
	margin: 15px 30px 10px 30px;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #ccc;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #ccc;
	}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}

#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#About {
	width: 100%;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}