@charset "UTF-8";
/* CSS Document */

#mainColumn {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	margin-top:-15px;
	position:relative;
	height:500px;
	}

#header {
	width:800px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	border-right-width: 20px;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-color: #666666;
	border-bottom-color: #A84E40;
	background-image: url(imagesFT/headerYellow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 200px;
	}
#fancyTitle {
	margin-top:5px;
	margin-left:70px;
	margin-bottom:20px;
	}
	
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	}
	
#specialize {
	position:absolute;
	text-align: left;
	width: auto;
	clear:both;
	margin-top: -36px;
	left: 15px;
	}

#text {
	position:absolute;
	text-align: right;
	width: auto;
	float:right;
	right: 0px;
	margin-top: 15px;
	}

body {
	background-image: url(imagesFT/bodyBG.png);
	background-position: center top;
	}
	
a {
	color:#006;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	color: #666;
	}
	
#language {
	position: absolute;
	height: 20px;
	width: auto;
	top: -10px;
	right: 5px;
	text-align: right;
	}
	
h5 {
	font-size: 0.8em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	}
