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

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

#Container {
	width: 700px;
	height: 580px;
	position: absolute;
}

#ContainerBanner {
	width: 700px;
	height: 191px;
	position: absolute;
}

#ContainerRed {
	width: 700px;
	height: 4px;
	top: 191px;
	background-color: #b96657;
	position: absolute;
	z-index: -1;
}

#ContainerMain {
	width: 700px;
	height: 380px;
	top: 200px;
	background-color: #000;
	position: absolute;
	z-index: 8;
}

#ContainerNav {
	background-color: black;
	width: 120px;
	height: 250px;
	top: 23px;
	left: 40px;
	position: absolute;
	z-index: 10;
}

#ContainerLineVert {
	background-color: black;
	height: 250px;
	width: 15px;
	top: 17px;
	left: 140px;
	border-left: solid .1em #b96657;
	position: absolute;
	z-index: 1;
}	

#ContainerH3 {
	width: 470px;
	height: 30px;
	top: 15px;
	left: 170px;
	padding: 5px;
	position: absolute;
	z-index: 5;
}

#ContainerRtHome {
	width: 500px;
	height: 360px;
	top: 20px;
	left: 170px;
	position: absolute;
}

#ContainerRight2 {
	width: 460px;
	height: 300px;
	top: 60px;
	left: 210px;
	position: absolute;
}

#ContainerRtPort {
	background-color: black;
	width: 460px;
	height: 370px;
	top: 10px;
	left: 230px;
	position: absolute;
}

#ContainerGrtDesign {
	background-color: black;
	width: 700px;
	height: 45px;
	top: 536px;
	position: absolute;
	z-index: 10;
}


h1	{font-size: 14px;
	color: #000000;
	font-family: Verdana, sans-serif;}

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

h3	{font-size: 13px;
	color: #ffffff;
	color: #b96657;
	font-style: italic;
	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; }

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

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