body
{
	width: 770px;
	margin: 0px;
	padding: 0px; // this is a concession to opera 7 which has margin 0, but some padding by default.
	font-size: 10px;
	color: #000000;
	background-image: url(img/craftpaper.jpg);
	font-family: Helvetica, Arial, sans-serif;
}

.centered
{
	display: block;
    text-align: center;
}

a:link { color: #7309C2 }
a:visited { color: #DF1803 }
a:active { color: #DF1803 }

/* Sets Width to Maximum allowed */
 
div#main {
	width: 770px;
}

div#leftcolumn {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 147px;
	height: 100%;
	background-image: url(img/lemon.gif);
}

div#pagelinks {
	line-height: 0%;
}

.smallbold
{
	font-size: 85%;
	font-weight: bold;
}

.heading
{
	font-size: 125%;
	font-weight: bold;
}

#nav_welcome
{
	height: 38px;
	width: 147px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(img/nav_welcome.gif) top left no-repeat;
	display: block;
}
 
#nav_welcome:hover
{
	background-position: bottom left;
}

#nav_contact
{
	height: 38px;
	width: 147px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(img/nav_contact.gif) top left no-repeat;
	display: block;
}
 
#nav_contact:hover
{
	background-position: bottom left;
}

#nav_events
{
	height: 43px;
	width: 147px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(img/nav_events.gif) top left no-repeat;
	display: block;
}
 
#nav_events:hover
{
	background-position: bottom left;
}

#nav_map
{
	height: 38px;
	width: 147px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(img/nav_map.gif) top left no-repeat;
	display: block;
}
 
#nav_map:hover
{
	background-position: bottom left;
}

#nav_new
{
	height: 38px;
	width: 147px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(img/nav_new.gif) top left no-repeat;
	display: block;
}
 
#nav_new:hover
{
	background-position: bottom left;
}

div#mainpage {
	width: 600px;
	margin-left: 170px;
}

/* Set's Style for the Copyright Paragrh text */

div#copyright p {
	font-family: Tahoma, sans-serif;
	font-size: 75%;
	font-weight: bold;
	clear: both;
	margin-left: 170px;
}
