/* CSS Documentby Ben Scott: www.webdesignerforum.co.uk */

body {
	background-image: url(images/background.jpg); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #f7f4ee; /** Website BG colour (matches canvas colour in Step 1) **/
	font-family: arial,sans;
	font-size: 10pt;
	margin: 0px;
}

#container {
	width: 768px;
	margin: 0 auto;
	top: 0px;
	text-align: center;
	border: 0px solid black;
} 

div.header
{
	width: 768px;
	border: 0px solid black;
	text-align:center;
}
div.content
{
	font-family: arial,sans;
	width: 760px;
	border: 0px solid black;
	text-align:left;
	margin:5px;
}
div.links
{
	font-family: arial,sans;
	width: 760px;
	border: 0px solid black;
	margin: 0 auto;
	text-align:center;
	margin:5px;
}
div.footer
{
	font-family: arial,sans;
	font-size: 8pt;
	width: 760px;
	border: 0px solid black;
	text-align:center;
	margin:5px;
}
.pagetitle
{
	font-family: arial,sans;
	font-weight: bold;
	font-size: 30pt;
	color: #285A79;
}
.subtitle
{
	font-family: arial,sans;
	font-weight: bold;
	font-size: 12pt;
	color: #285A79;
}
.center
{
	width: 760px;
	margin: 0 auto;
	text-align:center;
}
.border
{
	border: 1px solid black;
	width:90%;
}
div.events
{
	text-align:center;
	float:left;
{
div.organizations
{
	text-align:left;
{
