body,html {
	margin: 0;
	padding: 0 ;
	width: 100% ;
	background: #C1DBE6 ;
}
div#container {
    position: absolute ;
	width: 950px ;
         height: 673px;
	left: 50% ;
	margin-left: -475px ;
	top: 10px ;
}
div#top {
	background-image:url(../images/top.gif) ;
	background-repeat: no-repeat ;
	width: 100% ;
	height: 111px ;
}
div#top_left {
	position: absolute ;
	top: 10px ;
	width: 190px ;
}
div#top_right {
	position: absolute ;
	top: 40px ;
	width: 225px ;
	margin-left: 525px ;
}
div#top_bottom {
	background-image:url(../images/top_bottom.gif) ;
	background-repeat: no-repeat ;
	height: 36px ;
}
div#main {
	width: 100% ;
	background-image:url(../images/main.gif) ;
	background-repeat: no-repeat ;
	height: 383px ;
}
div#left {
	position: absolute ;
	margin-left: -97 ;
	overflow: auto ;
	top: 157px ;
	width: 275px ;
	height: 370px ;
	left: 100px ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 10px ;
	color: #000066 ; 
}
div#component {
	position: absolute ;
	top: 157px ;
	margin-left: 400px ;
	overflow: auto ;
	width: 490px ;
	height: 370px ;
	text-decoration:none ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 10px ;

}
div#mainbottom { 
	width: 100% ;
	background-image:url(../images/bottom.gif) ;
	background-repeat: no-repeat ;
	height: 145px ;

}
div#bottom {
	Position: absolute ;
	top: 560px ;
	margin-left: 50px; 
}
div#menu {
	position: absolute ;
	top: 119px ;
	left: 90px ;
}
a {
	color: blue ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	color: #000066 ;
	font-size: 14px ;
	font-weight: bold ;
	text-decoration: none ; 
}
div.module ul {
	padding: 0 ;
	margin: 0 ;
	list-style: none ;
}
div.module li {
	position: relative ;
	padding: 0 ;
	margin: 0 ;
	float: left;
	text-align: center ;
}
div.module a {
	display: block ;
	width: 128px ;
	height: 21px ;
}
div.module a:hover {
	background: url(../images/menuover.gif) repeat-x
}
