
.outermost_body { 
text-align: left; 
width: 800px; 
padding: 5px; 
/* height: 500px;  */
margin: 0 auto; 
 
}




#copyright {
text-align: center;
color: #FFF;
padding-top: 15px;	
font-size: 11px;
font-weight: normal;
}



	.error {
		color: #CC0000;
		font-weight: bold;
		font-size: 10px;
	}
	

#form td, .form_text {
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
}

input, select, textarea {
	border: 1px solid #666;
	
}

input, select {
font-size: 10px;
	font: Arial, Verdana, Lucida Grande, Geneva, sans-serif;
	}

input:hover, textarea:hover, select:hover {
  border: 1px solid #CC0000;
  
}

input:focus, textarea:focus, select:focus {
	border: 2px solid #666;
}

/* Navigation */

#navigation {

	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;

}

#navigation a
{
	color: #333;
	font-weight: bold;
	background: url(http://www.ramblinghouse.com/images/css/new_tab_left1.png) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	margin-left: 5px;

}


#navigation a span
{
background: url(http://www.ramblinghouse.com/images/css/new_tab_right1.png) no-repeat top right;
	padding-right: 10px;
	

}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover, #navigation .active
{
	color: #fff;
	font-weight: bold;
	background: url(http://www.ramblinghouse.com/images/css/new_tab_left1.png) no-repeat left top;
	padding-left: 10px;
}

#navigation a:hover span, .activeright
{
background: url(http://www.ramblinghouse.com/images/css/new_tab_right1.png) no-repeat right top;
padding-right: 10px;
}

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;

}

#navigation li
{
	float: right;
	margin: 0;
	list-style: none inside none;
} 

#preload { display: none; }

#content {
	border: 3px solid #ffc000;
	background: #e29604;
	margin-top: 16px;
	
}

.celtic {
	background: #e29604 url(http://www.ramblinghouse.com/images/css/celtic_knot.gif) no-repeat right bottom;
	padding-bottom: 146px;

}


