*{
	margin:0;
	padding:0;
	border: none;
}
html body{
	background-image: url(../images/bg.png);
	background-color: #ffffff;
	background-attachment:fixed;
	background-position:top;
	background-repeat:repeat-x;
}
#wrapper{
	width: 917px;
	margin: 20px auto 0 auto;
}
	#wrapper img{
		display:block;
	}	
#header, #body, #footer{
	padding:0 9px;
	background-image:url(../images/shadow.gif);
	background-repeat:repeat-y;
	display: block;
}
#header{
	
}
	#header #banner{
		background-image: url(../images/header/rotate.php);
		background-repeat:no-repeat;
		background-position:right;
		margin: 0 20px;
		padding: 7px 0 15px 0;
	}
		#header #banner #logo{
			display:block;
		}
	#header #nav{
		background-image:url(../images/menuPas.png);
		height:25px;
		clear:both;
	}

		#header #nav #menu{
			list-style-type:none;
			padding: 0 100px;			
		}
			#header #nav #menu li{
				display:block;
				float:left;
				background-image:url(../images/menuPas.png);
				font-family:Verdana, Helvetica, sans-serif;
				font-size:15px;
				line-height:25px;
				padding: 0 23px;
			}
			#header #nav #menu li:hover{
				background-image:url(../images/menuAct.png);
	
			}
				#header #nav #menu li a{
					color: #FFFFFF;
					text-decoration:none;
				}
			#header #nav #menu li.active{
				background-image:url(../images/menuAct.png);
				
			}
#body{
	clear:both;
	float:left;
	background-image: url(../images/unibg.gif);
	width:899px;
}
	#body #sidebar{
		float:left;
		width: 213px;
/*	background-image:url(../images/sidebar.gif);
		background-position: right;
		background-repeat:repeat-y;*/
	}
		#body #sidebar ul{
			list-style-type:none;
			margin: 0 20px;
			text-align:right;
			
		}
			#body #sidebar ul li{
				border-bottom: 1px solid #cfcfcf;
				padding: 2px 20px 2px 5px;
				margin: 3px;
			}
				#body #sidebar ul li a{
					font-family:Verdana, sans-serif;
					color: #666666;
					font-size: 12px;
					text-decoration:none;
				}
			#body #sidebar ul li:hover{
				background-color: #c5a376;
			}
				#body #sidebar ul li:hover a{
					color: #ffffff;
				}
		#body #sidebar h1{
			padding: 9px 40px;
			background-color: #cfcfcf;
			font-family:Verdana, sans-serif;
			font-weight:100;
			color: #ffffff;
			font-size: 20px;
			text-align:right;
		}
			#body #sidebar h1 a{
				color:white;
				text-decoration:none;
			}
		#body #sidebar #action{
			margin-top: 20px;
			text-align:center;			
		}
			#body #sidebar #action a img{
				margin: 20px auto;
			}
	#body #content{
		padding-top: 10px;
		padding-bottom: 35px;
		margin-left: 233px;
		font-family:Verdana, sans-serif;
		font-size: 12px;
		color: #666666;
		width:626px;
		clear:none;
	}
		#body #content p{
			margin: 10px;
		}
		.schedule{
		  margin-left: 10px;
		}
			#body #content p a{
				color: #666666;
				text-decoration:none;
				border-bottom: 1px dashed #666666;
			}
			#body #content p a:hover{
				border-bottom: 1px dashed #aaaaaa;
			}
		#body #content h2{
			padding: 0 10px;
			font-weight:normal;
			letter-spacing: -1px;
			margin-bottom: 14px;
		}
		#body #content h3{
			padding: 0 10px;
			font-weight:normal;
			font-size: 14px;
			width:75%;
			border-bottom: 1px solid #ccc;
			color: #333333;
		}
		#body #content ul, ol{
			margin-left:35px;
		}
#footer{
	clear:both;
}
	#footer #copyright{
		text-align:center;
		background-color: #bbb88f;
		border-top: 1px solid #797768;
		font-family: Verdana, sans-serif;
		font-size: 11px;
		color: #ffffff;
		padding: 3px;
	}
#controls{
	font-size: 9px;
	font-family: verdana, sans-serif;
	color: black;
	width: 917px;
	text-align:center;
	margin: 0 auto;
}
	#controls a{
		font-size: 25px;
		text-decoration:none;
		color: #333333;
	}
