body { 
	background: #343757;
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family: arial;
	color: #000;
	}
#bg{
	background: url("images/bg.png")  repeat-y;
	width: 800px;
	margin: 0 auto;}

#top1 {
	background-image:url('images/silverbubbles1.png');
	height: 100px;
	width: 800px;
	}
#top2 {
	background-image:url('images/silverbubbles2.png');
	height: 100px;
	width: 800px;
	}
#top3 {
	background-image:url('images/silverbubbles3.png');
	height: 100px;
	width: 800px;
	}
#top4 {
	background-image:url('images/silverbubbles4.png');
	height: 100px;
	width: 800px;
	}
#top5 {
	background-image:url('images/silverbubbles5.png');
	height: 100px;
	width: 800px;
	}
#top6 {
	background-image:url('images/silverbubbles6.png');
	height: 61px;
	width: 800px;
	}

#content {
	float: right;
	width: 360px; 
	background: #3f415a;
	font-family: century;
	margin: -5px 140px 00px 10px;
	text-align: left;
	}

#menu {
	float: right;
	width: 150px; 
	background: #343757;
	font-family: century;
	margin: -50px 5px 0px 2px ;
	text-align: center;
	}
#menu a{
	color: #000000;
	width: 150px;
	display: block;
	float:left;
	letter-spacing: 0px;
	border-left: 2px solid;
	background-color: #8698b0;
	margin: 0px 0px 0px 1px;
	text-align: center;
	}
#menu a:hover{
	color: #547e62;
	width: 150px;
	display: block;
	float:left;
	letter-spacing: 2px;
	border-left: 2px solid;
	border-color: #7b7597;
	background-color: #ffffff;
	margin: 0px 0px 0px 1px;
	text-transform: none;
	text-align: center;
	}
	

#bottom {
	clear: both;
	height: 96px;
	width: 800px;
	background-image:url('images/bottom.png');
	}

a:link{ 
	color: #d8c1ca; 
	text-decoration: none; 
	}

a:visited {
	color: #d8c1ca; 
	text-decoration: none; 
	}

a:active { 
	color: #d8c1ca; 
	text-decoration: none; 
	}
a:hover { 
	color: #69303d; 
	text-decoration: none; 
	}

h1 {
	margin: 0px; 
	margin-top: -15px;
	color: #619852; 
	padding: 4px;
	font: 20px century gothic, sans-serif;
	text-transform: lowercase;
	text-align: left;}

h1:first-letter	{
	color: #e9c9c1;
	font-family: georgia, serif;
	font-size: 34px;
	text-transform: uppercase;
	font-style: italic;}

h2 {
	font-size: 12px; 
	color:#ffffff;
	margin: 0px; 
	margin-left: 1px; 
	margin-top: 2px; 
	margin-right: -3px;
	padding: 2px;
	background-color: #1d1e2d;
	text-transform:lowercase;
	text-align: center;}


b {color:#759866; letter-spacing: 2px; font: 12px tahoma; font-weight:bold;}
i {color:#759866; letter-spacing: 2px; font: 12px tahoma; font-style: italic;}
u {color:#759866; border-bottom:#ffffff 1px dotted;}


