@import url("global.css");

body, html {        
margin: 0px;        
padding: 0px;        
width: 100%;        
height: 100%;    
}  

#body{
	width:750px;
	text-align:left;
	height:100%;
	margin-left:auto; 
	margin-right:auto;	
}

#header {
	height:100px;
	left:0px;
	width:750px;
	float:left;
	padding:0px;
	margin:0px 0px 2px 0px;
	background-color: #ffffff;
	background: url(../header.jpg) no-repeat;
}

#menu {
	background-color: #ffffff;
	width:170px;
	min-height: 100%; 
	float:left;
	padding:10px;
	margin:0px 0px 0px 0px;

}

#content {
	width:538px;
	min-height: 100%; 
	float:right;
	padding:10px;
	margin:0px 0px 0px 0px;
	background-color: #ffffff;
}

#footer {
	width:750px;
	text-align: center;
}

#announcement {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 10px;
	left:0px;
	width:90%;
	float:left;
	padding: 2px 5px 2px 5px;
	margin: 0px 5px 0px 5px;
	background-color: #ffffcc;
	border: 2px solid #E8E7D0;
}
