#wrapper{
	background-color: #FFF6E0;
	width: 800px;
	margin: 0px auto;
	border-radius: 25px;
	border: 2px solid #8AC007;
	
}
#header{
	margin: 0px auto;
	height: 50px;
	line-height: 60px;
}

#content{
	height: 1100px;
	font-size: 24px;
}

#footer{
    height: 50px;   
}

#footerText{
	line-height: 40px;
}

#indexContent{
	margin-left: 10px;
}

#images{
	margin: 40px auto;
	text-align: center;
}

#contactsTable{
	margin: 0px auto;
}

h1{
    color: #9B5B1F;
	text-align: center;
}

hr{
	border-color: #9B5B1F;
}

/* unvisited link */
a:link {
    color: #9B5B1F;
	font-family: sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin: 10px;
	text-decoration: none; 
}

/* visited link */
a:visited {
    color: #9B5B1F;
	text-decoration: none; 
}

/* mouse over link */
a:hover {
    color: #9B5B1F;
	text-decoration: none; 
}

/* selected link */
a:active {
    color: #9B5B1F;
	text-decoration: none; 
}