@charset "iso-8859-1";
/*
	DO NOT COPY WITHOUT CONSENT.
	
	Copyright © Cristina Steel 2008
	
	Last updated: 23/04/2008
*/
* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	text-decoration: none;
	border: none;
}



img a, a img {
	text-decoration: none;
	border: none;
}

img.title {
	margin-bottom: 6px;
}

img.right {
	float: right;
	border: 2px solid /*#caffff*/ #a80021;
	margin: 10px;
}

img.left {
	float: left;
	border: 2px solid #a80021;
	margin: 10px;
}



body {
	background-color: #111;
}

#wrapper {
	position: relative;
	min-height: 100%;
}

#titleBar {
	/*background-color: #111;*/
	background: url(goldvictorian.png);
	padding: 10px;
	text-align: center;
	border-bottom: 2px solid #555;
	font-family:Helvetica, Arial, sans-serif;
	font-size:25px;
	color:/*#333333*/#a80000;
	font-weight:550;
}

#titleBar a {
	color: #fff;
	text-decoration: none;
}

#titleBar a:hover {
	color: #caffff;
}

#menuBar {
	background: url(menubackground.gif);
	padding: 5px;
	text-align: center;
	border-bottom: 2px solid #555;
}

#menuBar ul li {
	display: inline;
	list-style-type: none;
	padding: 0px 15px;
}

#menuBar ul li a {
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #a80021;
	text-decoration: none;
}

#menuBar ul li a:hover {
	color: #a80021;
}

ul.buttonbar li {
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px 0px;
}

.buttonbar a {
	background-color: #333;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #849CAC;
	text-decoration: none;
	padding: 5px;
}

.buttonbar a:hover {
	color: #caffff;
	border-color: #caffff;
}

#content {
	padding: 30px 20px 20px 20px;
	margin: 0 auto;
	width: 600px;
	color: #ff9933/*#dfca5f*/ /*#f0e6b4*/ /*#fff*/ ;
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height: 130%;
}
#content a {
	color: gold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}
#content h1 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 20px;
	font-family: Myriad Pro;
	color: #caffff;
	text-align: left;
}

#content span {
	display: block;
	width: 600px;
	margin: 0 auto;
}
#content .headline{
font-family: Arial, Helvetica,sans-serif; 
font-size: 140%;
color:rgb(205,102,0);
margin-left:-20px;
padding:10px;
font-weight:bold;
}

#content .subhead{
font-family: Arial, Helvetica,sans-serif; 
font-size: 120%;
color:rgb(205,102,0);
font-weight:bold;
}
#content .subhead a{
text-decoration:none;
color:rgb(205,102,0);
}
#content .subhead a:hover{
text-decoration:none;
color:gold;
}

/*#content #galleryContainer {
	overflow-x: hidden;
}

#content #galleryPanel {
	width: 2000px;
}
*/
#content span .gallery {
	width: 600px;
	text-align:center;
	margin-left:-10px;
}

#content span .gallery td{
font-size:90%;
text-align:center;
vertical-align:bottom;
width:120px;
height:150px;
}

#content span .gallery img {
	border: 2px solid #a80021;
	
}
#content span .gallery td img {
	border: 1px solid #a80021;
	
}		
/*	

#content span.gallery ul {
	text-align: center;
	display: inline;
}

#content span.gallery li {
	display: inline;
	list-style-type: none;
	margin: 0px 15px;
}
*/
#content a img.gallery_leftArrow {
	float: left;
	margin-top: 38px;
	margin-left: -30px;
	text-decoration: none;
}

#content a img.gallery_rightArrow {
	float: right;
	margin-top: 38px;
	margin-right: -30px;
	text-decoration: none;
}
/*
#content span.gallery li a img, #content span.gallery li img {
	border: 1px solid #555;
	padding: 1px;
}

#content span.gallery li a:hover img {
	border-color: #caffff;
}

#content ul#galleryList {
	margin: 0 auto;
	width: 400px;
}

#content ul#galleryList li {
	padding: 0px 0px 30px 0px;
	list-style-type: none;
}

#content ul#galleryList li img.bordered {
	border: 1px solid #555;
	padding: 1px;
	float: left;
	margin-right: 10px;
}

#content ul#galleryList li .details {
	display: inline;
	line-height: 14px;
	font-size: 12px;
}
*/
#footer {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #dfca5f;
}
