﻿body {
	background-color: #CECDB2;
}

#navig {
	background-color: #988598;
	
	background-image: url(/Images/navigside.png);
	background-repeat: repeat-y;
	background-position: top right;
	right: auto;
}

#navig a{
	font-family:Arial;
	font-size:90%;
	color:white;
	text-transform: uppercase;
	text-align:left;
}
#navig a span{
	text-transform: capitalize;
}

#counter {
	border-top: thin solid white;
	border-bottom: thin solid white;
}

.centerC {
	text-align: center;
}
.indentC {
	margin-left: 40px;
	float: left;
}

