/* defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	font:normal 100%/150% Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;
/*	font:normal 100%/140% Times,Georgia,Charter,'Liberation Serif','Bitstream Charter',serif; */
	background:white;
	color:#6B4C2E;
	text-align:center;
	min-width:700px;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	max-width:1200px;
}

#pghead {
	position:absolute;
	top:30px;
	left:0;
	width:100%;
	height:298px;
	background:#6B4C2E url("img/842592_window_in_the_old_wall.jpg") no-repeat 30px 30px;
}

#pglogo {
	margin:30px 30px 30px 280px;
	height:224px;
	background:#996433;
	background:#996433 url("img/urbanlogo.png") no-repeat 15px 15px;
}


#pgbody {
	width:100%;
	position:absolute;
	top:358px;
	margin:0;
	font-size:90%;
}

#pgleft {
	position:absolute;
	top:0;
	left:0;
	margin:0 0 0 68px;
	width:142px;
	font-size:90%;
}

#pgmain {
	margin:0 30px 0 280px;
	padding:0 30px 0 30px;
}
	
#pgtail {
	clear:both;
	border-top:1px solid #6B4C2E;
	margin:.5em 30px 0 68px;
	padding:.5em 0 .5em 0;
	position:absolute;
	font-size:85%;
	line-height:1.1;
}
#pgtail p {
	margin:0;
	display:inline;
}

#pgnav {
	margin:0;
	top:0;
	left:0;
	width:142px;
	position:absolute;
	background:#CC9966;
}

#pgnav ul {
	margin:0;
	list-style-type:none;
	padding:0;
	position:static;
	width:142px;
}
#pgnav li {
	position:relative;
}

#pgnav ul li {

	padding:0;
	border-bottom:5px solid white;
	height:3em;
}
#pgnav ul li a {
	padding:8px 0 8px 5px;
	display:block;
	text-decoration:none;
	color:#6B4C2E;
}

#pgnav ul ul {
	position: absolute;
	display: none;
	left: 142px;
	top: 0;
}

#pgnav ul ul {
	text-decoration:none;
	background:#E6CBB3;
}

#pgnav ul li:hover ul {
	display: block;
}
#pgnav ul li a:hover {
	color:#51361A;
	width:auto;
	background:#E6CBB3;
	border-right:5px solid #6B4C2E;
}
#pgnav ul #curlnk {
	font-weight:bold;
}
#hdnav {
	margin:0 0 15px 310px;
	position:absolute;
	bottom:0;
	left:0;
	font-size:80%;
}
#hdnav ul {
	list-style-type:none;
	padding:0;
}
#hdnav ul li {
	display:inline;
}
#hdnav ul li a, #hdnav ul li b {
	padding:2px 2px 0 0;
	margin:0 15px 0 0;
	text-decoration:none;
	width:80px;
	color:#E6CBB3;
	border-bottom: 2px solid #996433;
}
#hdnav ul li a:hover {
	color:#51361A;
	background:transparent;
	border-bottom: 2px solid #E6CBB3;
}

.txtflt {
	width:180px;
	float:right;
	font-size:80%;
	line-height:1.25;
	color:#51361A;
	border:1px outset #774100;
	margin:0 0 0 10px;
	padding:.5em;
}
.txtflt p {
	margin:0 0 1em 0;
}
.txtflt :last-child {
	margin-bottom:0;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color: #996433;
}
h1 {	font-size:150%;}
h2 {	font-size:135%;}
h3 {	font-size:125%;}
h4 {	font-size:115%;}
h5 {	font-size:105%;}
h6 {	font-size:100%;}

p, ul, ol, dl {
	margin:0 0 1.5em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#9F8063;
}
a:visited {
	color:#6B4C2E;
}
a:hover, a:active {
	color:red;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}

