* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(images/webdesign/bg1.png)
}
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:805px;
	height:878px;
	color: #000000;
	background-color: #ffffff;
	text-align:left;
	z-index:1;
}

#menubar {
	position:absolute;
	left:2px;
	top:147px;
	width:800px;
	height:30px;
	z-index:10;
}

#bottombar {
	position:absolute;
	left:0px;
	top:675px;
	width:804px;
	height:8px;
	background: url(http://www.geocities.com/cwatsonbowen/images/webdesign/bottomdivider.jpg) top left no-repeat;
	z-index:2;
}
ul {
	margin: 20px;
	list-style-type: square;
}
h1 { 
	font-weight: bold;
	font-size:1.2em;
	color: #333333;
	background-color: transparent;
}
h2 {  
	font-size: 1.0em;
	font-weight: bold;
	color: #404824;
	background-color: transparent;	
}
h3 {  
	font-size: 1.2em;
	font-weight: bold;	
	color: #E26604;
	background-color: transparent;  
}

img {
	border:0px;
	margin:0px;
}
.imgleft {
  float: left;
	margin-right: 15px;
}
.imgright {
  float: right;
	margin-left: 15px;
}

.clearboth {
	clear: both;
}

a:link {
	color: #0000CC;
	text-decoration:none;
}
a:visited {
	color: #0000CC;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
a:active {
	text-decoration: underline;
}

#footerlinks {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:15px;
	width:779px;
	height:48px;
	color: #FFFFFF;
	text-align:center;
	background-color: transparent;
	z-index:3;
}
#footerlinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footerlinks a:visited {
	color: #FFFFFF;;
	text-decoration: none;
}
#footerlinks a:hover {
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: underline;
}
#footerlinks a:active {
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: none;
}
