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

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

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

h1, h2{ 
	font-family: Caecilia;
	text-transform: uppercase;
}

h1{
	font-size: 26pt;
}

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

h2 a{ color: #704111; }

h3, h4, h5, h6{
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 0;
}

.small{
	font-size: 80%;
}

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

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

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: 50px auto;
	text-align:left;
}

#containertube {
	background-color: #fff;
}

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

#logo img { border: 0px; }

#menu{
	float: left;
	position: relative;
	text-transform: uppercase;
	width: 640px;
	padding-top: 16px;
}

#menu ul {
	margin: 0; padding: 0;
	display: block;
	list-style: none;
	position: relative;
	float: left;
}
#menu ul li {
	float: left;
	margin: 0; padding: 0;
}

#menu ul li a {
	padding: 10px 15px;
	display: block;
	text-decoration: none;
}

#menu ul li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:22px;
	display: none;
	width: 640px;
}
#menu ul li:hover span { display: block; }
#menu ul li span a { display: inline; }


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

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

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

#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;
}

#content-inner div{
	margin-top: 20px;
}

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

#vdotted{
	background-image: url('../images/dotted-vertical.gif');
	background-repeat: repeat-y;
	background-position: top right;
}

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

/************ Footer ************/
#footer{
	clear: both;
	margin-top: 5px;
	padding: 4px 0px;
	height: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	font-size: 10pt;
}

.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; }