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/fallsBg3.gif");*/
	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;
	background-image: url("images/HomePageBG2.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 71px 60px 5px 60px;
	border:1px solid #999999;
	}

#desc{
	position: absolute;
	top:15px;
	left:475px;
	width: 348px;
	height:500px;
	overflow:auto;
	border: 1px solid #333333;
	background: #999999;
	}
	
#desc 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;
	}

#desc 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;
	}
#desc 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;
	}

#desc h4{
	width: 75%;
	margin:5px auto 2px 5px;
	padding:3px;
	color: #fff;
	background: #AAA;
	font-size:.90em;
	line-height:1em;
	font-family: verdana, arial, sans-serif;
	} 
		
#desc p{
	width: 95%;
	margin: 0 auto 2px auto;
	text-align: justify;
	padding:2px;
	color: #fff;
	font-size: .85em;
	font-family: verdana, arial, sans-serif;
	}

/*************form styling *****************/

#desc form{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}
	
#desc input{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	}
	
#desc td {
	text-align:left;
	}
	
.buttons :hover{
	background-color: #333;
	border: 3px solid #80000;
	color: #fff;
	}

#desc .text{
	text-align:right;
	margin-right: 5px;
	}
		
/******************************* Nav and Menu styling  ***********************************/

a:link, a:visited{
	color: #000099;
	}		
a:hover, a:active, a:focus{
	color: #fff;
	background: #000099;
	}
	
#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 #FFCC00;
	}

#footer{
	margin: 10px 0 0 0;
	padding: 0;
	}

#footer p{
	margin: 0;
	padding: 0;
	font-size: .70em;
	text-align: center;
	line-height: 1.25em;
	}