body {
	/*background:url('/i/background_gradient2.jpg') top left repeat-x;*/
	text-align: center;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}



#box {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
}




#menu {
	background: #020202;
	width: 950px;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

	#menu a {
		display: block;
		float: left;
		width: 80px;
		height: 45px;
		line-height: 45px;
		color: white;
		text-transform: uppercase;
	}
	
	
	#menu ul li ul {
		visibility: hidden;
		position:absolute;
		height:0;
		top:45px;
		left:160px; 
		width:200px;
		background: #141414;
	}
	
	#menu ul li ul a {
		left:160px; 
		width:200px;
		background: #141414;
		height: 25px;
		line-height: 25px;
		border-top: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
	}
	
	.bottom	{
		border-bottom: 1px solid white;
	}
	
	#menu ul li ul li {
		background: #141414;
		border-top: 1px solid white;
	}
	
	#menu ul li ul li a:hover {
		background: #666;
	}
	
	#menu ul li:hover ul,
#menu ul a:hover ul { visibility:visible; }

	#menu a img {
		border: none;
	}
	
	

#picture-tile {
	float: left;
	text-align: right;
	width: 950px;
	height: 226px;
}

#menu-slide{
margin-top: -250px;
}

#content {
	float: left;
	background: url("/i/plane-bg.gif") top no-repeat;
	text-align: left;
	width: 950px;
	clear: both;
}

	#main-content {
		float: left;
		width: 55%;
		
	}
	
	#main-content-front {
		float: left;
		width: 100%;
		
	}
	
	.continue	{
		clear: both;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	
	
	#sidebar {
		float: right;
		padding: 25px;
		width: 30%;
	}
	
		#sidebar table {
			width: 100%;
			font-size: 1.3em;
		}
		
		#sidebar table td {
			padding: 2px;
		}

	#content h2, #content h3, #content p {
		padding: 0 25px;
		color: #666;
	}
	
	table#conference {
		padding: 0 25px;
	}
	
	table#conference td {
		font-size: 1.3em;
		color: #666;
		vertical-align: top;
	}
	
	table#conference td.soft {
		color: #ccc;
	}
	
	#content p {
		font-size: 1.3em;
	}
	
	#main-content a {
		font-weight: bold;
	}


#stoppress	{
			border: 1px solid #666;
			background: #eee;
		}

#footer {
	float: left;
	height: 75px;
	clear: both;
	width: 950px;
	border-top: 1px solid #bbb;
	background: url("/i/footer_logo.gif") top left no-repeat;
}

	span.leftcopy {
		float: left;
		color: #bbb;
		width: 250px;
		text-align: left;
		margin: 15px 0px 0px 55px;
	}
	
	span.rightcopy {
		float: right;
		text-align: right;
		width: 600px;
		color: #bbb;
		margin-top: 15px;
	}

a {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
}

img {
	border: none;
}

table#clients {
	width: 100%;
}

table#clients img {
	border: 1px solid #333;
}

table#clients p {
	padding-top: 0;
	margin-top: 0;
}
