	#container, #container_view{
		position:relative;
		background-color:#FFF9FF;
		width:800px;
		margin:auto auto;
		border:1px solid #FFCC99;
		text-align:left;
	}
	#container{height:500px;}
	#title{
		position:relative;
		top:0px;
		height:150px;
		width:100%;
		border-bottom:1px solid #FFCC99;
		font-size:45px;
		font-weight:bold;
		text-align:center;
		vertical-align:middle;
		background-image:url("../images/cbu ora.jpg");	
	}
	
	#login_form{
		width:450px;
		top:50%;
		left:25%;
		position:absolute; 
		border:1px solid #FFCC99;
		background-color:#FFF4DD;
	}
	
	#option_table{
		margin-top:10%;
		margin-bottom:30px;
	}
	#login_form div{
		border-bottom:1px solid #FFCC99;
		padding:5px;
		color:blue;
	}
	
	#login_form td{
		color:black;
	}
	#data_holder{
		padding:10px;
	}
	#logout{
		position:absolute;
		top:165px;
		right:30px;
	}
	#results{
		width:600px;
	}
	
	#footer{
		text-align:center;
	}
	#help{
		position:absolute;
		top:165px;
		right:30px;
		width:300px;
		z-index:1000;
		padding:3px;
		text-align:right;
	}
	#helpContent{
		top:5px;
		display:none;
		background-color:#FFF9FF;
		padding:5px;
		border:1px solid #FFCC99;
		text-align:left;
	}
	.center{
		text-align:center;
	}
	.strong{
		font-weight:bold;
	}
	.error{
		color:red;
	}
body{
	font-family:"Segoe UI","Trebuchet MS", sans-serif,Verdana, Arial, Helvetica;
	font-size:small;
	text-align:center;
	background-image:url(../images/bg.jpg);background-repeat:repeat-x;
}
table{
	margin:auto auto;
}
