@import "common.css";

.title {
   font-weight: bold;
   color: white;
   position: absolute; 
   width: 167px; 
   height: 24px; 
   top: 311px;
}

/* Layout */

#page {
	width: 850px;
	height: 100%;	
   text-align : center;
   margin : 0 auto;
	background: White;
}
#header {
	width: 850px;
	height: 250px;
}
#menu {
	width: 850px;
	height: 144px;
   font-size: 11px;
   font-weight: normal;	
   color: #FFCC00;
	padding: 20px 0 0 0;
	background: url(images/menu_background.gif) no-repeat;
}
#menu ul {
   position: static;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	width: 100px;
	height: 80px;
	margin-left: 40px;
	list-style: none;
   text-align: right;
}

#menu li.first {
	margin-left: 10px;
}

#menu a {
   color: #FFCC00;	
	display: block;
	height: 80px;
}
#menu a:hover, #menu a.active {
	color: #E9E9E9;
	border-bottom: 2px solid #E9E9E9;	
}

#menu li p.name {
	font-size: 20pt;
}
#content {
   min-height: 500px;
	_height: 500px;
}


body {
   margin : 0;
	height: 100%;
   text-align: center;
	background-color: #CFCFCF;
}
