body {
	margin: 2px;
	background-color: white;
	}
	
#masthead-container {
	text-align: center;
	}

#masthead {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 800px;
	height: 40px;
	margin: 20px auto;
	}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -13%;
	text-align: center;
	min-width: 600px; 
	}

#wrapper {
	position: relative;
	text-align: center;
	width: 800px;
	height: 100%;
	margin: 0px auto;
	}
	
#photo-square {
	text-align: right;
	float: left;
	width: 180px;
	height: 180px;
	min-height: 180px;
	margin-right: 20px;
	background-color: #B33232;
	}
	
a:hover #photo-square {
	border-bottom: 5px solid black;
	cursor: pointer;
	}
	
#writing-square {
	text-align: center;
	float: left;
	width: 180px;
	height: 180px;
	min-height: 180px;
	margin-right: 20px;
	background-color: #328AB3;
	}
	
a:hover #writing-square {
	border-bottom: 5px solid black !important;
	cursor: pointer;
	}
	
#teaching-square {
	text-align: center;
	float: left;
	width: 180px;
	height: 180px;
	min-height: 180px;
	margin-right: 20px;
	background-color: #e9a107;
	}
	
a:hover #teaching-square {
	border-bottom: 5px solid black !important;
	cursor: pointer;
	}
	
#radio-square {
	text-align: left;
	float: left;
	width: 180px;
	height: 180px;
	min-height: 180px;
	margin-right: 0px;
	background-color: #6FB332;
	}

a:hover #radio-square {
	border-bottom: 5px solid black;
	cursor: pointer;
	}
	
#blog-square {
	position: absolute;
	top: 200px;
	left: 200px;
	text-align: center;
	float: left;
	width: 380px;
	height: 60px;
	min-height: 60px;
	margin-right: 0px;
	background-color: #101a6a;
	top-margin: 110px;
	}
	
a:hover #blog-square {
	border-bottom: 5px solid black !important;
	cursor: pointer;
	}
	
.square-title {
	margin-top: 20px;
	}

.square-title2 {
	margin-top: 40px;
	}
	
.hidden {
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	font-size: 6pt;
	color: #FFFFFF;
	}

.foottext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999999;
}

#footer {
	position: absolute;
	top: 400px;
	left: 200px;
	text-align: center;
	float: left;
	width: 380px;
	height: 60px;
	min-height: 60px;
	margin-right: 0px;
	top-margin: 110px;
    }
