body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background-sb.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	letter-spacing: -1px;
	padding: 10px 10px 0px 0px;
}
.maintext {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.subtitle {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #0099CC;
	text-decoration: none;
}
.textlinks {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
}
.maintextbold {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.navigation {
	font-family: Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	letter-spacing: -1px;
}
.xhtmlvalid {
	font-family: Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #33CC00;
	text-decoration: none;
}
.cssvalid {
	font-family: Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFCC00;
	text-decoration: none;
}
.imagebox {
	padding: 2px;
	border: 1px solid #999999;
	margin: 2px;
}
.webfont {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 3pc;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	word-spacing: normal;
	text-shadow: 0px 2px 3px #000000;
	letter-spacing: -2px;
}
.imageroll {
	border: 3px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.imageroll:hover {
	border: 3px solid #0099D5;
	margin-top: 5px;
	margin-bottom: 5px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1pc;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
ul, li, img {
	margin: 0; padding: 0; border: 0;
	list-style: none;
}
#portfolio {
	width: 400px; margin: 0px auto;
}
#portfolio li {
	list-style: none; float: left; margin: 5px;
}
	#portfolio a img {
		border: 3px solid #CCCCCC;
	}
		#portfolio a:hover img {
			border: 3px solid #0099CC;
		}
ul#nav {
	width: 760px; margin: 0 auto; text-align: center; overflow: hidden;
	}
		ul#nav li {
			float: left; list-style: none;
			}
				ul#nav li a {
				display: block; width: 140px; height: 40px;
				padding: 20px 0 0 0; margin: 0 0 0 0;
				font: bold 12px Helvetica, Arial, Sans-Serif; text-transform: uppercase; 
				colour: #FFFFFF; text-shadow: 0 1px 3px #000000; text-decoration: none;
				background: url(images/signpost.png) 0 -80px no-repeat;
				}
					ul#nav li a:hover {
						background: url(images/signpost.png) 10px 0 no-repeat;
						color: #FFFFFF; text-shadow: 0 2px 3px #4c2222;
						}
						
						
						ul#nav li a:link {
	color: #FFFFFF;
}
ul#nav li a:visited {
	color: #FFFFFF;
}
ul#nav li a:active {
	color: #FFFFFF;
}
.floatright {
	padding: 5px;
	float: right;
}
.floatleft {
	padding: 0px 15px 5px 0px;
	float: left;
}

