
html,body{
	height:100%;
	margin:0;
	padding:0;
	}
		
body{
	background: url("../../_ima/bg.jpg") fixed #392E28;
	text-align:center;
	margin: 0px; 
	padding: 0px;
	color: #ffefe3;	
	font: 14px/20px Georgia, sans-serif;
	}
			
#vert-hoz{
	position: absolute;
	/* top: 50%; */
	left: 50%;
	/* margin-top: -385px; half elements height*/
	margin-left: -419px;/* half elements width*/
	width: 838px;
	height: 570px;
	}
	
#top-bg {
	background: url("../../_ima/top.png");
	width: 838px;
	height: 20px;
	}
#mid-bg {
	background: url("../../_ima/mid.png") repeat-y;
	width: 840px;
	}
#bot-bg {
	background: url("../../_ima/bot.png");
	width: 838px;
	height: 20px;
	}
#vert-bg {
	background: url("../../_ima/vert-bg.png") #201811 repeat-x;
	width: 800px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	}
	
#orange-border {
	border: 1px solid #8b4c1a;
	width: 793px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 10px 0px;
	display: block;
	}
	
.logo {
	background: url("../../_ima/roys-station.png");
	margin: 10px 0px 0px 0px;
	width: 425px;
	height: 94px;
	}
.logo-intro {
	width: 425px;
	float: left;
	padding: 35px 0px 0px 30px;
	}
		
.photo-flickr {
	width: 296px;
	float: right;
	padding: 10px 20px 15px 0px;
	}

.roys-photo {
	background: url("../../_ima/roys-photo.png");
	width: 296px;
	height: 185px;
	}
.roys-photo-2 {
	background: url("../../_ima/roys-photo-2.png");
	width: 296px;
	height: 199px;
	}

.breaker {
	width: 760px;
	height: 0px;
	line-height: 0px;
	clear: both;
	border-top: 1px solid #544133;
	border-bottom: 1px solid #090705;
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 0px;
	}

.thirds {
	color: #ffefe3;
	width: 208px;
	float: left;
	text-align: left;
	font-size: 13px;
	padding: 0px 35px 0px 20px;
	overflow: hidden;
	}

.thirds-contact-us {
	width: 208px;
	float: left;
	text-align: left;
	padding: 0px 35px 0px 20px;
	overflow: hidden;
	}

.thirds-thankyou {
	width: 208px;
	height: 200px;
	float: left;
	text-align: center;
	padding: 0px 35px 0px 20px;
	overflow: hidden;
	}
	
	.thirds-thankyou p {
	font-size: 16px;
	}
	
	.thirds-breaker {
		float: left;
		width: 0px;
		height: 210px;
		border-left: 1px solid #544133;
		border-right: 1px solid #090705;
		}
		
.inputs {
	width: 200px;
	text-align: right;
	color: #666;
	}
.submits {
	float: right;
	margin: 13px 0px 0px 0px;
	}
		
.footer {
	background-color: #201812;
	height: 22px;
	font-size: 12px;
	text-align: left;
	border: 0px;
	margin: 0px;
	padding: 4px 10px 0px 10px;
	color: #b58158;
	}

.barefoot, .barefoot img, .teance, .teance img {
	float: left;
	clear: none;
	}	

/*____________________________________________________________________________________________Links_*/

a:link {
	color: #fe9c52;
	text-decoration: none;
	font-style: italic;
	padding: 1px;
	}
a:visited {
	color: #fe9c52;
	text-decoration: none;
	font-style: italic;
	padding: 1px;

	}
a:hover {
	color: #251d16;
	background-color: #fe9c52;
	text-decoration: none;
	font-style: italic;
	padding: 1px;

	}
a:active {
	color: #fe9c52;
	text-decoration: none;
	font-style: italic;
	padding: 1px;
	}
.left-align {
	margin: 0px 0px 0px 0px;
	padding: 40px;
	text-align: left;
	}	
.photo-flickr a:hover {
	background-color: transparent;
	}
	
/*____________________________________________________________________________________________Helpers_*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.display-block { display: block; margin: 0px; padding: 0px; }



	
	