/* GEN LAYOUT */
body,td,th {
	font: 12px/1.25 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF3E9;
}
body {
	position: relative;
	background-image: url(../images/pageBG.jpg);
	background-color: #EBA857;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
}

/* PLACEMENT  */
#contentHolder {
	position: relative;
	background-image: url(../images/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 740px;
	height: 600px;
	min-height: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#contentHolder #menu{
	position: relative;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	height: 110px;
	text-transform: capitalize;
	margin: 0 4px 0 4px;
}
#menu ul{
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	color: #FFF3E9;
	margin: 0 220px 0 0;
	list-style-type: none;
	list-style-position: inside;
	width: 490px;
	padding: 4px 0 0 0;
}
#menu ul li{
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#menu ul li a:link{
	color: #131719;
	text-decoration: none;
	padding: 0 2px 0 2px;
}
#menu ul li a:visited {
	color: #131719;
	text-decoration: none;
}
#menu ul li a:hover{
	color: #000000;
	text-decoration: none;
	border-top: 1px dotted #131719;
	border-bottom: 1px dotted #131719;
}
#menu ul li a:active{
	color: #131719;
	text-decoration: none;
}
#menu .getFlash{
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF3E9;
	text-transform: none;
}
#menu .getFlash a:hover {
	text-decoration: underline;
	border: none;
}



#contentHolder #bodyText{
	margin: 15px 4px 0 233px;
}
#bodyText .col{
	float: left;
	width: 90px;
	padding: 0 2px 0 2px;
	margin: 0 2px 0 2px;
}
#bodyText .col123{
	width: 270px;
}
#bodyText .col45{
	width: 180px;
}
#bodyText .col2345{
	width: 370px;
	margin: 0 2px 0 90px;
}
#bodyText .col12345{
	width: 450px;
}

#footer{
	position: relative;
	clear: both;
	margin-top: 500px;
	margin-left: 650px;
}


/* STYLE */

p {
	margin-top: 4px;
}
a:link {
	color: #CD3636;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CD3636;
}
a:hover {
	text-decoration: underline;
	color: #CD3636;
}
a:active {
	text-decoration: none;
	color: #CD3636;
}
h1{
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 18px Arial Black, Arial, Verdana, Helvetica, sans-serif;
}
h2{
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 16px Arial Black, Arial, Verdana, Helvetica, sans-serif;
}
h3{
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px Arial Black, Arial, Verdana, Helvetica, sans-serif;
}


/* SECTIONS */
img{
	border: 1px solid #FFF3E9;
}

#timeline .entry{
	float: left;
	margin: 0 4px 4px 0;
}
#timeline .entry .title{
	width: 180px;
	text-transform: capitalize;
	margin-bottom: 2px;
	font: 12px Arial Black, Arial, Verdana, Helvetica, sans-serif;
}
#timeline .entry .text{
	width: 180px;
}

#calendar .event{
	width: 180px;
	float: left;
	margin: 0 4px 4px 0;
}
#calendar .event .date{
	margin-bottom: 2px;
	font: 12px Arial Black, Arial, Verdana, Helvetica, sans-serif;
}
#calendar .event .title{
	font-weight: bold;
}

#photos .gallery{
	clear: both;
	margin: 0 4px 50px 0;
	border-top: 1px solid #FFF3E9;
}
#photos .gallery .galTitle{
	font: 12px Arial Black, Arial, Verdana, Helvetica, sans-serif;
	margin: 4px 4px 4px 0;
}
#photos .gallery .photo{
	margin: 0 4px 4px 0;
	width: 90px;
	float: left;
}
#photos .gallery .photo .phTitle{
	font-weight: bold;
}

#links ul{
	display: block;
	width: 120px;
	float: left;
	margin: 0 4px 4px 0;
	padding: 4px 0 0 0;
	list-style-type: none;
	list-style-position: inside;
}

#links ul .title{
	font-weight: bold;
}



