@font-face {
font-family: "Selfish";
src: url("fonts/selfish.ttf")
}
body {
	font: 80% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	background-color: #e7eef8;
	background-image: url(images/teksea-back.gif);
	background-repeat: repeat-x;
}
.oneColElsCtr #container {
	width: 900px;
	margin:0px 0px 0px -450px;
	text-align: right;
	top: 102px;
	margin-left: -450px;
	left: 50%;
	position: absolute;
	z-index: 2;
}

.oneColElsCtr #container2 {
	width: 900px;
	margin:0px 0px 0px -450px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	top: 120px;
	margin-bottom: 0px;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-image:url(images/teksea-bottom.jpg);
	left: 50%;
	position: absolute;
	z-index: 3;

}
.oneColElsCtr #mainContent {
	padding: 40px;
	text-align: left;
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#logo {
	top: -30px;
	left: 50%;
	margin-left: -560px;
	position: absolute;
	z-index: 1;
}
#footer {
	background-image:url(images/footer-back.gif);
	height: 300px;
	width: 900px;
}
a {
	text-decoration: none;
	font: 110% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 3px;
	font-weight: bold;
	padding-bottom: 3px;
}
a:link{color: #333333;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
a.b:link{
	color: #333333;
	border-bottom: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	display: block;
}
a.b:visited {
	text-decoration: none;
	color: #444444;
	border-bottom: 1px solid #BBBBBB;
	background-color: #AFD6FF;
	display: block;
}
a.b:hover {
	text-decoration: none;
	color: #CC3300;
	background-color: #CCCCCC;
	display: block;
}
a.b:active {
	text-decoration: none;
	color: #CC6600;
	background-color: #CCCCCC;
	display: block;
}
.style1 {
	font-size: 80%
}
.style2 {
	font-size: 110%;
	padding: 1px;
	color: #993300;
}
.style3 {
	background-image: url(images/edge.gif);

}
.style4 {
	background-image: url(images/trans.gif);
	background-color: none;
}
h1 {
	color: #005BAA;
	font-size: 200%;
	font-family: "Venus Rising", "Venusris", "Kimberley", "Trebuchet MS", Arial, sans-serif;
}
