* {
	padding:0px;
	margin:0px;
}
body {
	margin:0px;
	padding:0px;
	background:url("/templates/firth_tower/img/back_grad.jpg") #FFFFFF repeat-x scroll center top;
	background-color:#C0C7C2;
}
#main {
	width: 920px;
	margin: 0 auto;
	background:url("/templates/firth_tower/img/back.jpg") no-repeat scroll center top;
	padding-top:32px;
}
#header-cont {
	width:920px;
	margin:0 auto 0 auto;
	display:block;
	vertical-align:bottom;
}
#header {
	width:920px;
	margin:0 auto;
	background:url("/templates/firth_tower/img/head.jpg") no-repeat scroll center top;
	height:158px;
}
#menu {
	padding:0px;
	background:#FFFFFF url("/templates/firth_tower/img/button_back.jpg") repeat-x scroll center top;
	color:#FFFFFF;
	width:872px;
	margin:0 auto;
	height:35px;
}
#content {
	width:920px;
	margin:0 auto 0 auto;
	display:block;
	vertical-align:bottom;
	background: url("/templates/firth_tower/img/body_sides.png") repeat-y scroll center top;
}
#content_inner {
	width:872px;
	margin:0 auto 0 auto;
	display:block;
	padding-top:10px;
	vertical-align:bottom;
	background: url("/templates/firth_tower/img/body_top.jpg") no-repeat scroll right top;
}
#content_l {
	float:left;
	width:816px;
	padding:4px 0px;
	margin-left:20px;
	min-height:380px;
}
#content_r {
	float:right;
	bottom:0px;
	width:20px;
	padding:4px;
	height:100%;
	min-height:380px;
	vertical-align:bottom;
}
#bottom {
	font-size:11px;
	margin:0 auto;
	height:92px;
	max-width:920px;
	text-align: center;
	clear: both;	
}
#base {
	width:920px;
	margin:0 auto;
	background:url("/templates/firth_tower/img/bottom.jpg") no-repeat scroll center top;
	height:56px;
	text-align: center;
	clear: both;
}
#copyright, #copyright a, #byline, #byline a, #contact, body, #content_l, #content_r {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#copyright {
	color:#666666;
	float:left;
	width:50%;
	padding:10px 30px;
}
#byline, #byline a {
	margin:7px 0 0 0;
	font-size:10px;
	color:#666666;
}
.clear {
	clear: both;
	height: 0px;
}
.middle {
	vertical-align: middle;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding: 15px 0 10px 0px;
	color:#333333;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding: 15px 0 10px 0px;
	color:#333333;
}

/* navigation */
#text_menu ul {
	text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
	margin: 0; /* Just some margin to align the blue border below the menu */
	padding: 15px 0 0 0;
}
#text_menu li {
	display: inline; /* Menu links are horizontally aligned using display: inline */
}
#text_menu li a {
	padding: 0 1em 0 1em; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	color: #999999;
	text-decoration: underline;
}
/* end navigation */

/* Form stuff */
form.wForm {margin-top: 5px;}
span.required{font-size: 85%;}
.wForm label {width: 6em; float: left; text-align: left; margin-right: 0.5em; display: block; }
.wForm input {}
.wForm textarea {}
div.ctrlHolder {padding: 2px 0 2px 0px; }
div.buttonHolder{margin-left: 6.5em;}

#errorMsg {width: 360px; border: 2px solid #ED1C25; margin: 1em 0; padding: 0 2em;} /* #f44537 */
#errorMsg h3 {margin: 3px 0 0 0; padding: 0;}
div.error input {border: 2px solid #ED1C25;}
div.error textarea {border: 2px solid #ED1C25;}
/* end form stuff */