A:link {color: black; text-decoration: none;}
A:visited {color: black; text-decoration: none;}
A:active {color:black; text-decoration: none;}
A:hover {color:white; background: #17547F;}

body {
	margin: 0;
	padding: 0;
	background: #17547F url('images/dropshadow.png') repeat-y top center;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	text-align: center; /* IE fix */
}

p {
	text-align:justify;
}

em {
	color: #680000;
	font-style: normal;
}

a.playroom:hover {
color:white;
background: #980000;
}

table {
	text-align:center;
	font-size: 13px;
}

div#header {
	height: 170px;
	background: #FFF;
	position: relative;
	width: 780px;
	margin: 0 auto;
	border: 0 solid white;
	border-width: 20px 0;
}

div#container {
	margin: 0 190px;  /* IE fix */
	max-width: 850px;
	background: #FFF;
	min-height: 100%;
	}

html>body div#container { /* IE fix */
	margin: 0 auto;
}

div#content {
	margin: 0;
	padding: 0 20px 10px 20px;
	max-width: 850px;
	background: #FFF;
	text-align: justify;
}

ul#menu, ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#menu {
	height: 28px;
}
ul#menu li {
	float: left;
}
ul#menu li a {
	text-decoration: none;
	color: #FFF;
	padding: 0 2px;
	line-height: 28px;
	margin: 0 2px;
	display: block;
	background: #17547F;
	border-radius: 5px;
	border: 1px solid #17547F;	
	-moz-border-radius: 5px; /* Firefox fix */
	-webkit-border-radius: 5px; /* Safari fix */
	-khtml-border-radius: 5px; /* Some other fix */
}

ul#menu li a:hover {
	color: #17547F;
	background: #FFF;
}

ul#menu li a.playroomhead:hover {
	color: #980000;
	background: white;
	border: 1px solid #980000;
}

div#description { 
	position: relative;
	left: 40px;
	overflow:scroll;
	border: 3px ridge;
	width:340px; 
	height: 450px;
	font-size:11px;
	text-align:justify;
}

div#photo{
	position: relative;
	top: -550px;  
	left: 400px;
	height: 10px;
	max-width: 420px;
	text-align: center;
}
