body {
	font-family: verdana;
	font-size: 12px;
	color: #5E6871;
	background-color: #E3E3E3;
	background-image: url('../images/bg.gif');
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	line-height:15px;
}

h1 {
  color:#111;
  font-size:2.063em;
  line-height:1em;
  font-family:baskerville,'palatino linotype','times new roman',serif;
  letter-spacing:-0.030em;
  border-bottom: 1px dotted #111;
  margin:0 auto;
  margin-bottom:25px;
}

a img{
  border:0;
}

a:link, a:visited, a:active, a:hover {
	color: #000;
	text-decoration: underline;
}

a.small_link, .small_link, .small_link:visited, .small_link:active, .small_link:hover{
  font-size:9px;
	text-decoration:none;
	color:#656565;
}

/* Layout Styles */
.bgTopLeft {
	background-image: url('../images/bg_left.gif');
	background-repeat:repeat-y;
}

.bgTopRight {
	background-image: url('../images/bg_right.gif');
	background-repeat:repeat-y;
}

.bgTop {
	background-image: url('../images/bg_top.gif');
	background-repeat:repeat-x;
}

#bgBottom {
  width:100%;
  background:#e3e3e3;
	background-image: url('../images/bg_bottom.gif');
	background-repeat:repeat-x;
}

#bgMainLeft {
	background-image: url('../images/bg_main_left.gif');
	background-repeat:repeat-y;
}

#tertiaryNavTD {
	padding-top: 20px;
	padding-right: 6px;
	background-image: url('../images/bg_top.gif');
	background-repeat:repeat-x;
}

#mainContentTD {
  width:100%;
	background-image: url('../images/bg_subpage.gif');
	background-repeat:repeat-x;
	background-color: #fff;
	border: 1px solid #A7A7A7;
	padding-bottom:30px;
}

#bgMainLeft {
	background-image: url('../images/bg_main_left.gif');
	background-repeat:repeat-y;
}

#contentHomeDIV {
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	color: #231F1C;
	margin: 10px 0 0 15px;
	text-align:left;
}

#bgMainRight {
	background-image: url('../images/bg_main_right.gif');
	background-repeat:repeat-y;
}

#siteContainer{
  margin-left:auto;
	margin-right:auto;
	width:1008px;
  padding-top:27px;
}

.frameTable{
	background-color:#111;
	width:1008px;
}

#mainTitle {

}

#page_message{
  text-align:center;
	font-weight:bold;
	color:#111;
	padding:2px;
	margin:4px;
}

.message_type_warning{
  background-color:#ff3;  
	border:1px solid #D5D72B;
}

.message_type_error{
  background-color:#FF5053;
	border:1px solid #FF1014;
}

.message_type_info{
  background-color:#20FF58;  
	border:1px solid #18BF42;
}

#footerNavTable, #footerNavTable a, #footerNavTable a:hover{
	font-family: verdana;
	font-size: 10px;
	color: #656565;
}

#footerNavTable {
  text-align:center;
	padding-bottom:10px;
}

#footerNavTable a {
	text-decoration: none;
}

#footerNavTable a:hover {
	text-decoration: underline;
}

#copyright {
  text-align:center;
  font-family: verdana;
  font-size: 9px;
  color:#5a5a5a;
}

#copyright a{
  text-decoration:none;
  color:#111;
  border-bottom:1px dotted #5a5a5a;
}


#rssLogo{
  margin-top:30px;
}

/* MENU (see css/menu.css)*/

/* Album */


.albumCaption {
  font-style:italic;
}

.photoThumbs {
	opacity:1;
	filter:alpha(opacity=100);
	padding:30px;
	border:1px solid #5a5a5a;
	background-color:#EBEBEB;
}

.thumbsInfos{
  z-index:1000; 
  min-width:40px;
  width: auto;
  position:relative;
  top:50px;
  clear:both; 
  display:inline;
}

td .albumImage{
  padding:20px;
  text-align:center;
  width:25%;
}

.photo_thumbs_title{
  font-size:10px;
	color:#999;
	display:block;
}


/* Photo popup*/
.lv_MenuBar{
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	color:#111 !important;	
}

.lv_Title{
  font-size:14px !important;
	margin-bottom: 6px !important;
}


.lv_Caption {
  font-size:12px !important;
}

.lv_ImgNumber{
  color:#5A5A5A !important;
}

/* Contact */
#contact_form label {
  font-size:120%;
  margin-bottom:40px;
  font-weight:bold;
  text-align:left;
  margin-left:5px;
}
	

#contact_form input.text,input.submit,textarea,input.focus {
  border:1px solid #CF5503;
  margin:5px;
  margin-bottom:15px;
  padding:5px;
  font-size:120%;
  display:block;
  font-weight:normal;
  font-family:Verdana;
  font-weight:bold;
  width:450px;
  background-color:#EFEFEF;
}
	
#contact_form input.submit {
  cursor:pointer;  
}

#contact_form input.focus,textarea.focus{
  background-color:#fff;
  border:1px solid #F06204;
}
	
#contact_form fieldset{
  background-color:#e3e3e3;
  border:1px solid #5a5a5a;
  width:500px;
  font-size:90%;
}
	


#contact_form legend{
  font-size:110%;
	font-weight:bold;
	color:#F06204;
	border:1px solid #5a5a5a;
	background-color:#fff;
	padding:5px;
}

