/* Tags */
body {
	font: 62.5%/133% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	background: url(../_img/layup/bg.png) no-repeat;
	text-align: center;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
}
h1,
h2 {
	font: bold 1.6em Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	height: 35px;
}
hr {
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	height: 1px;
}
form, 
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
button {
	font-size: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	cursor: pointer;
} 
legend {
	display: none;
}

/* Structure */

#contents{
	margin: 0 auto;
	padding: 0 0 0 40px;
	width: 770px;
	height: 581px;
	text-align: left;
	background: url(../_img/layup/main_bg.gif) no-repeat 40px 0;
}
#middle {
	margin: 0;
	float: left;
	width: 320px;
	height: 229px;
}
#middle h1 {
	margin: 0 0 15px 0;
}
#text {
	width: 335px;
	padding-right: 20px;
	height: 178px;
	overflow: auto;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color:  #F94AA9;
	scrollbar-track-color: #F94AA9;
	scrollbar-darkshadow-color: #fff;
}
#topbar {
	padding-top: 30px;
	height: 116px;
}
#topbar h1 {
	display: block;
	text-indent: -9000px;
	width: 388px;
	height: 65px;
	background: url(../_img/layup/logo.gif) no-repeat;
}
#contact p {
	display: block;
	text-indent: -9000px;
	width: 329px;
	height: 48px;
	margin: 0 0 30px 20px;
	background: url(../_img/layup/contact.gif) no-repeat;
}
#leftside {
	width: 222px;
	height: 264px;
	float: left;
	margin: 0 22px 0 -40px;
}
#leftside ul {
	list-style: none;
}
#leftside li {
	height: 32px;
	margin: 0 0 2px 0;
}
#leftside li a {
	padding: 0 0 0 20px;
	text-decoration: none;
	text-transform: lowercase;
	font: bold 1.6em Arial, Verdana, Helvetica, sans-serif;
}
#leftside li a:hover {
	color: #5D81C3;
}
#rightside {
	float: right;
	width: 207px;
}
#pic {
	position: absolute;
	width: 207px;
	height: 182px;
	margin: 141px 0 0 555px;
	background: url(../_img/layup/pic.png) no-repeat;
}
table {
	border-collapse: collapse;
	margin: 0 0 10px 1px;
}
th {
	padding: 8px 0;
}
th.top {
	padding-top: 3px;
}
td {
	padding: 4px 5px;
	text-align: center;
	border: 1px solid #fff;
}
td.first {
	width: 25%;
	background: #E23A95;
}
#gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gallery li {
	display: inline;
	width: 98px;
	height: 79px;
	margin-right: 5px;
}
#gallery a img {
	border: 4px solid #fff;
	margin-bottom: 5px;
}
#gallery a:hover img {
	filter: Gray;
	opacity: 0.8;
}
.dates p {
	float: left;
}
.dates .month {
	margin-top: 10px !important;
}
.dates span,
.dates strong {
	float: left; 
	display: inline;
}
.dates span {
	width: 110px;
}
.dates strong {
	width: 200px;
}
#footer {
	clear: both;
	margin: 0;
	padding: 4px 0 0;
	width: 770px;
	height: 79px;
	background: url(../_img/layup/bottom.gif) no-repeat 0 4px; 
}


/* Extras */

.clear{
	clear: both;
}
.hidden {
	position: absolute; 
	left: -9999px; 
}
.hand {
	cursor: pointer;
}
.textleft {
	text-align: left !important;
}
.textcenter {
	text-align: center !important;
}
.textright {
	text-align: right !important;
}
.right {
	float: right;
}
.left {
	float: left;
}
.printlogo {
	display: none;
}

/* Hide if Flash */

.flashInstalled #middle h1,
.flashInstalled #leftside,
.flashInstalled #footer {
	visibility: hidden;
}
.flashInstalled #footer {
	background: url(../_img/layup/bottom_off.gif) no-repeat 0 4px !important;  
}

/* Gallery Popups */

#popup,
#popup2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    background: url(../_img/layup/bg_mask.png);
}
#popcontent {
    margin: 0 0 0 -195px;
    position: absolute;
    left: 50%;
    width: 395px;
    height: 550px;
    background: #fff;
    text-align: left;
}
#popcontent span {
    margin: 10px 0 0 10px;
    display: block;
    width: 375px;
    height: 500px;
}
#popcontent2 {
    margin: 0 0 0 -350px;
    position: absolute;
    left: 50%;
    width: 687px;
    height: 550px;
    background: #fff;
    text-align: left;
}
#popcontent2 span {
    margin: 10px 0 0 10px;
    display: block;
    width: 667px;
    height: 500px;
}
#popcontent a,
#popcontent2 a {
    margin: 12px 12px 0 0;
    padding-right: 12px;
    text-align: right;
    display: block;
    font-weight: bold;
    color: #c00068;
    text-decoration: none;
    background: url(../_img/layup/close.gif) no-repeat right 4px;
    outline:0;
}
#popcontent a:hover,
#popcontent2 a:hover {
    color: #e23995;
    text-decoration: none;
}


