@charset "utf-8";

#pageWrap {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 1010px;
	height: auto;
}

#content {
	position: absolute;
	left: 175px;
	top: 175px;
	width: 650px;
	padding-left: 10px;
	background-color: #C0A887;
	border: ridge 2px;
}

#menuBar {
	width: 150px;
	position: absolute;
	top: 175px;
}

#menuBar a{
	text-decoration: none;
	color: #000000;	
}

#menuBar a:hover {
	color: #FFFFFF;
}

.MenuLink {
	position: relative;
	margin-bottom: 10px;
	padding: 3px;
	text-align: Center;
	background-color: #C0A887;
	border: ridge 2px;
}

#topBar {
	background-color: #003333;
	height: 150px;
	width: 100%;
	position: absolute;
}

#footer {
	position: relative;
	top: 65px;
	background-color: #C0A887;
	text-align: center;
	margin-right: 10px;
	background-color:#FFFFFF;
	width:640px;
	border: ridge 1px;
}

#footer a{
	text-decoration: none;
	color:#3300CC;
}

#footer a:hover {
	color: #C0A887;
}

#copyright {
	position: relative;
	top: 75px;
	background-color: #C0A887;
	text-align: center;
	margin-right: 10px;
	background-color:#FFFFFF;
	width:640px;
	border: ridge 1px;
}

#sideBar {
	position: absolute;
	left: 860px;
	top: 175px;
	width: 150px;
	text-align: center;
}

#sideBar a{
	text-decoration: none;
	color: #000000;	
}

#sideBar a:hover {
	color: #FFFFFF;
}

.sideLink {
	position: relative;
	margin-bottom: 10px;
	padding: 3px;
	text-align: Center;
	background-color: #C0A887;
	border: ridge 2px;
}

#side1 {
	position: relative;
	top: 0px;
	background-color: #C0A887;
	
}

#side2 {
	position: relative;
	top: 25px;
	background-color: #C0A887;
}

#side3 {
	position: relative;
	top: 50px;
	background-color: #C0A887;
}

#side4 {
	position: relative;
	top: 75px;
	background-color: #C0A887;
}

#side5 {
	position: relative;
	top: 100px;
	background-color: #C0A887;
}

.noBorder{
	text-decoration: none;
}
