@charset "utf-8";
/* CSS Document */
/* Code written by Garrett Colas for the FGCU Computer Science Club */
body
{
	background-color: white;
	background-image:    url(backdrop.jpg);
	background-repeat:   no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, sans-serif;
}

#navigation
{
	height: 125px;
	width: auto;
	margin-top: -1px;
	margin-bottom: -2px;
	background-color: white;
	position: relative;
}

#logo
{
	position: relative;
	top: 40px;
	background-repeat:   no-repeat;
	background-position: center top;
	height: 223px;
	width: 314px;
}

#links
{
	position: absolute;
	top: 140px;
	left:330px;
	height: 50px;
	width: 600px;
	
}

#topborder
{
	height: 10px;
	width: auto;
	margin-top: -1px;
	margin-bottom: -2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #57625a;
	position: relative;
}

#flavortext
{
	height: 200px;
	width: auto;
	margin-top: -1px;
	margin-bottom: -2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2A4580;
	position: relative;
}

#insideflavortext
{
	position: relative;
	top: 40px;
	left:30px;
	background-image:    url(flavortext.png);
	background-repeat:   no-repeat;
	background-position: center top;
	height: 119px;
	width: 500px;
}

#bottomborder
{
	height: 15px;
	width: auto;
	margin-top: -1px;
	margin-bottom: -2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #4573D5;
	position: relative;
}

#maincontent
{
	height: auto;
	width: 800px;
	margin-top: -1px;
	margin-bottom: -2px;
	margin-left: 0px;
	margin-right: auto;
	background-color: #ABBFEA;
	position: relative;
	padding: 1px;
	padding-bottom: 50px;
}

.mainpost
{
	height: auto;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.mainpost h1
{
	border-bottom:dotted;
	border-bottom-color: #57625a;
	color: #51534f;
	
}
.mainpost h2
{
	color: #51534f;
	
}
.mainpost p
{
	color: #51534f;
	
}
.mainpost li
{
	color: #51534f;
}
#links a:link {
	color:            #b9b9a9;
	text-decoration:  none;
	font-family: Impact, Charcoal, sans-serif;
	font-size:30px;
}
#links a:visited {
	color:            #b9b9a9;
	text-decoration:  none;
	font-family: Impact, Charcoal, sans-serif;
	font-size:30px;
}
#links a:hover {
	color: #51534f;
	font-family: Impact, Charcoal, sans-serif;
	font-size:30px;
}

#footer
{
	text-align:center;
	color: #ABBFEA;
}

body img {
	border-style:dashed;
	border-color: #51534f;
}
	
