/* Style Sheet for Tanyalla Camping and Conference Centre Brouchure */
/* Author: Kathryn Thompson | Last Updated 1 January 2007 */
/* Intellectual Property of the Anglican Diocese of Rockhampton, designed by Kathryn Thompson 2006, in conjunction with Canon Janne Whitehead (Webmaster) */

body {
	background-color:#bfe2f9;
	color:black;
	}
#container {
	font-family:"times new roman", serif;
	background-color:white;
	color:black;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:20px;
	border:2px solid black;
	padding:20px;
	}
.middle {
	text-align:center;
	}
.italic {
	font-style:italic;
	}
.bold {
	font-weight:bold;
	}
.underline {
	text-decoration:underline;
	}
.right {
	float:right;
	}
