body {
	background: #98c2e0 url(bgtop2.jpg) repeat-x;
	font: x-small Arial, Helvetica, sans-serif;
}

#main {
	background: black;
	width: 840px;
	right: 0px;
	left: 0px;
	margin-top: 60px;
	height: auto;
}

#columnA {
	background: #94c2e0;
	width: 400px;
	margin-left: 0px;
	font: 14px/18px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #3f3f3f;
	position: absolute;
}
#columnB {
	background: #94c2e0;
	width: 390px;
	font: 14px/18px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #3f3f3f;
	margin-top: 50px;
	position: absolute;
	margin-left: 450px;
	padding-bottom: 40px;
}

#pagewidth { 
	width: 800px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background: inherit;
}

a:link, a:visited {
	text-decoration: none;
	color: #5378a2;
}

a:hover, a:active {
	color: #fdcadf;
}

.special {
	font-weight: bold;
	background-color: white;
	text-align: center;
	border: 3px solid red;
	font-size: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 36px;
	color: red;
}

.special a:link, .special a:visited {
	color: red;
}

.special a:hover, .special a:active {
	color: orange;
	border-color: white;
}

.header2 {
	font-size: 16px;
	font-weight: bold;
}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: -6px;
}

.header3 {
	font-size: 12px;
	font-style: italic;
	margin-top: -10px;
}

/* @group navbar */

#navbar {
	background: #7aabcc;
	text-align: right;
	margin-top: -20px;
	height: 20px;
	text-decoration: none;
	font: 18px Arial, Helvetica, sans-serif;
}

#navbar ul {
}

#navbar ul li {
	list-style: none;
	display: inline;
	background: inherit;
}

#navbar ul li a:link, #navbar ul li a:visited {
	list-style: none;
	display: inline;
	background: #7aabcc;
	padding-right: 4px;
	padding-left: 4px;
	color: #98c2e0;
	text-decoration: none;
}
#navbar ul li2 a:link, #navbar ul li2 a:visited {
	list-style: none;
	display: inline;
	background: #98c2e0;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	color: #ffffff;
}
#navbar ul li a:hover, #navbar ul li a:active {
	list-style: none;
	display: inline;
	background: #98c2e0;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	color: #7aabcc;
}
	
/* @end */

#logo {
position: relative;
top: 0;
display: block;
height: 168px;
width: 440px;
background: url(fracaslogo.png) no-repeat;
text-decoration: none;
	left: 0px;
	margin-top: -45px;
	margin-left: -40px;
	margin-bottom: 20px;
}

#bottom {
	width: 800px;
	height: 30px;
	background: url(bottom.png) no-repeat;
	bottom: 0px;
	position: fixed;
	text-align: center;
}

#bottomtext {
	padding-top: 10px;
	color: #98c2e0;
	font-style: italic;
}

#bottomtext a:link, #bottomtext a:visited {
	color: #98c2e0;
}

#bottomtext a:hover, #bottomtext a:active {
	color: #ffffff;
}

.smaller {
	font: small Arial, Helvetica, sans-serif;
}

.quote1 {
	
}

.quote2 {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: small;
	margin-top: -14px;
}

.quote3 {
	font-size: x-small;
	text-align: right;
	font-style: italic;
	line-height: 10px;
	margin-top: -14px;
}