
/* ---------- LAYOUT ---------- */
		
	#canvas {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width:960px;
	height:auto;
	height:100%;
	min-height:100%;
		}
		
	#content {
	position:relative;
	width: 960px;
	float:left;
	clear:left;
	margin-bottom: 0px;
	background-color: #ffffff;
		}
		
	#content2 {
	position:relative;
	width: 960px;
	float:left;
	clear:left;
	margin-bottom: 20px;
	margin-top: 30px;
		}
		
	#header {
	position:relative;
	width: 960px;
	height: 190px;
	margin-bottom: 10px;
	float:left;
	clear:left;
		}
		
	#headerlogo {
	position:absolute;
	left:10px;
	top:0px;
	width: 101px;
	height: 120px;
	background-image: url(../img/sid_logo.gif);
	background-repeat: no-repeat;
		}
		
	#headerlogo a {  
	display:block;  
	width:100%;  
	height:100%;  
 		}
		
	#navContainer {
	position:absolute;
	left:6px;
	top:160px;
	width: 950px;
	height: 20px;
		}
		
	#stage {
	position:relative;
	width: 960px;
	height: 320px;
	margin-bottom: 0px;
	float:left;
	clear:left;
		}
		
	#leftContainer {
	position:relative;
	width: 390px;
	float:left;
	clear:left;
	margin-left:10px;
		}
		
	#rightContainer {
	position:relative;
	width: 525px;
	float:left;
	margin-left: 25px;
	margin-top: 20px;
		}
		
	#footer {
	position:relative;
	width: 950px;
	height: 100px;
	float:left;
	border-top-style:solid;
	border-top-width:3px;
	border-top-color:#000000;
	margin-top: 20px;
	padding-left: 10px;
		}
		


/* ---------- MENU ---------- */
		
	
	#navlist {
	margin: 0;
	padding: 0 0 0px 0px;
	border-bottom: 0px solid #000000;
	}

	#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

	#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: normal;
	font-size:12px;
	margin: 0 6px 4px 6px;
	text-decoration: none;
	color: #000000;
	}

	#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #000000;
	padding-bottom: 2px;
	background: transparent;
	color: #000000;
	}

	#navlist a:hover { 
	color: #f03e16;
	border-bottom: 4px solid #f05223;
	}
		
		