/* stupid math, need one more pixel for the layout to work */
#Page { width: 761px }
.imgMain {
	float: left;
	height: 303px;
	width: 413px;
}
.imgMain a {
	display: block;
	position: relative;
	/*
	top: 250px;
	left: 275px;
	height: 53px;
	width: 138px;
	*/
	top: 240px;
	left: 265px;
	height: 63px;
	width: 148px;
	
	font-size: 0.9em;
	font-weight: bolder;
	border: 1px solid #CCCCCC;
	border-width: 1px 0 0 1px;
	overflow: hidden;
}
.imgMain span {
	display: block;
	/*padding: 7px 10px;*/
	padding: 10px;
}
.imgMain span span {
	font-size: 1.4em;
	font-family: Times New Roman;
	display: inline;
	padding: 0 0 0 10px;
}
.imgMain a:link, .imgMain a:visited, .imgMain a:hover, .imgMain a:active {
	text-decoration: none;
}
.right {
	margin: 0;
	float: right;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	border-width: 0 0 1px 1px;
}
.right a:link, .right a:visited {
	display: block;
	height: 75px;
	width: 206px;
	font-size: 70%;
	color: #666666;
	text-decoration: none;
}
.right a:hover {
	color: Black;
}
.right a span {
	display: block;
	padding: 57px 0 0 20px;
	background: no-repeat 12px 60px url(../images/buttons/lightGreyArrow.gif);
}
.right a:hover span {
	background-image: url(../images/buttons/greyArrow.gif);
}

.bottom {
	float: left;
	border: 1px solid #CCCCCC;
	border-width: 1px 0 0 1px;
	background-position: right;
	background-repeat: no-repeat;
}
.bottom a:link, .bottom a:visited {
	display: block;
	height: 75px;
	width: 206px;
	font-size: 65%;
	color: #666666;
	text-decoration: none;
}
.bottom a:hover {
	color: Black;
}
.bottom a span.text {
	display: block;
	padding: 22px 75px 0px 6px;
}
.bottom a span.r {
	display: block;
	font-size: 110%;
	margin-left: 13px;
	margin-bottom: 0;
	padding: 6px 0 0 8px;
	background: no-repeat 0px 10px url(../images/buttons/lightGreyArrow.gif);
}
.bottom a:hover span.r {
	background-image: url(../images/buttons/greyArrow.gif);
}