


a:visited {
	color: #000;
	border: 0px;
	text-decoration:none;
	color:#2F1F0F;
	font-weight:bold;
}
a:active {
	color: #000;
	border: 0px;
	text-decoration:none;
	font-weight:bold;	
}
a:link {
	color: #000;
	border: 0px;
	text-decoration:none;
	font-weight:bold;
}
a:hover  {
	color: #000;
	border: 0px;
	text-decoration:underline;
	font-weight:bold;
}

img {
	border: none;
	padding:0px;
	margin: 0;
	
}


body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-top: 0px;
	background-color: #1C0E00;
	background-image: url(../images/bgPattern.gif);
	background-repeat: repeat;
	background-position: top center;
	text-align: center;
	min-width: 800px;
	width: 800;
	color:#2A1C0E;
}
#copy {
	font-family: "Courier New", Courier, monospace;
	color:#2A1C0E;
	font-size: 14px;
}

#container {
	top: 0px;
	width: 800px;
	margin: 0px auto;
	padding: 0;
}

.heading {
	font-size: 24px;
	font-weight: bold;
}

#client	{
	padding: 10px;
}

#header {
	
	padding: 40px 50px 15px 25px;
	width: 725px;
	height: 100px;
	margin: 0px auto;
	
	background-color: #000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}

#headerSplash {
	
	padding: 40px 50px 15px 25px;
	width: 725px;
	height: 50px;
	margin: 0px auto;
	
	background-color: #000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}

#content {
	position: relative;
	width: 700px;
	min-height: 100px;
	margin: 0px auto;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: top center;
}

#contentSplash {
	width: 700px;
	min-height: 100px;
	margin: 0px auto;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: top center;
}

#bottom {
	width: 800px;
	height: 256px;
	margin: 0px auto;
	padding: 0;
	text-algin: left;
	background-color: #000;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#bottomSplash {
	width: 800px;
	height: 256px;
	margin: 0px auto;
	padding: 0;
	text-algin: left;
	background-color: #000;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#copyright {
	padding-top: 10px;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #f7dfc3;
	margin: 0px auto;
}
#menu {
	width: 222;
	height: 101px;
