/*
<!-- 
	Author: Clifton Alexander Dildy
	Start Date: Wednesday September 20 2006
	Description:
		this is the style sheet for the index.php 
-->
*/
#container{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#title_bar{

	height: 100px;
}
#content{
	height: 550px;
	width: 635px;
	padding-top:  10px;
	padding-bottom:  10px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: left;
}
#sign_in_section{
	float:  right;
	border: 1px solid;
	width:  325px;
	height: 175px;
	text-align: center;
}
#notice_area{
	color: red;
	font-size: 10px;
}
