/*	
	index-styles.css	
	programmer: S. Gillian

	styles for index page of instructorjohnbales.com
	
	Version History:
		1) Base -	9-24-2009
		2) added important message box styles 9-28-2009
*/



#contentBangLine
	{
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	top: 220px;
	left: 10px;
	z-index: 10;
	}
	
#blog_news
	{
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	top: 258px;
	background: black;
	color: white;
	left: 85px;
	z-index: 11;
	}
	
#blotch
	{
	position: absolute;
	top: 372px;
	left: 255px;
	z-index: 5;
	}

#messageLink
	{
	position: absolute;
	color: rgb(255,248,0);
	font-size: 20px;
	font-family: Perpetua, Garamond, serif;
	top: 385px;
	left: 265px;
	z-index: 20;
	}

#message
	{
	position: absolute;
	border: 3px solid black;
	color: black;
	background-color: white;
	padding-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	top: 100px;
	left: 100px;
	font-size: 18px;
	font-family: Perpetua, Garamond, serif;
	height: 380px;
	width: 550px;
	z-index: 200;
	}


#wgfs
	{
	position: absolute;
	top: 290px;
	left: 55px;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	z-index: 9;
	}

#wgfsText
	{
	font-family: arial;
	font-size: 11pt;
	position: absolute;
	top: 290px;
	left: 220px;
	z-index: 8;
	}
