body {
	background-color: #fff;
	color: #000;
	font-family: sans-serif;
}

a, a:active, a:visited {
	color: #001eff;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14pt;
}

a:hover {
	color: #001eff;
	text-decoration: underline;
	font-weight: bold;
}

#window {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
}

#content {
	display: table-cell;
	vertical-align: middle;
	overflow: auto;
	padding-left: 10%;
	padding-right: 10%;

	_position: absolute;
	_top: 27%;
	_left: 0px;
	_right: 0px;
	_width: 100%;
	_display: block;
}

#photoDiv {
	position: absolute;
	top: 25px;
	left: 120px;
	right: 25px;
	bottom: 25px;
	overflow: auto;
	text-align: center;

	_position: none;
	_width: 100px;
	_height: 100px;
}


#navigation {
	position: absolute;
	left: 25px;
	top: 25px;
	right: 25px;
	text-align: center;
	
	_width: 100%;
}

#home_imageText{
	width: 100%;; 
	position: relative;
}

.leftFloater {
	position: absolute;
	left: 25px;
	top: 30%;
}

.rightFloater {
	position: absolute;
	right: 25px;
	top: 30%;
}

.vertBorder {
	position: absolute;
	background: url(images/stars_v.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 23px;
	top: 0px;
	bottom: 0px;
}

.horzBorder {
	position: absolute;
	background: url(images/stars_h.png);
	background-repeat: repeat-x;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 23px;
}

#leftVertBorder {
	left: 0px;
}

#rightVertBorder {
	right: 0px;
}

#topHorzBorder {
	top: 0px;
}

#bottomHorzBorder {
	bottom: 0px;
}
