 
/* hide from ie on mac \*/
html
{
	height: 100%;
	overflow: inherit;
}

body
{
	background-color: #000000;
	overflow:auto;
	height: 100%;
	margin:0;
	padding:0;
	color:#FFFAE4;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:13px;
	line-height:21px;
}
   
#flashcontent
{	height: 100%;
	overflow:hidden;
}
/* end hide */

#container {
	width:940px;
	padding:30px;
}

a img { border:0 }

a {
	color:#D0A825;
	text-decoration:underline;
}

a:hover { color:#E8E595; }

.content_box {
	width:940px;
	margin-top:15px;
	margin-bottom:30px;
}

img.photo {
	float:left; margin-right:20px;
}

img.header {
	float:none; margin-right:20px;
}

.welcome_text {
	float:none;
	margin-left:10px;
	margin-bottom:10px;
	text-align:justify;
}

.about_text {
	float:none;
	margin-left:10px;
	margin-bottom:10px;
	text-align:justify;
}

.news_text {
	float:none;
	margin-left:0px;
	margin-bottom:10px;
	text-align:justify;
}

.contact_text {
	float:none;
	font-size:13px;
	margin-left:0px;
	margin-bottom:10px;
	text-align:left;
}

.footer {
	float:none;
	font-size:11px;
	margin-left:0px;
	margin-bottom:0px;
	text-decoration:overline;
	text-align:center;
}

.sub {
	float:none;
	font-size:11px;
	margin-left:0px;
	margin-bottom:0px;
	text-align:center;
}

.clear { clear:both; padding-top:20px;}

p {
	margin:0px;
	margin-bottom:20px;
	text-align:justify;
}


h1 {
	background-image:url(../images/city-of-calgary-office-of-the-alderman.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:150px;
	margin-bottom:30px;
}

h1 span {
	display:none;
}

.title {
	color:#D0A825;
	font-size:16px;
}
