@charset "utf-8";
/* Ericka CSS Document */
* {
margin:0;
padding:0;
text-decoration:none;
list-style-type:none;
font-family:"Trajan Pro", "Times New Roman";
font-weight:bold;
border:none;
}
body {
background:#bc7c89;
}
h1 {
font-size:28px;
margin:6px 0px 12px 12px;
}
p {
margin:10px;
}
#main {
width:1000px;
height:1200px;
margin:auto;
}
#top {
width:1000px;
height:181px;
background:#a693a9;
margin-bottom:3px;
}
#content {
width:1000px;
height:1000px;
margin-top:3px;
}
.centerimg {
float:left;
margin:auto;
}

.bigcol {
width:75%;
height:1000px;
float:left;
}
.smallcol {
width:25%;
height:1000px;
}
.left {
width:537px;
height:570px;
float:left;
background:#a693a9 url(mainpanel.jpg) no-repeat top left;
overflow:auto;
}
.flash {
width:460px;
height:570px;
float:right;
margin-left:3px;
background:#a693a9;
}
#menu {
width:1000px;
height:50px;
background:#a693a9;
}
#menu ul {
margin-left:100px;
}
#menu li {
width:150px;
height:50px;
float:left;
}
#news {
float:left;
width:1000px;
height:330px;
background:#a693a9 url(newspanel.jpg) no-repeat bottom left;
margin-top:3px;
}
#news h2 {
margin:12px 0px 12px 300px;
font-size:24px;
color:#a7d6fa;
}
#news p {
margin:12px 12px 0px 300px;
}
.rates {
width:500px;
float:left;
margin:16px 0px 16px 16px;
border:1px solid #000;
border-collapse:collapse;
}

.rates td {
border: 1px solid #000;
padding:2px 6px 2px 6px;
text-align:right;
width:100px;
}
.rates .rowset {
text-align:left;
width:300px;
}
.rates .head td {
text-align:center;
color:#FFF;
}
.butterfly {
position:absolute;
top:700px;
left:200px;
width:232px;
height:242px;
background:url(butterfly.png) no-repeat;
}
.gallery {
margin:12px 0px 0px 20px;
}
.gallery li {
float:left;
width:70px;
height:100px;
margin:6px 0px 0px 24px;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
.links {
margin-top:10px;
}

.links li{
float:left;
width:300px;
list-style-type:none;
list-style-image:none;
text-align:center;
margin:6px 0px 6px 12px;
}
.links img {
border:0px;
width:300px;
}

.yesno {
width:270px;
margin:-10px 0px 0px 320px;
}
.yesno li {
margin-left:30px;
float:left;
width:60px;
color:#222;
text-align:center;
font-size:36px;
}
.yesno li a {
color:#333333;
text-decoration:none;
}
a:hover {
color:#f00;
}
.plink {
clear:both;
float:left;
display:block;
margin:24px auto 24px 390px;
}