body {
	margin: 0px;
	background-color: #990033;
}

/*Main Layout Here*/

.main{
	position: relative;
	width: 769px;
	height: auto;
	top: 15px;
	margin: auto;
	padding-bottom: 15px;
	z-index: 1;
}

.top{
	position: relative;
	top: 0px;
	left: 0px;
	width: 769px;
	height: 166px;
	background-image: url(../../images/layout/top.gif);
	background-repeat: no-repeat;
	z-index: 2;
}

.nav{
	position: relative;
	top: 0px;
	left: 0px;
	width: 769px;
	height: 49px;
	background-image: url(../../images/layout/nav.gif);
	background-repeat: no-repeat;
	z-index: 2;
}

.content{
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	min-height: 300px;
	padding: 6px 20px 6px 20px;
	background-image: url(../../images/layout/content.gif);
	z-index: 2;
	font: 12pt Arial;
	color: White;
}

.bottom{
	position: relative;
	top: 0px;
	left: 0px;
	width: 769px;
	height: 57px;
	background-image: url(../../images/layout/bottom.gif);
	background-repeat: no-repeat;
	z-index: 2;
}

/*Component Layout Here*/

.header{
	position: relative;
	top: 15px;
	left: 17px;
	width: 735px;
	height: 150px;
	background-image: url(../../images/layout/header.gif);
	background-repeat: no-repeat;
	z-index: 3;
}

.navblock{
	position: relative;
	top: 10px;
	left: 16px;
	width: 736px;
	height: 30px;
	background-image: url(../../images/layout/navblock.gif);
	background-repeat: no-repeat;
	z-index: 3;
}

.footer{
	position: absolute;
	bottom: 16px;
	left: 16px;
	width: 736px;
	height: 28px;
	background-image: url(../../images/layout/footerbg.gif);
	background-repeat: no-repeat;
	z-index: 3;
}

p{
	margin:0px 0px 10px 0px;
}

.small{
	font: 9pt Arial;
	color: black;
	text-align: center;
	margin: 6px 0px 0px 0px;
}

h2{
	font: bold 18pt Arial;
	color: black;
}

h3{
	font: bold 16pt Arial;
	color: black;
}

h4{
	font: bold 14pt Arial;
	color: black;
}

#photos {
	border-collapse: separate;
	border-spacing: 12px;
}

#photos td{
	width:160px;
	height:120px;
	border: 1px solid white;
	cursor: pointer;
}

.img_left{
	float:left;
	margin:0px 10px 10px 0px;
	padding:3px;
	background-color:white;
	border:1px solid black;
}

.img_right{
	float:right;
	margin:0px 0px 0px 10px;
	padding:3px;
	background-color:white;
	border:1px solid black;
}

.img_reg{
	margin:0px 0px 0px 0px;
	padding:3px;
	background-color:white;
	border:1px solid black;
}

/*LINKS HERE*/
A:link {
	color: #FFCC33;
	font: bold 14pt Arial;
	text-decoration: none;
} /* unvisited link */

A:visited {
	color: black;
	font: bold 14pt Arial;
	text-decoration: none;
} /* visited links */

A:hover {
	color: white;
	font: bold 14pt Arial;
	text-decoration: none;
} /* active links */

A:active {
	color: white;
	font: bold 14pt Arial;
	text-decoration: none;
} /* active links */