/* CSS Document */

.container {
	height:850px;
	width:850px;
	background-color: #DCD6C9;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#mainFrame {
	height:400px;
	width:780px;
	margin-top: 1cm;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#linkFrame {
	height:220px;
	width:780px;
	margin-top: 10px;
	z-index: 1;
	margin-left: auto;
	position: relative;
	margin-right: auto;
}

#link1 {
	height:230px;
	width:189px;
	background-color: #FFFFFF;
	float: left;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #582700;
	border-bottom-color: #582700;
	border-left-color: #582700;
}

#link2 {
	height:230px;
	width:189px;
	background-color: #FFFFFF;
	float: left;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #582700;
	border-bottom-color: #582700;
	border-left-color: #582700;
}

#link3 {
	height:230px;
	width:189px;
	background-color: #FFFFFF;
	float: left;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #582700;
	border-bottom-color: #582700;
	border-left-color: #582700;
}

#link4 {
	height:230px;
	width:188px;
	background-color: #FFFFFF;
	float: left;
	border: 5px solid #582700;
}

#mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #582700;
	position: absolute;
	height: 214px;
	width: 524px;
	left: 218px;
	top: 104px;
	line-height: 21px;
}

#footer {
	position: absolute;
	height: 30px;
	width: 770px;
	top: 800px;
	left: 35px;
}

#footerText {
	position: absolute;
	height: 29px;
	width: 770px;
	top: 4px;
	font-size: 12px;
}

