@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bodyBG.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	margin-bottom:20px;
}
h3 {
	margin-top:20px;
	font-size:15px;
	margin-right:15px;
	text-align:right;
}

/*Divs*/
#navdiv {
	margin-top:10px;
	margin-right:10px;
}
.content1, .content2 {
	float:right;
	color:#333333;
	font-size:12px;
	text-align:right;
	vertical-align:top;
	margin-right:15px;
	line-height: 16px;
}
.content1 {
	margin-top:50px;
	width:430px;
}
.content2 {
	width:430px;
}
.content2 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

#gallery-desc {
float:right;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	margin-left:30px;
	padding-right:10px;
	margin-top:30px;
}

/*Tables*/
#maintable {
	width:980px;
}
.toprow {
	height:354px;
	border-bottom:9px #FF0000 solid;
}
.bottomrow {
	height:35px;
	border-bottom:1px #999999 solid;
	border-top:1px #999999 solid;
	font-size:12px;
	color:#333333;
	text-align:center;
	background-color:#FFFFFF;
}
.bottomrow a {
	color:#FF0000;
}
.leftcolumn {
	height:730px;
	border-bottom:9px #FF0000 solid;
}
.rightcolumn {
	width:250px;
	background-color:#000000;
}
#navcell {
	background-image:url(../images/camera.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:right;
	font-weight:bold;
}
#navcell ul {
	list-style-type:none;
}

#navcell li {
	margin-bottom:5px;
}
#navcell a {
	text-decoration:none;	
	color:#FFFFFF;
	font-size:16px;
}
#navcell a:hover {
	color:#999999;
}
#middlecontentcell {
	vertical-align:top;
}
#rightmiddlecell {
	vertical-align:top;
}
#awardstable {
	width:690px;
	margin-top:20px;
	margin-left:10px;
}
#awardstable th {
	font-size:13px;
	padding-bottom:10px;
}
#awardstable tr {
	color:#333333;
	font-size:12px;
	text-align:left;
}

/*Images*/
#traceyimg {
	float:left;
	margin-left:50px;
}
#titleimg {
	margin-top:13px;
	margin-left: -20px;
}
.rightcolumnIMG {
	float:right;
	margin-bottom:7px;
}


.error
{
	padding: 20px;
	color: #FF0000;
}

