body {
background-color: #ccc; 
height: 100%;
margin: 0px;
padding: 0px;
text-align: center; /* IE + IE5.5 Centering Hack Part One */
}
br {
	line-height: 1em;
}
#holder {
	width:650px;
	background-color: #fff;
	height: auto; 
	margin-left: auto;
	margin-right: auto;
}
#top {
	position: relative;
	width: 640px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}
#bottom {
	position: relative;
	width: 640px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/fill.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
#content {
	position: relative;
	width: 640px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#left {
	float: left;
	margin-top: -370px;
	padding-left: 20px;
	width: 150px;
	height: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #fff;
}
#main {
	clear: left;
	_float: left;
	height: auto;	
	padding-left:200px;
}

.text {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #fff;
	float: left;
	padding: 10px 180px 10px 25px;
}
.text ul {
	list-style: disc;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #fff;
	padding: 0px 0px 2em 25px;
}
#footer {
	position: relative;
	height: 25px;
	width: 650px;
	background-color: Gray;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #fff;
	text-decoration: none;
}
a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #ccc;
	text-decoration: underline;
}
.grow {
	height: 200px;
}
/* =-=-=-=-=-=-=-[Menu begin]-=-=-=-=-=-=-=- */
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu {
	float: left;
	margin-top: 175px;
	_margin-top: 175px;
	width: 640px;
	height: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 18px;
	_height: 20px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	padding: 5px 25px 2px 20px;
	_padding: 5px 25px 6px 20px;
	text-align: left;
	}
	
#menu li a:hover {
	color: #666;
	background-color: e7e7e7;
	padding: 5px 25px 2px 20px;
	_padding: 5px 25px 6px 20px;
	text-align: left;
	}
	
#menu li a:active {
	color: #666;
	padding: 5px 25px 2px 20px;
	_padding: 5px 25px 6px 20px;
	text-align: left;
	}
	
/* =-=-=-=-=-=-=-[Menu close]-=-=-=-=-=-=-=- */