#wrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 100%;
}

#left {
	float: left;
	height: 400px;
	width: 200px;
}

#middle {
	float: none;
	height: 400px;
	width: 250px;
	position: relative;
	margin-top: 0px;
	margin-right: -100px;
	margin-left: 200px;
	z-index: 2;
}

#right {
	float: right;
	height: 400px;
	width: 500px;
	position: relative;
	z-index: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -100px;
}

#footer {
	clear: both;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

body {
	font-family: "Palatino Linotype", Palatino, serif;
	font-size: 1em;
	background-attachment: fixed;
	background-color: #343399;
	background-image: url(images/star_b101.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #66FF66;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.imgPos {
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 10px;
	}
