/* CSS Document */
body {
	background-color:#000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
body, div, h1, ul, li{margin:0;}
body{margin-bottom:21px}
#contain{
	width: 710px;
	margin:0 auto;
	}
	
.header{
	position:relative;
	height: 170px;
	width: 680px;
	background-image: url(ny.jpg);
	background-repeat: no-repeat;
	background-color: #9f0;
	margin-top: 21px;
	border-right: 30px solid #8e0;
	}
h1 {
	text-align: left;
	color:#000;
	position:absolute;
	top: 100px;
	left: 330px;
	}
.line{position:absolute;
	height: 170px;
	top: 0;
	width:71px;
	background-image:url(lines.gif);
	background-repeat:repeat-y;
	left:240px;
	z-index:10;
	}

.bar{ 
	width:100%;
	height: 60px; 
	background-color:#000;
	}
.bar a{
	text-decoration:none;
	color:#fff;
	}
.bar a:hover, .bar a:active {color:#8e0}

.bar ul{
	padding:13px 21px 0 0; 
	margin:0 auto;
	}
.bar li {
	color:#9F0;
	display:inline;
	width: 96px;
	float: left;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	}
	
.main{
	position:relative;
	margin: 0 auto;
	text-align: left;
	width: 642px;
	background-color: #8e9966;
	height: 250px;
	padding:34px;
	border-bottom: 8px solid #8e0;
	}
a{color:#8e0; text-decoration:none}
a:hover{color:#9f0}

h3{font-size: 14px;
	margin-bottom: .5em}

#pic {
	position:absolute;
	top: 150px;
	left: 500px;
	}
.style1 {color: #09a}
.col1{
	position:absolute;
	width: 368px;
	left:311px;
	top: 35px;
}
.side{float:left; width:239px; padding:0 0 34px 0;}

p{color:#000;
	font-size:.75em;
	line-height:1.4em;
	}

img{
	border:0;
	margin:0;
	}

#footer{background-color:#99FF00; width:100%; height:50px}
#footer p{font-size:x-small }
#footer a{color:#000}
#footer a:hover{color:#909}
