	body {
	background-image: url(ardbeg_background.jpg);
	}
	
#container {
	width: 600px;
	\width: 620px;
	w\idth: 600px;
	padding-left: 10px;
	}
	
#container p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 2px;
	color: white;
	}
	
 h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	margin-bottom: 6px;
	}
	
 h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	text-align: right;
	margin-bottom: 6px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 2px;
	}
	
#container ul {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 20px;
	list-style: none;
	padding-left: 0px;
	}
	
	
#content {
	width: 250px;
	margin-left: 150px;
	}
	
.dotted-line {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	color: white;
	}
	a:link {
		color: white;
		text-decoration: none;
		}
		a:visited {
		color: white;
		text-decoration: none;
		}
		a:hover {
		color: white;
		text-decoration: underline;
		}
		
	.float-left {
		float: left;
		margin-right: 10px;
		}
		
	.float-right {
		float: right;
		margin-left: 10px;
		}