/* CSS Document */

/* main tags */
body {
	font: 12px, Arial, Helvetica, sans-serif;
	background-image: url(img/newgrange.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: white;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-style: italic;
	font-weight: bold;
}

#container {
	font: Arial, Helvetica, sans-serif, 12px;
	color: #000;
	top: 0px; 
	width: 750px; 
	border: double;
	margin: 25px auto 0px 40px;
	padding: 0px 0px 0px 0px;
	background:url(img/containerbg.gif); 
	background-repeat: no-repeat;
	background-position: bottom left;	
	background-color: white;
}

#header { 
	text-transform:lowercase;
	text-align: center;
}

#main {
	margin: 5px;
	font-size: 14px;
	clear: right;
	text-align:left;
}

#footer {
	float: none;
	clear: both;
	height: 219px;
	left: 0px; 
	width: 100%; 
	font-size: 10px;
	text-transform:lowercase;
	text-align: right;
}

#footer p {
	margin: 5px;
}
	