body {
	background-color: #ffffff;
}
#choice{
	width: 821px;
	margin-left: 16px;
	background-image: url(images/menu_bkg.png);
	font-size: .8em;
	color: white;
	text-align: right;
	margin-bottom: -4px;
}
#choice a:link{
	color: #ccc;
	text-decoration: none;
}
#choice a:hover{
	color: #fff;
	text-decoration: none;
}
#choice a:visited{
	color: #ccc;
	text-decoration: none;
}
#myBox {
	font-family: optima, tahoma, verdana, arial, helvetica;
	font-size: 14px;
	line-height: 180%;
	margin-top: -6px;
}
#myBox a:link{
	color: cc6600;
	text-decoration: none;
}
#myBox a:hover{
	color: #333;
	text-decoration: underline;
}
#myBox a:visited{
	color: cc6600;
	text-decoration: none;
}
#myHeader {
	padding:2px;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}
#myFooter {
	display: 'block';
}
#header{
	height: 100px;
}
#footer {
	height: 35px;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	text-align: center;
	background-image: url(images/footer.jpg);
}

#menu a:link {
	color: #cccccc;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#menu a:visited {
	color: #cccccc;
	text-decoration: none;
}

#sub-menu a:link {
	color: #666666;
	text-decoration: none;
}
#sub-menu a:hover {
	color: #000000;
	text-decoration: underline;
}
#sub-menu a:visited {
	color: #666666;
	text-decoration: none;
}
#myLogger {
	position: absolute;
	left: 10000px;
	top: 300px;
	text-align: center;
	display: none;
}

