/* CSS Document */
.titlebar {
	position: fixed;
	width: 72px;
	height: 100%;
	background-color: #015249;
	color: #ffffff;	
}

ul.menu {
	position: relative;
	font-family: Garamond;
	font-size: 32px;
	font-weight: 700;
	margin-top: 0px;
	list-style-type: none;
	padding: 0;
	width: 200px;
	color: black;
	background-color: #57bc90;
}

ul.travelmenu {
	position: relative;
	font-family: Garamond;
	font-size: 28px;
	font-weight: 700;
	margin-top: 0px;
	list-style-type: none;
	padding: 0;
	width: 200px;
	color: black;
	background-color: #57bc90;
}


ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

.menubar {
	position: fixed;
	margin-left: 72px;
	width: 200px;
	height: 100%;
	background-color: #57bc90;
}


li a {
	display: block;
	color: #000;
	padding: 8px 8px;
	text-decoration: none;
}

li a:hover {
	background-color: #77c9d4;
	color: white;
}

.bodytext
{
	font-family: Garamond;
	font-size: 24px;
	margin-left: 300px;	
	margin-right: 50px;
}

.pagetitle
{
	font-family: Garamond;
	font-size: 48px;
	font-weight: 700;
}

pre
{
	font-family: droid-sans-mono, monospace;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	margin-top: 0px;
	list-style-type: none;
	color: black;
	background-color: #e5e5ef;
}

div.gallery 
{
	margin: 5px;
	border: 1px solid #ccc;
	float: left;
	width: 300px;
	height: 300px;
}

div.gallery:hover 
{
	border: 1px solid #777;
}

div.gallery img 
{
	width: 100%;
	height: auto;
}

div.desc 
{
	font-family: Garamond;
	font-size: 24px;
	font-weight: 700;
	padding: 15px;
	text-align: center;
}

div.padding1 {
  padding: 8px;
}

.rightpicture
{
	float: right;
}

div.upperright {
	position: absolute;
	top: 5px;
	right: 5px;
	float: right;
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

div.polaroid {
    width: 284px;
    padding: 10px 10px 20px 10px;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 10px 10px 5px #aaaaaa;
}

div.rotate_right {
	margin-left: 10px;
    float: left;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Safari */
    transform: rotate(7deg);
}

div.rotate_left {
	margin-left: 400px;
    -ms-transform: rotate(-8deg); /* IE 9 */
    -webkit-transform: rotate(-8deg); /* Safari */
    transform: rotate(-8deg);
}

div.lowerleft {
	position: relative;
	bottom: 5px;
	left: 5px;
	float: left;
	font-family: Garamond;
	font-size: 12px;
	font-weight: 700;
}

div.righttest {
  text-align: right;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 99%;
}