body 
{
background-image: 
url('watermark2.gif');
background-repeat: 
no-repeat;
background-attachment: 
fixed;
background-position:
top center
width: 720px;
margin: 0px;
padding: 0px; 
font-size: 16;
font-weight:100;
font-family: verdena;
}
.border{
margin:0px auto;
width:320px;
text-align:center;
border:7px solid rgb(184,173,159);
}
.iborder{
border:4px solid rgb(61,58,54);
}
body {background-color: rgb(215,209,196)}
A:link { color: rgb(152,108,164); TEXT-DECORATION: none; font-weight: normal }
A:visited {color: rgb(100,40,140); TEXT-DECORATION: none; font-weight: normal }
/* must switch */
A:active { color: rgb(100,40,140); TEXT-DECORATION: none }
A:hover { color: rgb(120,70,143); TEXT-DECORATION: none; font-weight: none }
hr {color: rgb(184,173,159)} 
div#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 188px;
}
div#navbar {
	position: absolute;
	left: 0px;
	top: 197px;
	width: 154px;
	height: 400px;
	background: rgb(205,198,183);
}

div#copyright {
	width: 532px;
	margin-left: 188px;
	font-size: 10; 
	text-align: center;
	clear: both;
}
div#mainpage {
	width: 532px;
	margin-left: 188px;
	text-align: center;
}
div#main {
	width: 720px;
	height: 550px;
}
