/* Ray Cavill stylesheet */

body {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	background-color: #D7670D;
	background-repeat: repeat-x;
	margin: 0;
	height: 100%;
	background-attachment: fixed;
 }

/*page alignments*/
.left { }
.right { }

/* content */
#content {
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 10px 10px 0px 10px;
	border-left: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	font-size: 0.8em;
	width: 800px;
	height: 100%;
	background-color: #FFFFFF;
	bottom: 0px;
}

/* links menu styles*/
#links {
	clear: both;
	text-align: right;
	font-size: 1.1em;
	padding: 5px 0 7px 0;
	border-bottom: 1px solid #FF6600;
	border-top: 1px solid #FF6600;
	width: 100%;
	margin: 5px 0 10px 0;
}

/* heading styles */
h1 {
	font-size: 2em;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 0;
	clear: both;
	text-align: right;
	background-color: #C10000;
	width: 100%;
	display: block;
}
h2 { 
	color: #FFFFFF;
	font-size: 1.5em;
	margin: 15px 0 10px 0;
	padding: 0;
	clear: both;
	text-align: left;
	background-color: #F1440A;
	width: 100%;
 }
h3 { 
	color: #FFFFFF;
	font-size: 1.2em;
	margin: 20px 0 10px 0;
	padding: 0;
	clear: both;
	text-align: left;
	width: 100%;
	background-color: #F97804
}

/*link colours*/
a:link, a:visited { color: #C10000; }
a:active, a:hover { color: #F1440A; }

hr { margin: 15px 0 0 0; }
table {
	border: solid 1px #F8DA0C;
	width: 100%;
	vertical-align: bottom;
	border-spacing: 0;
}
th {
	border: solid 1px #F8DA0C;
	font-size: 95%;
	padding: 5px 2px 5px 2px;
	vertical-align: bottom;
}
td {
	border: solid 1px #F8DA0C;
	font-size: 95%;
	padding: 5px 2px 5px 2px;
	vertical-align: bottom;
	border-spacing: 0;
}
.thinColumn { width: 1%; }
.img { padding: 0; margin: 0; }
.imgRight { border: solid 2px #D7670D; margin: 0 0 5px 5px; }
.note { font-size: 80%; color: #999999; font-weight: bold; }


/* gallery styles */

#showDiv{
	width:100%;
	height:100%;
	position:absolute;
	text-align: center;
	display: none;
	cursor:pointer;
	top: 0;
	left: 0;
}
#showDiv IMG{
	margin-top: 5px;
	border: 10px solid #FFFFFF;
	cursor: pointer;
}
#backdrop{
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}


/* footer */
#footer {
	text-align: center;
	padding: 5px 0px 5px 0px;
	clear: both;
	}
		
/* print styles */
@media print {
	#content { 
	width: 100%;
	padding: 0 0 0 1px;
	 }
	table {
	width: 98%;
	padding: 0;
	}
	}