body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(169, 177, 182);
	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: #000000;
}
.oneColFixCtr #container {
	width: 790px;  /* 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. */
	font: normal 16px 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: normal;
	text-align:justify;
	color: #444;
}
.oneColFixCtr #header {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
.oneColFixCtr #nav {
	padding: 0 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #page {
	padding: 0 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 14px Trebuchet MS, Arial, Tahoma, Sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #navcontainer {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 solid #fff;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font: 69%/1.3em Trebuchet MS, Arial, Tahoma, Sans-serif;
}
.oneColFixCtr #navcontainer td {
	background:url(images/button_off.jpg);
	border: 0px;
	cursor:pointer;
	text-decoration: none;
	color: #FFFFFF;
	border-width: 1px;
	border-color: #ccc #ccc #999999 #999999;
	border-style: solid;
}
.oneColFixCtr #navcontainer td:hover {
	background:url(images/button_sea.jpg);
	color:#000000;
}
.oneColFixCtr #navcontainer a {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtr #navcontainer a:hover {
	text-decoration: none;
	color: #000;
}
.oneColFixCtr #navcontainer a:visited {
	text-decoration: none;
	color: #FFFF;
}
h1, h2, h3 {
}
h1 {
	margin-top: 10px;
	font: normal 14px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #006699;
	padding: 0px 0 0px 0px;
	font-weight: Bold;
}
h2 {
	margin-top: 10px;
	font: 14px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #006699;
	padding: 0px 0 0px 0px;
	font-weight: normal;
}
h3 {
	margin-top: 10px;
	font: 14px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #006699;
	padding: 0px 0 0px 0px;
	font-weight: Bold;
}
h4 {
	font-size: 15px;
	font-weight:lighter;
	text-align:center;
	color:#A6C3B8;
}
h1, h2, h3, p {
	padding: 0px;
	margin: 0;
}


#page a {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
#page a:hover {
	color: #666666;
}


/* footer */
#footer-bottom {
	background:#D0D9E2;
	text-align: center;
	color: #666666;
	border:#333333 solid 0px;
}
#footer-bottom a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-bottom a:hover {
	color: #006699;
}
#footer-bottom p {
	padding:10px 0;
}
#footer-bottom h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #283036;
	background: #A6C3B8 repeat-x 0 0;
	border: none;
	cursor:pointer;
	text-align: center;
}
#page ul li {
	list-style-image: url(images/bullet.jpg);
	margin-left: 35px;
	color: #444;
	font: 14px 'Trebuchet MS', Tahoma, Sans-serif;
}
#main-bg {
	background:url(images/page1.jpg) no-repeat;
}
#problems-bg {
	background:url(images/ian-back.jpg) no-repeat;
}
#about-bg {
	background:url(images/neck.jpg) no-repeat;
}
#contact-bg {
	background:url(images/neck2.jpg) no-repeat;
}
