body {
	background-color: #003f4b;
	margin: 0px;
}

body, p {
	color: #d9d9d9;
	font-family: verdana;
	font-size: 9pt;
}

div.container {
	width: 100%;
	min-width: 950px;
	max-width: 1500px;
	background-color: #003f4b;
	margin-left: auto;
	margin-right: auto;
}

div.header {
	background-image: url("http://www.railfots.co.uk/files/style2/top.php");
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	min-width: 950px;
	height: 150px;
}

div.header_left {
	float: left;
	width: 40%;
	min-width: 250px;
	margin-top: 115px;
	height: 35px;
}

div.header_right {
	float: left;
	width: 60%;
	min-width: 550px;
	margin-top: 115px;
	height: 35px;
}

div.header_left p {
	padding-top: 6px;
	padding-left: 10px;
	font-size: 12pt;
	text-align: left;
}

div.header_right p {
	padding-top: 8px;
	padding-right: 10px;
	font-size: 10pt;
	text-align: right;
}

div.header_right a, div.header_right a:visited, div.header_right a:link {
	color: #d9d9d9;
	text-decoration: none;
	font-weight: normal;
}

div.header_right a:hover {
	text-decoration: underline;
}

div.content {
	padding: 5px;
}

div.content_main {
	margin-right: 210px;
}

div.photo_landscape, div.photo_square {
	width: 602px;
	margin-left: auto;
	margin-right: auto;
}

div.photo_portrait {
	width: 302px;
	margin-left: auto;
	margin-right: auto;
}


div.photo_thumb {
	width: 150px;
	float: left;
	margin: 5px;
}

div.photo_thumb_image {
	height: 150px;
	margin-bottom: 3px;
}

div.photo_thumb_desc {
	height: 50px;
	overflow: hidden;
	font-size: 11px;
}

div.thumbs {
	
}


p {
	margin: 0px;
}

p.subtitle {
	font-size: 11pt;
	font-weight: bold;
}

p.small {
	font-size: 8pt;
}

p.centre {
	text-align: center;
}

p.welcometext {
	margin-left: 120px;
	margin-right: 120px;
}

a, a:visited, a:link {
	color: #00829b;
	text-decoration: underline;
	font-weight: bold;
}

div.sidebar a, div.sidebar a:visited, div.sidebar a:link {
	color: #00829b;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	
	text-decoration: underline;
}

div.sidebar {
	width: 202px;
	float: right;
	

	margin-left: 10px;
} 

div.sidebox {
	width: 182px;
	padding: 10px 10px 10px 10px;
	background-color: #d9d9d9;
	color: #003f4b;
	margin-bottom: 10px;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
}

div.sidebox p {
	color: #003f4b;
}

p.sidetitle {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}

img.border {
	border: 1px solid #d9d9d9;
	
}

img.noborder {
	border: 0px;
}

div.sidebar img.border {
	border: 1px solid #003f4b;
}

div.footer {
	background-color: #d9d9d9; 
	padding: 5px;
}

.pb5 {
	padding-bottom: 5px;
}
