@charset "UTF-8";
body {
	margin: 0px auto 0px auto;
	background-color: #500001;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-y;
}
/* css hidden from IE6 */
html>body {
	margin: -15px auto 0px auto;
}
p {
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: transparent;
}


ul{}
li{
color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: transparent;
list-style:inside;

}



td {
}
h1{
color: #500001;
	font-size: 16px;
	font-family:  Georgia, "Times New Roman", Times, serif;

font-style:italic;
	line-height: 16px;
	background-color: transparent;}
	
	h2{
color:blue;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;

font-style:italic;
	line-height: 14px;
	background-color: transparent;}

a:link {
	color: #bd3a1d;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #bd3a1d;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #bd3a1d;
	font-weight: bold;
	text-decoration: none;
}
.wrapper {
	width: 990px;
	margin: 0 auto 0 auto;
	 
	background:url(images/wrapbg.jpg) repeat-y;	
}

.left {
	width: 385px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	background:url(images/lftcontent.jpg) repeat-y;
}
.right {

	width: 524px;
	float: left;
	margin-left: 0px;
	
	background:url(images/content.jpg) repeat-y;
}
.clear {
	clear: both;
}

.corner {
width:385px;
height:602px;
background:url(images/lftcorner.jpg) no-repeat;
}

.logo{

width:605px;
height:130px;
background:url(images/logo.jpg) no-repeat;

}

.content{
width:605px;

background:url(images/content.jpg) repeat-y;
}


.footer {
	position:relative;
	top:25px;
	width: 990px;
	height:175px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	
}

#menu{

background: transparent;

}

html>body #menu {
	margin-top: -9px;
}

#menu li{

color: #500001;
font-weight:bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
float:left;
display:inline;
margin-left:15px;

}
#menu li a{
color: #500001;
}
#menu li a:hover{
color: #666;
}

.content p{
	width:450px;
	margin: 15px;
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}



.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #010101;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #999;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}