html {

font-family:Trebuchet MS;
font-size:12px;
width: 100%;
background:#f0be79 url(../images/bg.jpg) repeat-x top left;
margin: 0px;
}
body {
margin: 0px;
}


#frapiera{
width: 184px;
height: 244px;
overflow: hidden;
position: absolute;
bottom: -197px;
right: 0px;

}

input{
border: 1px solid #efefef;
font-size: 14px;
width: 300px;
height: 25px;
font-family: Arial;
}

textarea{
border: 1px solid #efefef;
font-size: 14px;
width: 300px;
height: 150px;
font-family: Arial;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 99999999;
	width: 130px;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;	
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;	
	color: #626262;
	text-decoration: none;
	width: 130px;
	text-align: center;
	}

#sddm li a:hover
{	color: #a08708;
text-decoration: none;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;	
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		color: #a08708;
		font-size: 12px;
		background: #efefef;
		}

	#sddm div a:hover
	{	background:#a08708;	
	font-size: 12px;
		color: #FFF}



h2{
text-transform:uppercase;
color: #4b2c06;
font-family: Georgia;
font-size: 20px;
font-weight: normal;
}

.brown{
color: #4b2c06;
}

h3{
text-transform:uppercase;
color: #4b2c06;
font-family: Georgia;
font-size: 16px;
font-weight: normal;
}

.home_text{
color: #ffffff;
font-family: Georgia;
font-size: 12px;
font-weight: normal;
}

.home_description{
color: #ffffff;
font-family: Georgia;
font-size: 16px;
font-weight: normal;
}

/* Thumber */
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 790px;
}
ul.thumb li {
	margin: 0; padding: 10px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 80px;
	height: 80px;
}
ul.thumb li img {
	width: 80px; height: 80px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #a08708;
	padding: 5px;
	background: #efefef;
	position: absolute;
	left: 0; top: 0;
}
	.img_event{width: 80px; height: 80px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #a08708;
	padding: 5px;
	margin: 5px;
	background: #efefef;		
	}
ul.thumb li img.hover {
	background:url(../images/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect*/
	border: none; /* Get rid of border on hover */
}

.highlight{
 color: #e42535;
 font-weight: bold;
 }
 a.highlight:hover{
 color: #e42535;
 font-weight: bold;
 text-decoration: underline;
 }
.highlight1{
 color: #c8c8c8;
 }
 
 .highlight2{ 
 color: #a08708; 
 font-weight: bold; 
 }
 
.img_style{
border: 3px solid #efefef;
}
  
 
  .profile_tab_over{  
  color: #e42535;  
  font-family: Arial;
  font-weight: bold;  
  font-size: 18px;  
  text-align: center;  
  text-decoration: none;  
  font-weight: normal;
  cursor: pointer;
  }
  
  a.profile_tab{  
  color: #c0c0c0;  
  font-family: Arial;
  font-weight: bold;  
  font-size: 18px;    
  text-decoration: none;  
  font-weight: normal;
  cursor: pointer;
  }
  a.profile_tab:hover{  
  color: #e42535;
  font-family: Arial;
  font-weight: normal;
  font-size: 18px;    
  text-decoration: none;
  cursor: pointer;
  }
  a.details{
  background-color: #000000;
  font-size: 12px;
  padding-left: 2px;
  padding-right: 2px;
  }
  a.details:hover{
  background-color: #ffffff;
  font-size: 12px;
  color: #000000;
  padding-left: 2px;
  padding-right: 2px;
  }
  
.normal{
 font-size: 16px;
 color: #262424;
 text-align: left;
 font-weight: normal;
 }
#content{
 width:	690px;
 float: left;
 margin: 0px;
 padding:0px;
 text-align: left;
 height: auto;  
}



#flash{
width: 849px;
height: 346px;
position: abosolute;
margin-bottom: -150px;

}


#menu {
width:100%;
height: 120px;
text-align:center;
color:#ffffff;
font-family: Trebuchet MS;
font-size: 16px;
background:#ffffff url(../images/header.jpg) no-repeat top center;
}

#logo{
 margin: 0px;
 padding: 0px;
 text-align: center;
 float: left;
 z-index: 1;
 width: 100%;
 
 }

 
#footer{
height: 198px;
background-color: #d9d7d0;
text-align: center;
bottom: 0px;
left: 0px;
width: 100%;
margin: 0px;
padding: 0px;
background:#ffffff url(../images/footer_bg.jpg) repeat-x top center;
}

 a{
color: #626262;
text-decoration: none;
}
a:hover{
color: #a08708;
text-decoration: none;
}

.copyright{
color: #887611;
text-decoration: none;
font-family: Arial;
font-size: 12px;
}

.t{
 font-size: 16px;
 padding: 5px;
 text-decoration: none;
 cursor: pointer;
 
 }
 
.t_over{
 font-size: 16px; 
 text-decoration: none;
 background: #887611;
 padding: 5px;
 color: #ffffff;
 cursor: pointer;
 }

a.download{
 color: #ffffff;
 text-decoration: none;
 }
 
 a.download:hover{
 color: #887611;
 text-decoration: underline;
 }

a.footer_links{
color: #887611;
text-decoration: none;
font-family: Arial;
font-size: 12px;
}
a.footer_links:hover{
color: #887611;
text-decoration: underline;
font-family: Arial;
font-size: 12px;
}
