/********************

Cherrylicious Designs
Style Sheet by Mady Mellor
August 2009

********************/


div.header {
	position:absolute;
	top:33px;
	left:15px;
	z-index:500;
}

div.navigation {
	position:absolute;
	top:101px;
	left:45px;
	z-index:1000;
	font-family:arial, sans-serif;
	

}

img.gallery
{
    border-color: white;
    border-width: 7px;
    border-style: solid;
}


div.content {
	width:250px;
	text-align:left;
	font-size:9pt;
	font-family:helvetica, sans-serif;
	color:#FFFFFF;
	z-index:400;
	
}

table.main {
	position:absolute;
	width:950;
	left:15;
	height: 529;
	top:97px;
	z-index:300;
	border-collapse: collapse;	

}

p {
	color:#FF0099;
	font-size:x-small;
	position:absolute;
	left: 820px;
	top: 628px;
	font-family: helvetica, sans-serif;
}

div.enter {
	position:relative;
	top: -78px;
	font-family:helvetica, sans-serif;
	font-size: large;
	color:#FF0099;
}

a:link {
	text-decoration: none;
	font-weight:bold;
	color:#FF99CC;
}

a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#FF99CC;
}

a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#FF0099;
}

a.current {
	color:#FF0099;
}

body {
	background-color:#FBDBE9;
	font-size:small;
}

