/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #5C0000;
}

table {
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#container {
	position: relative;
	width:900px;
	height:624px;
	background-image: url(images/container.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	position:absolute;
	left:26px;
	top:108px;
	width:499px;
	height:53px;
	z-index: 2;
}

#page_title {
	position:absolute;
	left:535px;
	top:43px;
	width:319px;
	height:52px;
	z-index: 3;
}

#crucelogo {
	position:absolute;
	left:845px;
	top:538px;
	width:23px;
	height:22px;
	z-index: 6;
}

.content {
	position:absolute;
	left:570px;
	top:89px;
	width:277px;
	height:441px;
	z-index: 5;
}

#mainpic {
	position:absolute;
	left:51px;
	top:142px;
	width:491px;
	height:317px;
	z-index: 4;
}

