/************ Tags ************/
html{
	background-image: url('../images/background.gif');
	background-position: center;
	font-family: Georgia, Garamond, Serif;
	font-size: 10pt;
	color: #666;
	margin: 0px;
	padding: 0px;
	
}

body{
	margin:50px 0px;
	padding:0px;
	text-align: center;
}

a { color: #757577; text-decoration: none; }
a:hover, a:active { color: #7B4A05; }

h1, h2, h3, h4, h5, h6{ 
	font-family: Caecilia;
	text-transform: uppercase;
}

h1{
	font-size: 26pt;
}

h2{
	color: #704111;
	font-size: 12pt;
	margin: 20px 0px 0px; 
}

h2 a{ color: #704111; }

input, textarea{
	width: 300px;
	font-family: Georgia, Garamond, Serif;
	font-size: 10pt;
}

img.photo{
	width: 270px;
	height: auto;
	padding: 10px;
	background-color: #794b11;
	margin: 10px;
}

img.thumbnail{
	width: 180px;
	height: auto;
}


textarea{ height: 150px; }

input[type=submit] {
	width: auto;
}

td {
	vertical-align: top;
}

span.formerror {
	display: block;
	font-style: italic;
	font-size: 10pt;
}

#contact sup {
	color: #704111; 
}

/************ Container ************/
#container {
	width: 900px;
	margin:0px auto;
	text-align:left;
}

#containertube {
	background-color: #fff;
}

/************ Header ************/
#logo {
	float: left;
	width: 260px;
	height: 65px;
}

#logo img { border: 0px; }

#menu{
	display: none;
}


/************ Content ************/
#content{ clear: both; }

#content-left{ float: left; width: 260px; }

#column-top{ 
	background-image: url('../images/ronnie_goorman.png');
	background-position: top left;
	background-color: #fff;
	background-repeat: no-repeat;
	height: 120px;
}

#column-middle{ 
	background-image: url('../images/column_middle.gif');
	background-position: top left;
	background-color: #fff;
	background-repeat: repeat-y;
	padding: 1px 30px 1px 40px;
	margin: 0px;
}

#column-bottom{ 
	background-image: url('../images/column_bottom.gif');
	background-position: top left;
	background-color: #fff;
	background-repeat: no-repeat;
	height: 10px;
}

#content-right{ 
	float: left;
	width: 640px;
	padding: 15px 0px 0px 0px;
}

#content-inner p{
	margin: 0px 20px 20px 0px;
}

#content-inner{
	padding: 0px 0px 40px 0px;
}

#dotted {
	background-image: url('../images/dotted_line.gif');
	background-position: top center;
	background-color: #fff;
	background-repeat: repeat-x;
	height: 14px;
}

#content-spacer {
	clear: both;
	height: 2px; 
}

.hp-catch{
	display: none;
}


.error, .success{
	border: 1px solid #7B4A05;
	padding: 16px;
	margin: 10px 10px 10px 0;
}

.success{ border: 1px solid #757577; }
.error{ border: 1px solid #7B4A05; }

/************ Footer ************/
#footer{
	clear: both;
	padding: 4px 0px;
	height: 20px;
	text-align: right;
	color: #fff;
}