/*Stylesheet*/
/*Layout*/
body{
	background-color:#ebebeb;
	background-image:url('http://parkdaleunitedcalgary.net/background.jpg');
	background-repeat:repeat-y;
	background-position:top; 
	top:0px;
	left:0px;
	margin:0;
}

.all{
	position:absolute;
	border:0;
	left: 0px;
}

.header{
	position:relative;
	margin:auto;
	width:1100px;
	height:200px;
	top:0px;
	left:0px;
}

.container {
	margin:auto;
	width:1100px;
}

.left {	
	width:125px;
	margin-left:10px;
	margin-bottom:10px;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:50px;
	float:left;
}

.right {
	width:920px;
	margin-left:10px;
	margin-bottom:10px;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:50px;
	padding:5px;
	float:left;
}


hr {
	width:75%;
	color:#000000;
	height: 1px;
}

/*Anchors*/
a:link{
	color:#3B5FBA;
}

a:visited{
	color:#963BBA;
} 

a:hover{
	color:#3B9EBA;
} 

a img{
	border:none;
}

/*Text Formatting*/
body {
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#000;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0;
	color:#000000;
}

h1 {
	font-size:14pt;
	text-align:center;
}

h2 {
	font-size:12pt;
	text-align:center;
	color:#000000;
}

h3 {
	font-size:12pt;
	text-align:left;
	color:#000000;
	border-bottom:1px solid black;
	margin-top:10px;
	font-weight:bold;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: yellow;
}

#center{
text-align:center;
}

table{
	width:75%;
	margin:auto;
}

td{
	border: 1px solid #000;
	height:50px;
	vertical-align: top;
}

td.link{
	text-align: center;
}

tr{
	border: 1px solid #000;
}

th{
	font-weight:bold;
	text-transform:uppercase;
}

td.head{
	height:25px;
	font-weight:bold;
	text-transform:uppercase;
}

td#date{
	width: 25%;
	}
	
td#time{
	width: 15%;
	}

td#event{
	width:60%;
	}
