* {margin: 0px; padding: 0px;}
html {margin: 0px; padding: 0px;}
body {
	color: #000;
	background-color: #625C64;
	margin: 42px;
	padding: 0px;
	text-align: center;
}
.clear {clear: both; display: block; height: 0px; margin: 0px; padding: 0px; overflow: hidden;}

#container {
	margin: 0 auto; width: 950px; text-align: center; border: 2px solid #fff;
	min-height: 590px; height: auto !important; height: 590px;
	background: url(images/scrollside.jpg) no-repeat left top #625C64;
}

	#left {float: left; width: 165px; text-align: left;}
	
		#logo {width: 165px; height: 101px;}
		#logo a {outline: none;}
		
		#nav {text-align: left;}
		#nav ul {margin: 15px 0px 0px 0px; padding: 0px; list-style-type: none; font-family: Arial; font-size: 13px;}
		#nav ul li {margin: 0px; padding: 0px; font-family: Arial; font-size: 13px; font-weight: bold; clear: both;}
		#nav li a{
			float: left;
			text-decoration: none;
			margin: 0px 5px 0px 5px;
			padding: 8px 0px 5px 35px; /*padding inside each tab*/
			color: #2b1c30; outline: none;
		}
		#nav li a:hover, #nav li a:active, #nav li.selected a{color: #a498a4; outline: none;}
	
	#right {
		float: left; width: 785px; text-align: center;
		min-height: 590px; height: auto !important; height: 590px;
		background: url(images/scroll.gif) no-repeat #fff top;
	}

		#wrapper {
			float: left; width: 745px; min-height: 590px; height: auto !important; height: 590px; margin: 10px;
			text-align: left; font-family: Arial; font-size: 11px; color: #000; text-decoration: none;
		}
		#wrapper h1 {font-family: Arial; font-size: 14px; color: #2b1c30; text-decoration: none; margin: 0px 0px 10px 0px;}
		#wrapper p {font-family: Arial; font-size: 12px; color: #2b1c30; text-decoration: none; margin: 0px 0px 10px 0px;}
		#wrapper p a {font-family: Arial; font-size: 12px; color: #2b1c30; text-decoration: none; outline: none; font-weight: bold;}
		#wrapper p a:hover {font-family: Arial; font-size: 12px; color: #a498a4; text-decoration: none; font-weight: bold;}
		
		#wrapper a {font-family: Arial; font-size: 11px; color: #2b1c30; text-decoration: none; outline: none;}
		#wrapper a:hover {font-family: Arial; font-size: 11px; color: #a498a4; text-decoration: none;}
		#wrapper a:active {outline: none;}
		
		#wrapper table {margin: 0 auto; text-align: center;}


	#footer {
		margin: 0 auto;
		width: 950px; height: 25px; text-align: center;
		font-family: Arial; font-size: 13px; color: #2b1c30;
	}
	#footer a {font-family: Arial; font-size: 13px; color: #2b1c30; text-decoration: none; font-weight: bold;}
	#footer a:hover {font-family: Arial; font-size: 13px; color: #a498a4; text-decoration: none; none; font-weight: bold;}


