/* CSS Document */


body {
	margin:0;
	padding:0;
	background-image:url(images/background_veil.jpg);
	font-family: "helevetica Neue", Arial, helevetica, san-sarif;
	border: 0;
	max-height: 100%;
	margin-bottom: 10px;
}

#outershell {
	position: absolute;
}
	  
h1 {
	color:#000000;
	background-color:#999999;
	padding:8px;
	margin-bottom:20px;
	text-align:center;
	font-size:40px;
	width:750px;
}

h2 {
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	align-center:text;
}

h3 {
	color:#000000;
}	
	
p {
	color:#000000;
	padding:10px 10px 10px 10px;
	margin:10px;
	line-height:18px;
}

#middle {
	float: left;
	width: 600px;
	padding:10px;
	border:none;
	overflow: visible;
	left: 120px;
	visibility: visible;
	position:absolute;
	margin-left:30px;
}


.images {
	float:left;
	margin:10px;
	margin-right:30px;
	clear:right;
}
		
.paragraph {
	color:#000000;
	padding:10px 10px 10px 10px;
	margin:10px;
	line-height:18px;
	float:right;
}

#orderul ul {
	list-style:none;
}

#footer {
	line-height:10px;
	color:#990000;
	margin:10px;
	margin-top:10px;
	width:600px;
	height:60px;
}	


#links {
	margin-top:90px;
	margin-right:30px;
	float:left;
	width:125px;
	position:absolute;
	font-family: "helevitica Neue", Arial, helvitica, san-sarif;
	left: 13px;
	top: 69px;
}


#tabs { 
	padding: 0;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}


#tabs ul{
	margin:0;
	padding:0;
	list-style:none;
}

#tabs li{
	margin: 0 2px 0 0;
	padding: 0;
}

#tabs a{
	display: block;
	color:#000000;
	margin: 0 2px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	border-bottom:#000000;
}

#tabs a:hover{
	background-color:#999999;
}

#tabs #current a{ /*currently selected tab*/
	background-color:#CCCCCC;
}				
