@charset "utf-8";
/* CSS Document for the webdevlcc.com index.htm page
   CIS-142, Fall 2009
	 
	Author: Rick Bell
		Date: 11/2009
	
*/

.mainContentText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	color: #490311;
	text-align: center;
	font-weight: bold;
}
.contentLinks a{
	font-family: Verdana, Geneva, sans-serif;
	color: #4A0313;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.contentLinks a:hover{
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.indexHeader span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	text-align: center;
}

#lowerLeftImage {
	position:absolute;
	width:200px;
	height:250px;
	z-index:21;
	left: 0px;
	top: 550px;
}

#lowerRightImage {
	position:absolute;
	width:200px;
	height:250px;
	z-index:21;
	right: 0px;
	top: 550px;
}
