/* layout */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0px;
	padding: 0;
}


	
	
	
.top {
    position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	min-width: 800px;
	height: 85px;
	border-left-color: #FFCCFF;
	border-left-style: ridge;
	border-left-width: 5px;
	border-top-color: #FFCCFF;
	border-top-style: ridge;
	border-top-width: 5px;
	border-bottom-color: #FFCCFF;
	border-bottom-style: groove;
	border-bottom-width: 5px;
	margin: 0px;
	padding-left: 350px;
	padding-right: 200px;
	overflow: visible;
	background-image: url(background.jpg);
	text-align: center;
	z-index: 1;
	


}




.gold {
    position: fixed;
    top: 10px;
	left: 200px;
	width: 150px;
	height: 127px;
	background-image: url(gold.gif);
	z-index: 5;


}



.gold2 {
    position: fixed;
    bottom: 0px;
	right: 0px;
	width: 60px;
	height: 80px;
	background-image: url(gold2.gif);
	z-index: 5;


}



	

.menu {
    position: fixed;
	top: 86px;
	left: 0px;
	width: 225px;
	max-width: 225px;
	height: 100%;
	border-left-color: #FFCCFF;
	border-left-style: ridge;
	border-left-width: 5px;
	border-right-color: #FFCCFF;
	border-right-style: groove;
	border-right-width: 5px;
	margin: 0px;
	padding-top: 0px;
	overflow: visible;
	background-image: url(background.jpg);
	text-align: center;
	z-index: 2;
	

}






.nav {
    position: fixed;
	top: 86px;
	left: 7px;
    width: 216px;
	height: 320px;
	background-image: url(menu.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 4;

}



.row1 {
    height: 40px;
	padding-top: 20px;
	text-shadow: 1px 1px #000000;
    text-align:center;
	vertical-align:top;

}



.row2 {
    height: 20px;
    text-align:right;
	padding-right:15px;
	text-shadow: 1px 1px #000000;
	vertical-align:top;

}


.row3 {
    height: 30px;
    text-align:left;
	padding-left: 20px;
	text-shadow: 1px 1px #000000;
	vertical-align:top;

}



.row3_5 {
    height: 30px;
    text-align: center;
	padding-left: 20px;
	text-shadow: 1px 1px #000000;
	vertical-align:top;

}



.row4 {
    height: 40px;
    text-align:center;
	text-shadow: 1px 1px #000000;
	vertical-align:top;

}


.row5 {
    height: 50px;
    text-align:center;
	text-shadow: 1px 1px #000000;
	vertical-align:top;

}


.row6 {
    height: 30px;
    text-align:right;
	padding-right:10px;
	text-shadow: 1px 1px #000000;
	vertical-align:top;

}


.row7 {
    height: 30px;
	text-align: left;
	padding-left: 20px;
	text-shadow: 1px 1px #000000;
	vertical-align:top;

}


.row8 {
    height: 40px;
	color: #000000;
	font-family: "Verdana", Verdana;
	font-size: 14px;
	text-align: center;
	text-shadow: 1px 1px #000000;
	vertical-align: bottom;

}



.ads {
	position: fixed;
	top: 530px;
	left: 50px;

}



.greeting {
    width: 451px;
	height: 308px;
    background-image: url(welcome.jpg);
	text-align:center;
}



.main {
	position: static;
	min-width: 600px;
	border: 0px;
	margin-left: 250px;
	margin-bottom: 20px;
	margin-top: 50px;
	padding-right: 60px;
	overflow: visible;
	text-align: center;
	vertical-align: top;
	z-index: -1;
}
	




/* font */

.main {
    color: #000000;
	font-family: "Verdana", Verdana;
	font-size: 14px;
	text-align: justify;

}




/* links */

.main a {
	color: #CC00FF;
	text-decoration: none;
	font-weight: normal;
	font-family: "Verdana", Verdana;
	font-size: 14px;
	text-align: left;
	vertical-align: text-top;
}



.nav a {
	color: #FF99FF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Verdana", Verdana;
	font-size: 13px;
	-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #871460;
	text-align: left;
	vertical-align: text-top;
	text-shadow: 0px 0px 4px #000, 0px 0px 15px #ffffff;
}



.nav a:hover {
    text-transform:uppercase;
	font-size:12px;
	text-shadow: 1px 1px 1px #000, 0px 0px 15px #c53267;

}



.nav a:visited {
    color: #FF99FF;

}




a:active,
a:visited {
	color: #CC00FF;
	text-decoration: none;
}

a:hover {
	color: #FF66FF;
	text-decoration: underline;
}