html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    }
a {
	color: #A72F2E;
	text-decoration: underline;
}

a:hover {
	color: #A72F2E;
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 8px;
}

.right {
	text-align: right;
}

a img { border: 0; }

body {
    font: 11px Arial, Helvetica, sans-serif;
	background-color: #333326;
    color: #333326;
    }

#container {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    }

#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    }

#inner {
    width: 952px;
		height: 590px;
    margin: 0 auto;
    padding: 0;
		background-color: #fff;
    }
#startContent {
	position: relative;
	padding-top: 180px;
	width: 952px;
}
.block {
	position: relative;
	float: left;
	width: 136px;
	height: 272px;
	border: none;
}
.txtblock {
	margin: 0 30px;
	line-height: 135%;
	position: relative;
	float: left;
	width: 136px;
	height: 272px;
	text-align:justify;
}
#logo {
	position: absolute;
	margin-top: 50px;
	margin-left: 670px;
	z-index: 10;
}

#wat_content {
	position: relative;
	float: left;
	width: 816px;
	height: 272px;
}

#wat_menu_container {
	position: relative;
	float: left;
	width: 172px;
	height: 272px;
}

#wat_menu {
	width: 172px;
	height: 258px;
}
#wat_label {
	width: 172px;
	height: 14px;
	padding-left: 30px;
	overflow: hidden;
	display: none;
}

#wat_menu li, #wat_menu ul{
	margin:0;
	padding:0;
	list-style: none;
}
#wat_menu ul{
	padding-left: 30px;
}
#wat_menu li{
	padding-bottom: 10px;
	font-size: 12px;
}
#wat_menu li a {
	text-decoration: none;
	color: #000;
}
#wat_menu li a.selected {
	text-decoration: none;
	color: #B00E45;
}

#wat_display {
	position: relative;
	float: left;
	width:580px;
	height: 272px;
	overflow: hidden;
}

#wat_nav {
	position: relative;
	float: left;
	width:	40px;
	height: 272px;
	margin-left: 22px;
}

.wat_bullet {
	margin-bottom: 5px;
}
