/* CSS (C) 2010 Tomos Jenkins for Chris Rushton website only */

/* Firefox is lame. */
a:active, a:focus {outline: 0;}
img {border: 0px none;}

body {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url("../images/texture8121809_e.jpg");
	font-family: 'Optima-Regular', 'Optima', 'Trebuchet MS', sans-serif;
	margin: 0px;
}

#main {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	
}

#title {
	position: relative;
	display: block;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 80px;
	width: 300px;
}

#title #maintext {
	display: block;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 37px;
	letter-spacing: 9px;
	line-height: 37px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	width: 400px;
}

#title #line {
	position: relative;
	display: block;
	height: 1px;
	width: 280px;
	background-color: #FFFFFF;
	left: 5px;
}

#title #subtext {
	position: relative;
	display: block;
	font-size: 12px;
	letter-spacing: 3px;
	margin-top: 8px;
	/*left: 45px;*/
	left: 5px;
}

#nav {
	position: relative;
	display: block;
	width: 440px;
	left: 370px;
	margin-top: -47px;
	text-transform: uppercase;
	font-size: 13px;
}

#nav a {
	margin-right: 20px;
}


a,a.visited {
	position: relative;
	color: #dddbdb;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
}

#nav a.currentpage:hover {
	border-bottom: solid 1px #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content {
	position: relative;
	display: block;
	width: 650px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#imagestrip {
	position: relative;
	display: block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/strip.jpg") no-repeat;
	width: 663px;
	height: 81px;
}

.spacer {
	padding-bottom: 20px;
	height: 1px;
	width: 1px;
	position: relative;
	
}

.borderimage {
	border: 2px solid #FFFFFF;
}

.currentpage {
	border-bottom: #FFFFFF dotted 1px;
	color: #FFFFFF;
}