/* CSS Document */
/*  GREEN: #5F6F28;
	LT. GREEN: #B1C75D;
	YELLOW: #FCDB32;
	*/
	
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

a {
	color: #B1C75D;
}

a:hover	{
	color: #5F6F28;
}

img {
	border: 0px;
}

#headarea {
	height: 200px;
	width: 691px;
}
/*
#contentarea {
	background-image: url(images/bg_rose_right.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

#linkarea {
	background-image: url(images/bg_rose_left.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 209px;
}
*/
.title, .tabletitle {
	font-weight: bold;
}

.tabletitle {
	color: #000000;
	background-color: #B1C75D;
	width: 100%;
}

.myshow, .mylink, .mycontent, .myalbum, .pagefooter {
	border: solid 2px #b1c75D;
}

.myalbum {
	width: 425px;
	padding: 0px;
	text-align: center;
}

.myshow	{
	width: 475px;
}

.mycontact {
	width: 541px;
}

.mylink {
	width: 615px;
	padding: 5px;
	}
	
.mycontent {
	width: 645px;
	padding: 5px;
}

.pfooter {
	text-align: right;
	font-weight: bold;
	}

#colin_image {
	visibility: visible;
	position: absolute;
	z-index: 1;
}

#mailinglist {
	visibility: hidden;
	position: absolute;
	z-index: 5;
	width: 250px;
	left: 641px;
	top: 90px;
	font-size: 10px;
	font-weight: bold;
	border: 2px solid white;
	padding: 2px;
}

#quicklinks {
	visibility: visible;
	position: absolute;
	z-index: 5;
	width: 250px;
	left: 641px;
	top: 15px;
	border: 2px solid white;
}

#maincontent {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.hiddencontent {
	color: #000000;
	display: none;
}

#firstlayer {
	z-index: 0;
}

.pagefooter {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	width: 300px;
	padding: 7px;
}

.white_link{
	color: White;
	font-size: 10px;
	font-weight: bold;
}
