body {
	background-image: url(p_bg.gif);
	text-align: center;
}
.holder {
	width: 675px;
	border: 1px solid #6B173B;
	background-color: #FFFFFF;
	
}
.logo {
	background-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6B173B;
	margin: 6px 6px 1px;
	
}
#nav {
	float: left;
	width: 161px;
	background-color: #DBD4C2;
	margin-left: 3px;
	height: 320px;
}

#main {
	float: left;
	width: 501px;
	background-color: #F0EDE6;
	background-image: url(m_bg.gif);
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 320px;
}

#header {
	padding-top: 40px;
}



#header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6B173B;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBD4C2;
}

#content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6B173B;
	text-align: justify;
	margin-right: 20px;
	margin-left: 22px;
	margin-top: 10px;
	font-weight: lighter;
}

#content a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6B173B;
}

#content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.iln {
	float: left;
	width: 161px;
	background-color: #DBD4C2;
	margin-left: 3px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 6px;
}

.avtr {
	float: left;
	width: 501px;
	background-color: #DBD4C2;
	height: 45px;
	margin-bottom: 6px;
	margin-top: 1px;
	margin-right: 1px;
	text-align: right;
	vertical-align: bottom;

}

#avtr2 {
	width: 675px;
	padding-right: 5px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B173B;
	padding-top: 5px;
	
}


#avtr2 a:link, a:visited {
	color: #990000;
	text-decoration: underline;	
}

#avtr2 a:hover {
	color: #666666;
	text-decoration: underline;	
}

.clearBoth {
	clear: both;

}



#nav ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#nav a {
	display: block;
	width: 150px;
	background-color: #DBD4C2;
	border-bottom: 1px solid #FFFFFF;
	color: #6B173B;
}

#nav a:link, #navlist a:visited {
	color: #6B173B;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	height: 25px;
	padding-top: 7px;
	padding-left: 10px;
}

#nav a:hover {
background-color: #C6BB9D;
color: #fff;
}

#avtive {
background-color: #C6BB9D;
color: #fff;
}

