body {
	background-image: url(/images/layout/v16bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: #FCF9F3;}

#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin:0 auto;
	text-align:center;
	 }

#header {
	position: relative;
	top: 0;
	}


#main {
	position: relative;
	right: 65;
	top: 4;
	width: 475;
	float: right;
}

#sidebar {
	position: relative;
	left: 74;
	width: 280;
	float; left;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.title {
	text-align: center;
	font-size:14pt;
	font-family:"Arial";
             color: #e66165;
             text-transform: uppercase; 
             text-shadow: #efe9ec 1px 1px 1px;
	padding-top: 1.5pt;
	padding-bottom: 1.5pt;
	padding-left: 3pt;
	padding-right: 3pt;
	spacing: 3px;
	line-height: 18px;
	letter-spacing: -2px;
	font-weight: bold;
	display: block;
	width: 95%;
}

.text {
	border: 1px #e4ccc3 solid;
	font-size: 9pt;
	font-family: verdana;
	background-color: #efe9ec;
	padding-top: 1.5pt;
	padding-bottom: 1.5pt;
	padding-left: 1.5pt;
	padding-right: 1.5pt;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

A:link{
	color:e66165;
	text-decoration:none;}
A:visited{
	color:e66165;
	text-decoration:none;}
A:active{
	color:e66165;
	text-decoration:none;}
A:hover{
	color:e66165;
	text-decoration:underline;
	cursor:crosshair;}

a img {border-width:1px; border-color:e66165;}

.link{
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0;
}

select {
	background-color: #e66165;
	border: 1px #e4ccc3 solid;
	color: #efe9ec;
	}
