body {
	font: 100% "Courier New", Courier, monospace;
	background: #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: #999999;
}

img
{  border-style: none;
}

.clayton {
	background-image: url(../images/kidszone/clayton_background.jpg);
}
.oneColFixCtrHdr #container {
	width: 550px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: lighter;
	font-size: 24px;
	color: #CCC;
}

h1 {
	font-weight: lighter;
	font-size: 24px;
	color: #CCC;
}

h2 {
	font-weight: lighter;
	font-size: 20px;
	color: #CCC;
}

h3 {
	font-weight: lighter;
	font-size: 18px;
	color: #CCC;
}
.soapsecrets #container {
	width: 400px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

.soapsecrets a {
	text-decoration: none;
color: #9900ff;
}

.soapsecrets a:hover {
	text-decoration: none;
color: #96F;
}
.viaduct a {
text-decoration: none;
color: #009999;
}

.viaduct a:hover {
color: #0C9;
}

.ireland a {
text-decoration: none;
color: #00FF00;
}

.ireland a:hover {
color: #cc9933;
}



.ireland h1 {
	color: #ccc;
	font-weight: lighter;
	font-size: 20px;
}


.ireland h4 {
	color: #ccc;
	font-weight: lighter;
	font-size: 17px;
}

.space a {
text-decoration: none;
color: #F00;
}

.space a:hover {
color: #F60;
}

.kids a {
text-decoration: none;
color: #ff00ff;
}

.kids a:hover {
color: #F6F;
}

.kids {
	font-size: x-large;
	}

.nocolor a {
	color: #000;
}

.nocolor a:hover {
color: #000;
}

.monk p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.monk a {
text-decoration: none;
color: #999900;
}

.monk a:hover {
color: #960;
}

.monk2 a {
text-decoration: none;
color: #999900;
}

.monk2 a:hover {
color: #960;
}

.public a {
text-decoration: none;
color: #993300;
}

.public a:hover {
color: #963;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	text-align: left;
	font-size: 16px;
}


	
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color: #000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


