/* GENERAL RULES */
body {
	margin: 0 0 0 0;
	color: #000;
	background: #374254;
	font-family: "Verdana", sans-serif;
}

p {
	margin: 0 188px 1.3em 10px;
	font-size: 75%;
	line-height: 1.3em;
}

p span.smallTxt {
	font-size: 90%;
}

a,a:active,a:visited {
	color: #374254;
	text-decoration: underline;
}

a:hover {
	color: #374254;
	text-decoration: none;
}

hr.sep {
	height: 1px;
	margin: 10px 0 1em 10px;
	width: 554px;
	color: #374254;
}

td,th,div {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

/* tables */
table.main {
	border: 1px solid #ffffff;
	background: #FFFFFF;
	background: url(images/background.gif) repeat-y;
}

td.content {
	padding: 14px 17px 0 9px;
	background: #E1E7DB;
	background: url(images/background.gif) repeat-y;
}

table.roomMain {
	background: #ffffff;
	margin: 0 0 1.3em 10px;
}

table.grounds tr td p {
	margin: 2px;
}

table.footer tr td p {
	color: #F3F2C2;
	margin: .3em 0 .3em 0;
}

table.footer a, table.footer a:active, table.footer a:visited {
	color: #F3F2C2;
	text-decoration: none;
}

table.footer a:hover {
	color: #F3F2C2;
	text-decoration: underline;
}

/* IMAGES */
img {
	border: 0;
}

img.nav {
	margin-top: -1px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

