/* Global pages start */
	body{
		text-align: center;
		margin: 0;
		background: #eeeeee;
		font-family: verdana;
		font-size: 14px;
	}
	h1, h2, h3{
		font-family: arial;
		margin-bottom: 5px;
	}
	a {
		color: #0066CC;
		font-size: 14px;
		text-decoration: underline;
	}
	a:hover {
		color: #3399FF;
		outline: none;
		text-decoration: none;
	}
	a:active{
		outline: none;
		color: #3399FF;
	}
	a: visited {
		color: #0066CC;
	}
	
	
	#top{
		width: 100%;
		height: 17px;
		margin: 0;
		padding-bottom: 3px;
		padding-top: 3px;
		text-align: left;
		font-size: 12px;
		font-family: arial;
		background: #ffffff;
		background-image:url('images/tobak_line.jpg');
		background-repeat:repeat-x;
		background-position:bottom; 
		text-align: center;
	}
	#menu{
		width: 850px;
		margin: 0 auto;
		text-align: left;	
	}
	#top a {
		color: #0066CC;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	#top a:hover {
		color: #003366;
		text-decoration: none;		
	}
	#top a:active a:visited {
		color: #0066CC;
	}
	#top ul { 
			padding: 0;
			margin: 0;
		}
	#top li { 
			display: inline;
			margin: 0;
			padding-left: 5px;
			padding-top: 0;
			padding-bottom: 0;
		}
	#main{
		text-align: left;
		width:700px;
		margin: 0 auto;
		background: #ffffff;
		padding-left: 90px;
		padding-right: 50px;
		padding-bottom: 100px;
		padding-top: 25px;
	}
	#logo {
		border: 0;
		text-align: center;
	}
	#logo b {
		text-align: left;
	}
	#archiveMenu select{
		height: 200px;
		width: 650px;
		padding-bottom: 40px;
	}
	#results{
		padding-top: 25px;
		width: 550px;
		float: left;
	}
	#resultsImages{
		padding-top: 50px;
		width: 125px;
		float: right;
	}
	#loginform{
		position: absolute;
		right: 5px;
		top: 3px;
	}
	
	#input{
		width: 450px;
		height: 200px;	
	}
/* Global pages end */