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

body{
	background-color: #e4d1ae;
	background-image: url(../images/bg-fade.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

a:link{
	color: #047ac7;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color: #047ac7;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #035a93;
	text-decoration: none;
}
a:active{
	color: #047ac7;
	font-weight: bold;
	text-decoration: none;
}

#wrapper{
	background-image: url(../images/water-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

#header{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 44px;
	padding-left: 0px;
	text-align: center;
}

#content{
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	background-image: url(../images/umbrellas.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 5px;
	padding-left: 5px;
}

#textboxTop{
	border: 4px solid #c7b79a;
	background-color: #fffcd9;
	width: 482px;
	padding: 20px;
	background-image: url(../images/umbrella_shadow.gif);
	background-repeat: no-repeat;
	background-position: right 86px;
	float: left;
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
	clear: left;
}

#textbox{
	border: 4px solid #c7b79a;
	background-color: #fffcd9;
	width: 482px;
	padding: 20px;
	float: left;
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
	clear: left;
	background-image: url(../images/textbox-bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#logobox{
	float: right;
	width: 245px;
	padding-left: 15px;
	text-align: center;
	padding-top: 220px;
	font-size: 10px;
	color: #333333;
}
#logobox img{
	padding-top: 5px;
	padding-bottom: 10px;
}
.clearboth{
	font-size: 0px;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.track{
	font-size: 18px;
	text-align: center;
	width: 255px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c7b79a;
	float: none;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 2px;
	background-image: url(../images/track-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
	clear: left;
}

.presentation{
	font-size: 14px;
}

