/* CSS Document */
html {
	background-color:#FFFFFF;
	border:0;
	padding:0;
	margin:0;
	
	}

body {
	background-color:#FFFFFF;
	color:#BBBDBF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%
	border:0;
	padding:0;
	margin:0;
	}
	
p{ color: gray; font-family: verdana; font-size: 90%; font-weight: 100; }
h5{ color: gray; font-family: verdana; font-size: 140%; font-weight: 100;}
a:link {color: gray; text-decoration:none;}
a:visited { color: gray; text-decoration:none; }
a:hover { color: red; text-decoration:none; }

 


img {
	border:0;
	padding:0;
	}	
	
#heading {
	width:100%;
	position:relative;
	text-align:left;
	padding-top:40px;
	padding-left:80px;
	margin-bottom:40px;
	
	}
	
#footer {
	width:100%;
	position:relative;
	text-align:left;
	padding-left:80px;
	}
.container {
	width:100%;
	overflow:hidden;	
	}
.dividing {
	background-image:none;
	background-repeat:repeat-x;

	}
#pictures {
white-space:nowrap;
margin-top:5px;
margin-bottom:15px;
overflow:auto;
overflow-y:hidden;
height:420px;
width:96%;
/*
position:absolute;
left:0px;
*/
	}
.pictures {
white-space:nowrap;
margin-bottom:15px;
/overflow:hidden;
height:400px;
width:100%;
/*
position:absolute;
left:0px;
*/
	}
.picspace img {
	padding-right:10px;
	}
#pictures img {
	display:inline;
	padding-right:10px;
	}
#line_container       
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	top: -82px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	
}

#nav {
	height:22px;
	}
	#line_1  
{
	float:left;
	position: relative;
	top: -222px;
	width: 100%;
	height: 2px;
	background-color:#000000;
}
#line_2  
{
	float:left;
	position: absolute;
	top: 230px;
	width: 100%;
	height: 2px;
	background-color:#000000;
}
	
