body{
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: black;
	background-image: url("images/gradientBg.jpg");
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
	color:#fff;
	}
	
#container {
	width: 950px;
	height: 725px;
	margin: 0px auto 62px auto;
	padding:0;
	border: 1px solid transparent; 
	text-align:left;
	color:white;
	background-color: transparent;
	background-image: url("images/VeniceBg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	}

#main {
	position: relative;
	top:0px;
	height:530px;
	background-color:#666666;
	margin: 71px 60px 5px 60px;
	border:1px solid #999999;
	}

#left{
	position: absolute;
	top:10px;
	left:0;
	width: 395px;
	height:510px;
	margin:0 10px;
	overflow:hidden;
	border: 1px solid #333333;
	background: #999999;
	}
#right{
	position: absolute;
	top:10px;
	left:50%;
	width: 395px;
	height:510px;
	margin:0 10px 0 5px;
	overflow:hidden;
	border: 1px solid #333333;
	background: #999999;
	}
		
#left h1, #right h1{
	width: 95%;
	margin:5px auto;
	padding:5px;
	color: #fff;
	background: #333333;
	font-size:1em;
	line-height:1.5em;
	font-family: verdana, arial, sans-serif;
	}

#left h2, #right h2{
	width: 95%;
	margin:5px auto 5px auto;
	padding:5px;
	color: #fff;
	background: #666666;
	font-size:.95em;
	line-height:1em;
	font-family: verdana, arial, sans-serif;
	}
	
#left h3, #right h3{
	width: 95%;
	margin:5px auto 2px auto;
	padding:3px;
	color: #fff;
	background: #AAA;
	font-size:.95em;
	line-height:1em;
	font-family: verdana, arial, sans-serif;
	}
		
#left p, #right  p{
	width: 95%;
	margin: 0px auto;
	padding:2px;
	color: #000;
	font-size: .85em;
	font-family: verdana, arial, sans-serif;
	}

a:link, a:visited{
	color: #000099;
	}		
a:hover, a:active, a:focus{
	color: #fff;
	background: #000099;
	}

	
/******************************* Nav and Menu styling  ***********************************/

#navcontainer {
	margin: 0;
	padding: 0;
	}

#navcontainer ul {
	list-style: none;
	margin:  0;
	padding: 0 0 0 527px;
	border: none;
	font-size:.95em;
	}
	
#navcontainer li {
	display: block;
	margin: 47px 0 0 0;
	padding: 0;
	float: left;

	}

#navcontainer a{
	color: #000;
	display: block;
	width: auto;
	text-decoration: none;
	background:  #666;
	background-image: url("images/NavBtnBg.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #666;
	}

#navcontainer a:hover, 
#navcontainer a:active { 
	background-image: url("images/NavBtnHvr.jpg");
	background-repeat: repeat-x;
	color: #fff; 
	border-bottom: 1px solid #0000CC;
	}

#navcontainer a.active:link, 
#navcontainer a.active:visited{
	position: relative;
	z-index: 102;
	background-image: url("images/NavBtnBg.jpg");
	background-repeat: repeat-x;
	font-weight: bold;
	}

#navcontainer a.current{
	border-bottom: 1px solid #0000CC;
	}

#footer{
	margin: 10px 0 0 0;
	padding: 0;
	}

#footer p{
	margin: 0;
	padding: 0;
	font-size: .70em;
	text-align: center;
	line-height: 1.25em;
	}
	
table{
	width:96%;
	margin:0 auto;
	border:2px solid #666;
	}
		
th{
	background: #333333;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-bototm: 1px solid #666;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	}

tr{
	
	background: #666;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	}
td{
	width:32%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-bototm: 1px solid #666;
	}