	/*
	
	ATM Stylesheet
	December 2006
	
	The record for the most-stolen book from public libraries is held by...the Guinness Book of Records.
	*/
	
	/*
	Main formatting
	*/
	body,
	html {
		margin:0;
		padding:0;
		height:100%;	
	}
		
	
	body {
	background:#6298c6;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align: center;
	color:#000000;
	min-width:800px;
	}
	
	img{
	border:0;
	}
	
	A:link {text-decoration: none; color:#336699;} 
	A:visited {text-decoration: none; color:#336699;} 
	A:active {text-decoration: none; color:#336699;} 
	A:hover {text-decoration: underline; color:#336699;}	
	
	#container {
	margin:0 auto;
	margin-top:0px;
	}
	
	#sky {
	background:url(images/sky.jpg);
	height:86px;
	width:100%;
	cursor:pointer;
	text-align:center;
	}
	
	#skytext {
	width:760px;
	text-align:right;
	padding-top:70px;
	margin:0 auto;
	margin-top:0px;
	}
	
	
			
	#header {
	background:url(images/header_bg.jpg);
	height:87px;
	width:100%;
	cursor:pointer;
	text-align:center;
	}
	#header-logo{
	width:760px;
	text-align:left;
	margin:0 auto;
	margin-top:0px;
	}
	#main-container{
	background-color:#FFFFFF;
	width:100%;
	}
	#main {
	background:url(images/text_bg.jpg) repeat-x;
	background-color:#FFFFFF;
	width:900px;
	/*height:600px;*/
	margin:0 auto;
	margin-top:0px;
	}
	
	
	#nav {
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:180px;
	font-size:120%;
	text-align:left;
	height:400px;
	}
	
	#maintext{
	
	float:left;
	width:360px;
	margin-top:15px;
	text-align:left;
	}
	
	
	#gallery{
	float:right;
	margin-top:15px;
	width:260px;
	}
	
	#gallery img {
		border: 5px solid #ffffff;
		margin-bottom:10px;
		}
		
	#gallery A:link {text-decoration: none; color:transparent;} 
	#gallery A:visited {text-decoration: none; color:transparent;} 
	#gallery A:active {text-decoration: none; color:transparent;} 
	#gallery A:hover {text-decoration: none; color:transparent;}	
		
	#gallery ul {
		margin-left: 0;
		padding-left: 0;
		/*white-space: nowrap;*/
		}
		
	#gallery li {
		display: inline;
		list-style-type: none;
		padding-right:10px;
		}
	
	
		
	.formError {
		color:#990000
		}
	
	#footer {
	clear:both;
	background:url(images/footer.jpg) repeat-x top;
	height:45px;
	}

	.clearer { clear:both; }
	
	.navlist {
		padding-left: 0;
		margin-left: 0;
		width: 100%;
		text-align:left;
		}
		
	.navlist li {
		list-style: none;
		margin: 0;
		}
		
	.navlist ul {padding:0px;margin-left:0px;}
	.navlist ul li{margin-left:5px; list-style-type:none;}
	.navlist ul li ul {padding:0px; margin-left:10px;}		