body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.65em;
	color: #000000;
	background-color: #111111;
	margin:0 auto;
	padding: 0;
}
a:link, a:visited {
	color: #000;
	text-decoration:underline;
}

a:hover, a:active {
	color: #000;
	text-decoration:none;
}
#masthead {
	width: 100%;
	background-image:url(/stylesheets/images/templates/default/masthead_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height: 200px;
	overflow:hidden;
	text-align:center;
}

#masthead .column {
	margin: 0 auto;
	width:960px;
	height: 200px;
	overflow:hidden;
}

#masthead .logo {
	float: left;
	margin: 70px 0 0 0;
}

#masthead .menu {
	margin: 115px 0 0 85px;	
	float: left;
}

#container {
	width: 100%;
	height: 473px;
	overflow:hidden;
	float:left;
	background-color: #cdd41f;	
}
#container .column {
	margin: 0 auto;
	width:960px;
	overflow:visible;
}

#left {
	width: 290px;
	height:410px;
	margin: 40px 0 23px 0;
	overflow:hidden;
	float: left;
	background-image:url(/stylesheets/images/templates/default/sub-headings/about-us.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#centre {
	width:400px;
	height:410px;
	margin: 40px 50px 23px 50px;
	overflow:hidden;
	float:left;
	color:#000;
	overflow:auto;
}


#right {
	width: 1px;
	height: 473px;
	float:left;
	overflow:visible;
	background-color: transparent;	
}

#footer {
	clear:both;
	width: 100%;
	height: 325px;
	background-image:url(/stylesheets/images/templates/default/footer_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
}

#footer .column {
	margin: 0 auto;
	width:960px;
	overflow:hidden;
}

#footer .menu {
	float: left;
	margin-top:10px;
	color:#CCC;
}

#footer a:link, #footer a:visited {
	color:#CCC;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#FFF;
	text-decoration:underline;
}

p {
	margin-top: 0px;	
	margin-bottom: 10px;
}

h1 {
	font-size: 2em;
	font-weight:normal;
}

h2 {
	font-size: 1.6em;
	font-weight:normal;
	color:#cdd41f;
}

table#roundedCorners img {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

.item {
	padding: 2px;
	margin: 0;
}

#popup {
	position: absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:1500px;
	background-image:url(/css/images/templates/popup/semiTrans.png);
	background-repeat:repeat;
}
#popupWrapper {
	width: 404px;
	height:521px;
	position: absolute;
	left: 50%;
	margin-left:-180px;
	top: 170px;
	background-image:url(/css/images/templates/popup/bg.png);
	background-repeat:no-repeat;
}

#popupWrapper .content {
	padding: 20px 25px;	
	color: #FFF;
	line-height:normal;
}

#popupClose {
	width:114px;
	heigh:115px;
	position: absolute;
	right: 50%;
	margin-right:-250px;
	top:120px;
}

#popupWrapper a:link, #popupWrapper a:visited {
	color:#cdd41f;
	text-decoration:underline;
}

#popupWrapper a:hover {
	color:#cdd41f;
	text-decoration:none;
}
