/* CSS style sheet for Transtar Charters */

div#leftcontent a,em {display: block; text-align: center; font: bold 1em sans-serif; 
   padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
   text-decoration: none; color: #FFC; background: #444;}
div#leftcontent a:hover {color: #411; background: #AAA;}


body {
	margin:20px 0px 0px 0px;
	padding: 0px;
	color:#333;
/*	background: #F0F0F0 url('background_gradient.png') top repeat-x fixed; */
	background:#483521 url('wallpaper.png'); 

	font-family: serif;
	}

#leftcontent {
	margin-left: 50px;
	width:10%; 
	float: left;
	padding-bottom: 10px;
	font-family: sans-serif;
    color: #fff;
	}

#rightcontent {
	width: 10%;
	padding: 1px;
	float: left;
	font-size: 75%;
	text-align: center;
	font-family: serif;
	}
		
#centrecontent {
	width:60%;
	float: left;
	background:#fcf1d1; 
	border:1px solid #000;
	padding: 5px;
	}
	
#copyright {
	font-family: serif;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
}
	
#header {
    font-size: 1em;
    float: left;
    margin: 4px;
    width: 100%;
}
#footer {
    font-size: 1em;
    float: left;
    margin: 4px;
    width: 100%;
}

h1 {
	font-family: sans-serif;
	text-align: center;
	padding-top: 1em;
	}

#centrecontent h1 {
	background-image: url('banner3.jpg');
	background-repeat: no-repeat;
	background-position: center;
	}
	
/*** Gallery style **/
div.thumbs  {
  padding: 6px;
  text-align: center;
}

div.thumbs img { 
  padding: 8px;
  margin: 3px;
  margin-top: 24px;
  border: 1px solid #999;
}

div.thumbs a:hover img {
  background: #ddd;
  border: 1px solid #ddd;
}

div.photo {
  text-align: center;
  vertical-align: middle;
  margin-top: 5%;
  /* border: 2px solid #eee; */
}

div.photo img { 
  padding: 8px;
  border: 1px solid #aaa;
}

div.photo div { 
  text-align: center;
  margin-top: 6px;
  font-size: 18px;
  font-family: sans-serif;
  /* font-style: italic; */
}
/*** End of gallery style **/

h2,h3,h4,h5,h6 {
	font-family: sans-serif;
	text-align: left;
	font-variant: small-caps;
	padding-top: 1em;
	padding-left: 5px;
	padding-right: 5px;
	}

p {
	text-indent: 2em;
	padding-left: 5px;
	padding-right: 5px;
	}
	
/*
a { 
	color:#016CF9; 
	text-decoration: none; 
	}
a:active { 
	color:#FF0000; 
	text-decoration: underline; 
	}
a:visited { 
	color:#016CF9; 
	text-decoration: none; 
	}
a:hover { 
	color:#D62F25; text-decoration: none; 
	background-color: #f0bb5f;
}
*/
