@charset "UTF-8";
/* CSS Document */
#content {
	width: 900px;
	margin: 0px;
	padding: 0px;
}

#header #intro {
	background-attachment: scroll;
	background-image: url(../images/red/red-cam-intro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#content table {
	width: 900px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	padding: 0px;
	margin-bottom: 0px;
}
table td {
	vertical-align: top;
	text-align: center;
}
td.noPadding {
	padding-right: 0px;
}

td.caption {
	padding-bottom: 15px;
	text-align: center;
}

td.caption a {
	color: #FF0000;
	text-align: center;
	font-weight: bold;	
}

