/* #id, .class */
body {
	background-color: #fcfcfc;
}
#doc {
	background-color: white;
}

#hd {
	height: 110px;
}
h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

a.link {
	color: #fff;
}

/* The register/signin field top right */
#username {
	float: right;
}

/* Contains the nav-list */
#nav {
	background: #fff;
	top: 0px;
	left: 160px;
	width: 577px;
	height: 30px;
}

#nav-list {
	padding: 3px 0;
	margin: 2em 0 0.5em 0;
	border-bottom: 1px solid #ccc;
	line-height: 1.4em;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav li a {
	padding: 5px 0.5em;
	margin-left: 3px;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #f2f1da;
	color: #939277;
	text-decoration: none;
}

#nav li a:hover {
	color: #2d2d2d;
}

#nav li.current a {
	background: #fff;
	border-bottom: 2px solid #fff;
	color: #9c3b31;
	font-weight: 700;
}

#adtower {
	margin-top: 20px;
}

.wide {
	width:  577px;
}

.wide-map {
	width: 577px;
	height: 350px;
}

.br-table-light {
	background-color: #fafafa;
	border-color: #fafafa;
	vertical-align: top;
	width: 577px;
}

.br-table-dark {
	background-color: #ececec;
	border-color: #ececec;
	vertical-align: top;
	width: 577px;
}

#map_canvas {
	width: 280px;
	height: 280px;
}

.content-left {
	left: 0px;
	width: 160px;
	height: 550px;
	vertical-align: top;
	overflow: auto;
}
.content-right {
    width: 416px;
    height: 546px;
}

.tag {
	color: #457aff;
	cursor: pointer;
}