body {
	margin: 0px;
	padding: 0px;
	font: 62.8% "trebuchet MS", verdana, arial, sans-serif;
	background: url(../images/greystep.gif) repeat-x;
	background-color: #cccccc;

}

* {
	margin: 0px;
	padding: 0px;
}

div#container {
	margin-top: 0;
}

#banner {
	height: 249px;
	background: #DEF1F7 url(../images/cloudbg.jpg) repeat-x;
}

#logo {
	position: absolute;
	top: 1.5%;
	/* makes logo move up on smaller screens but stay  away from the top in most cases */
	margin: 0;
	left: 1%;
	z-index: 5;
	border: 0;
}

img.xmas {
	float: left;
	margin-left: -200px;
	margin-top: -37px;
	z-index: 4;
}


#intro {
	position: absolute;
	width: 190px;
	margin: 230px 0 0 2%;
	z-index: 5;
}

#intro h2 {
	font: 120% "trebuchet MS", verdana, arial, sans-serif;
	color: #FFCCCC;
	margin-bottom: 0;
	padding-bottom: 0;
}

#clouds {
	background: url(../images/movingcloud.gif) no-repeat;
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 382px;
	height: 168px;
	top: 5%;
	margin-left: 100px;
	z-index: 3;
}

hr {
	color: #7d7d7d;
	/* for IE */
	background-color: #7d7d7d;
	/* for Ffox */
	border: none;
	height: 2px;
}

#nav {
	margin: 0;
	width: 100%;
	position: absolute;
	background-color: #CCCCCC;
	height: auto;
	font-size: 120%;
	z-index: 9;
	line-height: 150%;
}

#nav ul.nav {
	margin: 0;
	padding-left: 210px;
	width: 100%;
	border-style: none;
}

#nav li {
	display: inline;
	margin: 25px 12px 0 12px;
	border-style: none;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	border: none;
	outline: none;
}

#nav a:hover {
	color: #E95B2F;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

#body_home #nav_home a,#body_about #nav_about a,#body_www #nav_www a,#body_how #nav_how a,#body_cont #nav_cont a,#body_priv #nav_priv a {
	font-weight: bold;
	text-decoration: none;
	color: #CC3405;
}

#wall {
	width: auto;
	margin-top: 35px;
}

ul.sites {
	position: absolute;
	list-style: none;
	margin: 20px 0 0 0;
	z-index: 1;
	top: 249px;
	background: url(../images/bricks.gif) repeat;
	width: 100%;
}

ul li.sites {
	width: 140px;
	height: 140px;
	float: left;
	margin: 20px 20px 0 20px;
	/* gap between */
	padding: 20px 10px 0 0;
}

ul li#door {
	width: 140px;
	float: right;
	margin-top: 40px;
	margin-right: 20px;
	bottom: -10px;
}

ul li a {
	width: 140px;
	height: 140px;
}

ul li a img { border: 0; }

#mininav {
	margin: 600px 40px 0 40px;
	width: auto;
	text-align: center;
	background-color: #cccccc;
}

#mininav ul.mininav {
	margin: 0;
	padding-left: 0;
}

#mininav li {
	display: inline;
	margin: 0 10px 0 10px;
}

#mininav li:first-child { margin-left: 0; }


#mininav a:link, a:visited {
	text-decoration: none;
	color: #000000;
	outline: none;
}

#mininav a:hover {
	color: #17b9f5;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

#body_home #mininav_home a,#body_about #mininav_about a,#body_www #mininav_www a,#body_how #mininav_how a,#body_cont #mininav_cont a,#body_priv #mininav_priv a,#body_priv #mininav_disc a,#body_priv #mininav_copy a,#body_type #mininav_type a {
	font-weight: bold;
	text-decoration: none;
	color: #CC3405;
}

#lastline { margin: 10px 0 10px 20px; }

p.lastline {
	width: auto;
	font-size: 90%;
	color: #5F001A;
}

p.lastline a:link, p.lastline a:visited {
	text-decoration: none;
	color: #5F001A;
	outline: none;
}

p.lastline a:hover {
	text-decoration: underline;
	color: #E95B2F;
	outline: none;
}

.clearfloat { /* appears just before footer to keep it under all; it's actually used with a BREAK */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

