@charset "utf-8";
/* CSS Document */
html {
	background-color: #000;
	min-height: 100%;
}
body, pre, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
} 
#webwrapper {
	text-align: center; /* for IE5 */
	margin: 0px auto 0px auto;
	width : auto;
	height : auto;
	padding : 0px;
	clear : both; /* required for IE5 Mac */
}

#mainwrapper {
	margin-left: auto; /* for Moz/Op/Saf */
	margin-right: auto;  /* for Moz/Op/Saf */
	width: 1026px;
	height: auto;
	border: 1px solid #000;
	background-color: #000;
	min-height: 700px;
}

/* Header Division */

#headerwrapper {
	padding-top: 10px;
	height: 106px;
	float: left;
}

#headerlogo {
	height: 96px;
	width: 140px;
	float: left;
	margin-left: 50px;
	background-image:url(../images/header/IFSAcologo.jpg);
}

#headerphotos {
	height: 84px;
	width: 461px;
	float: left;
	background-color: #fff;
	margin-top: 5px;
	padding-top: 4px;

}

.headphotoindiv {
	margin-left: 6px;
	float: left;
}

/* Content Divission */

#contentwrapper {
	width: 1026px;
	min-height: 700px;
	background-color: #000000;
	float: left;
	position: relative;
}
.headerquote {
	font-size: 2.5em;
	color: #000000;
	font-style: italic;
	padding: 10px;
}
.contentwriterinfo {
	float: left;
	font-size: 1.2em;
	margin-right: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
}
.linkText {
	font-size: 1em;
}

.linkValidated {
	font-size: 1em;
	text-align: center;
	vertical-align: sub;
}
.textTable {
	color: #000000;
	font-size: 11px;

}
#mainTable {
	margin-left: auto;
	margin-right: auto;
	width: 380px;
	border:#fff solid thin;
	padding-top: 10px;
}

#naviwrapper {
	min-height: 10px;
	width: 800px;
	float: left;
	color: fff;
	background-color: #333;
}
.widgetone {
	position: absolute;
	z-index: 1001;
	height: auto;
	width: auto;
	top: 600px;
	right: 588px;
	visibility: visible;
}
.widgettwo {
	position: absolute;
	z-index: 1000;
	height: auto;
	width: auto;
	top: 600px;
	right: 0px;
	visibility: visible;
}
