body	{
	position: relative;
	background-color: #666666;
}

a:link		{color: #cccccc; text-decoration: underline;}
a:visited	{color: #e5e5e5; text-decoration: underline;}
a:hover		{color: #b96657; text-decoration: underline;}
a:active	{color: #b96657; text-decoration: underline;}

#ContainerMain {
	position: relative;
	background-color: black;
	width: 800px;
	margin: 0px auto 0px auto;
}

#ContainerTop {
	background-color: black;
	border-bottom: .5em solid #b96657;
	width: 800px;
	height: 201px;
	padding: 0px;
	margin: 0px;
}
#ContainerMiddle {
	width: 800px;
	min-height: 320px;
	height:auto !important;
	height:320px;
	background-color: rgb(40,40,40);
	z-index: 8;
}

#containernav {
	position: absolute;
	top: 250px;
	left: 35px;
	background-color: rgb(40,40,40);
	width: 100px;
	/*margin: 50px 0px 0px 30px;*/
	line-height: 15px;
	z-index: 6;
}

#containerright {
	background-color: rgb(40,40,40);
	width: 580px;
	z-index: 6;
}

#ContainerH1 {
	position: static;
	width: 470px;
	padding: 25px 0px 0px 0px;
	z-index: 7;
}

#ContainerBottom {
	position: static;
	background-color: rgb(10,10,10);
	width: 800px;
	height: 45px;
	z-index: 20;
}

#containercounter {
	width:800px;
	margin: 0px auto 0px auto;
	padding:30px 0px 0px 385px;
}

h1	{font-size: 13px;
	color: #ffffff;
	color: #b96657;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

h2	{border: solid blue .07em;
	width: 50%;
	color: yellow;
	font-family: Verdana, sans-serif;}

.h1	{font-size: 13px;
	color: #ffffff;
	color: #b96657;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

p	{font-size: 12px;
	font-style: normal;
	font-family: Arial, sans-serif;
	color: #CCCCCC; }

p#1	{font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: purple; } 

#p2	{font-size: 9px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #cccccc; }

.p1	{
	font-size: 0.8em;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height:230%;
	color: #333;
}

li	{font-size: 13px;
	font-family: Arial, sans-serif;
	color: #cccccc; } 

img#1	{SRC="Logo4.jpg"; }
