html {
	height: 100%:
}

body {
	height: 100%;
	background-color: #36322E;
	background-image: url(../images/newbgd.jpg); 
	background-position: bottom center; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
	margin: 0px;
	overflow-y: auto;
}

i {
	font: normal 11px verdana;
	color: #808080;
}

a {
	text-decoration: none;
	color: #CE4553;
}

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

.nav {
	font: bold 11px verdana;
	text-decoration: none;
	color: #CE4553;
	margin: 3px;
}

.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.pnav {
	font: normal 10px tahoma;
	letter-spacing: 1px;
	text-decoration: none;
	color: #9B9682;
}

.pnav:hover {
	text-decoration: underline;
	color: #CECEBD;
}

.boxyborder {
	border: 1px solid #FFFFFF;
}

.content {
	background-color: #FFFFFF; 
	border: solid 1px #000000; 
	padding: 10px 10px 0px 10px;
	font: normal 11px verdana;
	line-height: 15px;
}

.header {
	font: 100 20px tahoma;
	line-height: 25px;
	color: #CE4553;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #CE4553;
	margin: 0px 0px 15px 0px;
}

.pbase {
	font: normal 10px tahoma;
	letter-spacing: 1px;
	color: #CECEBD;
 	margin-top: 2px;
}

.pbaseblack {
	font-size: 2px;
	color: #000000;
	border: 1px solid #000000;
}

