BODY {
	text-align:center;
	background-color:rgb(255,252,252);
	}
HTML {
	min-height:100%;
	margin-bottom:1px;
	}
#page {
	margin-left:auto;
	margin-right:auto;
	width:695px;
	}
A {
	text-decoration:none;
	}
A:hover, A:visited:hover {
	color:white;
	background-color:rgb(150,150,31);
	}
INPUT, TEXTAREA, BUTTON {
	background-color:rgb(255,252,252);
	border:1px solid rgb(252,66,67);
	}
BUTTON:hover {
	color:rgb(252,66,67);
	}
.formerror {
	display:block;
	padding:1em;
	color:rgb(255,0,0);
	background-color:rgb(240,240,255);
	}
.forminfo {
	padding:1em;
	color:rgb(180,0,0);
	background:rgb(240,240,255);
	}
.formprocessed {
	width:100%;
	}
#header {
	position:absolute;
	left:0;
	top:20px;
	width:100%;
	height:170px;
	background:url(styling/header.gif) no-repeat;
	}
#main {
	position:absolute;
	left:0;
	top:170px;
	width:100%;
	}
#content {
	position:relative;
	z-index:99;
	min-height:400px;
	margin:0 1em 0 10.5em;
	padding:10px 0 2em 2em;
	background:rgb(255,252,252) url(styling/background.gif) repeat-y left;
	}
#content A {
	border-bottom:1px solid rgb(202,202,202);
	}
#content A:hover {
	border:none;
	}
#content IMG {
	margin:1em;
	}
#content IMG.floatright {
	margin:0 0 1em 1em;
	}
#content IMG.floatleft {
	margin:0 1em 1em 0;
	}
#content .caption IMG {
	margin:0;
	}
#menu {
	position:absolute;
	top:0;
	left:0;
	width:11em;
	}
#menu H3 {
	display:none;
	}
#menu UL {
	margin:17px 0 20px 0;
	padding:0;
	line-height:120%;
	list-style:none;
	}
#menu UL LI {
	margin:0 1px 0 1px;
	padding:5px 0 5px 10px;
	}
#menu UL LI.kids {
	margin-bottom:5px;
	padding-bottom:0;
	}
#menu UL LI.footer {
	display:none;
	}
#menu UL UL {
	margin:5px 0 0 -11px;
	font-style:italic;
	}
#menu UL UL LI {
	margin-right:0;
	padding-left:15px;
	}
#menu .md {
	margin:15px 0 15px 0;
	padding:0;
	border-top:1px solid rgb(150,150,31);
	font-size:0px;
	}
#menu .me {
	color:white;
	background:rgb(252,66,67);
	border:solid rgb(255,180,180);
	border-width:0 0 0 1px;
	margin-right:6px;
	}
#menu .me .kids {
	color:black;
	background:white;
	}
#menu A {
	white-space:normal;
	}
#hmenu {
	display:none;
	}
#trailer {
	display:none;
	}
#ralentango #content P.clearboth {
	padding-top:3em;
	margin-bottom:0;
	}
#ralentango #content P.clearboth IMG {
	margin-top:-3em;
	}
#sites #content P {
	clear:both;
	padding-bottom:4em;
	}
