/* CSS Document */

body {
	background-image:url(http://www.tigermothjoyflights.com/templates/TigerMothHome/images/background.gif);
	background-repeat:repeat-y;
	background-color: #ffffff;
}

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #08334a;
	width: 250px;
}

#sideTitle {
	text-align: center;
	padding-top: 20px;
}

#sidePhotograph {
	text-align: center;
	margin-top: 60px;
}

#sideContent {
	color:#FFFFFF;
	text-align: left;
	margin-top: 60px;
	margin-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:100;
}




#menu {
	position: absolute;
	top: 0;
	left: 250px;
	background-color: #ffffff;
	width: 749px;
	height: 285px;
}

#content {
	position: absolute;
	top: 285px;
	left: 250px;
	background-color: #ffffff;
	width: 709px;
	height: auto;
	padding: 0 20px 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
}




.bDark {
	background-color: #08314a;
	color:#FFFFFF;
}

.bMedium {
	background-color: #528cad;
	color:#ffffff;
	font-size:11px;
	font-weight:400;
}

.bLight {
	background-color: #c7e3f2;
	color:#000000;
	font-size:11px;
}

#footer {
	text-align:center;
	margin-top: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:100;
}
