#content {
	position: absolute;
	width: 410px;
	top: 150px;
	left: 360px;
}
#content2 {
	position: absolute;
	width: 370px;
	top: 172px;
	left: 400px;
}

#navcontainer {
	margin: 0;
	padding: 0;
	height: 18px;
	width: 98%;
	left: 10px;
	position: absolute;
	border-width: 0px;
	z-index: 4;
	background-color: #D90D04;
	top: 110px;
}
#navcontainer UL {
	list-style: none;
	margin: 0;
	border: none;
	font-size: 100%;
}
#logo img {
	position: absolute;
	left: 10px;
	top: 10px;
}


#navcontainer LI {
	display: block;
	margin: 0;
	width: auto;
	padding-bottom: 0px;
	float: left;
	font-size: 90%;
}

#navcontainer A {
	color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 2px 10px;
	border-right: 1px solid #fff;
	background-color: #999999;
}
#contentleft {
	position: absolute;
	width: 300px;
	top: 150px;
	left: 10px;
}
#contentleft .photocaption {
	font-size: 90%;
	font-style: italic;
}
#contentleft2 {
	position: absolute;
	width: 370px;
	top: 150px;
	left: 10px;
}
#contentleft2 .photocaption {
	font-size: 90%;
	font-style: italic;
}

#contentfull {
    position: absolute;
	width: 760px;
	top: 150px;
	left: 10px;
}

.footertext {
	font-size: 80%;
	color: #999999;
}
#strapline {
	position: absolute;
	left: 10px;
	top: 75px;
	color: #666666;
	font-size: 120%;
	font-weight: bold;
	width: 599px;
}





#navcontainer A:hover, #navcontainer A:active {
	color: #FFFFFF;
	background-color: #D90D04;
}


#navcontainer A.active:link, #navcontainer A.active:visited {
	position: relative;
	z-index: 102;
	background-color: #002FBB;

}

.photocaption {
	font-size: 90%;
	font-style: italic;
	position: relative;
	width: 300px;
	left: 10px;
	top: 10px;
}
.panel {
	background-color: #FFECEC;
	border: 1px solid #333333;
	padding: 10px;
}

.imageRight {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}
.clearboth {
	clear: both;
}
