/*
STRUCTURE: 3 column flex, accessible
last modified: June 2007
Advancement, Olds College
Basic default positioning
-------------------------------------------------------------------------[comment] */
#container {
	margin:auto;
	width:830px;
	border: solid black 1px;
	}
#identity {
	border-bottom: solid black 1px;
	}
	#identity h2 {
	padding:0px;
	margin:0px;
	display:none;
	}
	#identity p {
	display:none;
	}
#topnav {
	font-size: 90%;
	border-bottom: solid black 1px;
	text-align:center;
	}
	#topnav li {
	display: inline;
	margin: 5px;
	list-style-type: none;
	}

#navigation {
	clear: both;
	float: left;
	width: 160px;
	display: inline;
    }
	#navigation ul {
	list-style:none;
	text-decoration: none;
	width: inherit;
	background-color: #4f4f4f;
	}
#main-content {
position: relative;
	float: left;
	width: 490px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	}
#breadcrumb li {
	display: inline;
	padding-right: 5px;
	border-right: solid black 1px;
	list-style-type: none;
	}
#related-content {
	width: 125px;
	float: right;
	}
#eventsnotices {
	clear: both;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	text-align: center;
	}
#site-info {
	clear: both;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	}
	#site-info li {
	display: inline;
	list-style-type: none;
	}
	

