	#menu fieldset {
		border: 1px solid #ccc;
		padding: 0 20px;
	}

	#welcome {
		margin: 30px;
		padding: 30px;
		border: 1px solid #ccc;
		
		font-size: small;
		font-family: Georgia, Times, serif;
		line-height: 1.5em;
		text-align: justify;
	}
	
	#welcome h1 {
		letter-spacing: 4px;
		font-style: italic;
		text-align: center;
	}
	
	#welcome .drop {
		float: left;
	  	font-size: 400%;
	  	line-height: 1em;
	  	margin: 4px 10px 10px 0;
	  	padding: 4px 10px;
	  	border: 2px solid #ccc;
	  	background: #eee;
	}

	#welcome #menu {
		float: right;
		width: 30%;
		background: #ccc;
	}
	
	#welcome #menu li{
		font-size: small;
		font-family: Georgia, Times, serif;
	}

	#authentication p{
		margin: 6px 0;
	}
	
	#authentication #thisform label {
	 	font-family: Verdana, sans-serif;
	  	font-weight: bold;
	  	color: #660000;
	}
	
	#authentication #thisform fieldset {
		border: 1px solid #ccc;
		padding: 0 20px;
	}	