body{
	background: #003333;
	text-align: center;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

#container, #top, #middleLeft, #middleLeft div, #middleMiddle, #middleRight, #middleRight div, #menu, #menu a:link, #menu a:visited, #menu a:hover, #content, #bottomLeft, #bottomLeft div, #bottomMiddle, #bottomRight, #bottomRight div, #bottom, #contentContainer, #logo, #crumbsSpacer, #crumbs, #titleSpace, #titleContainer, #title, #credits{
	overflow: hidden;
	text-align: left;
    	margin-bottom: 0px;
}

#container{
	width: 700px;
	height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#top {
	width: 700px;
	height: 231px;
	background: repeat-x url(inc/bgTop.png);
	}
#middleLeft {
	width: 150px;
	height: 10px;
	background: repeat-x url(inc/mr.png) top;
	clear: both;
	float: left;
}

#middleLeft div{
	width: 150px;
	height: 10px;
	background: no-repeat url(inc/mtr.png) top right;
}

#middleMiddle {
	width: 500px;
	height: 10px;
	background: #AF9600;
	float: left;
}

#middleRight {
	width: 50px;
	height: 10px;
	background: repeat-x url(inc/mr.png) top;
	float: left;
}

#middleRight div{
	width: 150px;
	height: 10px;
	background: no-repeat url(inc/rtl.png) top left;
}

#menu {
	width: 149px;
	float: left;
	height: auto;
	background: #003333;
	z-index: 15;
	color: #FFFFFF;
}

#menu a:link{
	color: #FFFFFF;
	font-size: 18px;
}

#menu a:visited{
	color: #AAAAAA;
	font-size: 18px;
}

#menu a:hover{
	color: #AF9600;
	font-size: 18px;
}

#content p {
	margin: 10px 20px;
}

#content h1 {
	margin: 40px 0px 20px 20px;
}

#content a:link {
	color: #000000;
}

#content a:visited {
	color: #005046;
}

#content a:hover{
	color: #FFFFFF;
}

#bottomLeft {
	width: 150px;
	height: 10px;
	background: repeat-x url(inc/mr.png) bottom;
	clear: both;
	float: left;
}

#bottomLeft div{
	width: 150px;
	height: 10px;
	background: no-repeat url(inc/mbr.png) top right;
}

#bottomMiddle {
	width: 500px;
	height: 10px;
	background: #AF9600;
	float: left;
}

#bottomRight {
	width: 50px;
	height: 10px;
	background: repeat-x url(inc/mr.png) bottom;
	float: left;
}

#bottomRight div{
	width: 150px;
	height: 10px;
	background: no-repeat url(inc/rbl.png) top left;
}

#bottom {
	width: 700px;
	height: 200px;
	background: repeat-x url(inc/bgBottom.png);
	clear: both;
}

.abc {
	border: 1px solid #FF0000;
	background: #FF0000;
}

#contentContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 210px;
	z-index: 10;
	text-align: center;
}

#credits p{
margin: 0px;
}

#content {
	width: 500px;
	float: left;
	height: auto;
	background: #AF9600;
	border-right: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	font-family: sans-serif;
}

#crumbs{
	position: relative;
	margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 650px;
    height: 25px;
    overflow: hidden;
	}

#crumbs a:link{
	color: #000000;
}

#crumbs a:visited{
	color: #000000;
}

#crumbs a:hover{
	color: #005046;
}

#titleContainer{
	position: relative;
	width: 670px;
	height: 100px;
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    clear: both;
}

#title{
	position: relative;
	float: left;
    text-align: left;
    width: 480px;
    height: 75px;
    overflow: hidden;
    color: #FFFFFF;
}

#credits{
	position: relative;
    text-align: right;
    float: right;
    width: 170px;
    height: 75px;
    overflow: hidden;
    color: #FFFFFF;
	display: table-cell;
    vertical-align: middle;
}

#credits p{
	margin-top: 5px;
	text-align: right;
}

#title h1{
	margin-top: 20px;
}