* { font-family: Trebuchet ms, Helvetica, Sans-Serif; }

a:active, a:focus {outline: 0;}


html {
  height: 100%;
  min-height: 100%;
  font-size: 11pt; 
  border: 0;
  margin: 0;
  padding: 0;  
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  color: #f2f2f2;
  height: 100%;
  min-height: 100%;
  background: #e8e8e8 url('gfx/bg_body.jpg') repeat-x;
}


#container, #top, #logo1, #logo2 {
  border: 0;
  margin: 0;
  padding: 0;
}

#container {
  min-height: 300px;
  height: auto !important;
  height: 300px;
  width: 870px;
  margin: 0 auto 0 auto;
  position: relative;
  background: url('gfx/bg_cont.jpg');
}

#top {
  margin: 0;
	padding: 0;
  width: 870px;
  height: 94px;
  position: relative;
  background: url('gfx/bg_top.jpg');	
}

#logo {
  left: 68px;
	top: 38px;
  margin: 0;
	padding: 0;
  width: 211px;
  height: 56px;
  position: relative;	
}

#logo img {	
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#logo img:hover {	
	opacity: 1;
	filter: alpha(opacity=100);
}


#gfx {
	margin: 0;
	padding: 0;
  width: 870px;
  height: 151px;
  position: relative; 
  background: url('gfx/bg_gfx.jpg');	
}

#menu {
  width: 870px;
  height: 41px;
  position: relative;
  background: url('gfx/bg_menu.jpg'); 
}

.link {
  top: 8px;
	position: relative;
  float: right;
  margin: 0;
	margin-right: 40px;
  padding: 0;
  font-family: trebuchet ms;
  font-size: 15pt;
  font-style: italic; 
  font-weight: normal;
  color: #c0c0c0;
  border: 0;
  text-align: right;
}

.link a {
  color: #a0a0a0;
  text-decoration: none;

}

.link span {

}

.link a:hover {
  color: #3e3eac;
  text-decoration: none;
}

#content {
  width: 870px;
  min-height: 200px;
  height: auto !important;
  height: 200px;
  position: relative; 
  background: url('gfx/bg_cont_top.jpg') repeat-x;	
}

#txt {
  margin: 0 auto 0 auto;
  width: 815px;
  min-height: 300px;
  height: auto !important;
  height: 300px;  
  position: relative;
	border-top: 1px dotted #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;	
}

#footer {
	clear: both;
  width: 870px;  
  height: 53px;
  position: relative;
  background: url('gfx/bg_bottom.jpg') repeat-x;
}


.item {
  float: left;
  margin: 9px;
	margin-top: 15px;
  width: 252px;
  height: 67px;  
  position: relative;
}

.item img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.item a img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.clean {
	clear: both;
	height: 5px;
}

.thumb {
  float: left;
  margin: 10px;
  width: 181px;
  height: 180px;  
  position: relative;
	border: 1px dotted #c0c0c0;
	text-align: center;
	line-height: 180px;
}

.thumb a {
  display: block;
	width: 181px;
	height: 180px;
}

.thumb a:hover {
  background: #eaeaea;
}

.thumb img {
  vertical-align: middle;
}


#copy, #copy a {
  margin: 0 auto 0 auto;
  width: 861px;  
  height: 20px;
  position: relative;
	text-align: center;
	color: #c0c0c0;
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	text-shadow:0 1px 1px white;
}

#copy a:hover {
	text-decoration: none;
	color: #808080;
	text-shadow:0 1px 1px white;
}








#add {
  width: 350px;
  height: auto !important;
  height: 360px;  
  min-height: 360px;
  margin: 0 10px 0 auto;  
  position: relative; 
}

h1 {
  margin: 10px;
  padding: 0;
  font-family: trebuchet ms;
  font-size: 15pt;
  font-style: italic; 
  font-weight: normal;
  border: 0;
  text-align: left;
  color: #c0c0c0;
}

h3 {
  margin: 10px;
  margin-left: 30px;
  margin-top: 10px;
  padding: 0;
  font-family: trebuchet ms;
  font-size: 15pt;
  font-style: italic; 
  font-weight: normal;
  border: 0;
  text-align: left;
  color: #c0c0c0;
}

#footer h3, #footer h3 a{
  margin: 4px;
	padding-top: 10px;
  font-family: trebuchet ms;
  font-size: 8pt;
  font-style: normal; 
  font-weight: normal;
  border: 0;
  text-align: left;
  color: #c0c0c0;
	text-shadow:0 1px 1px white;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1pt;
}

#footer h3 a:hover {
  text-decoration: none;
	border-bottom:1px dotted #c0c0c0;
}


h4 {
  margin: 0;
  padding: 0;
  font-family: trebuchet ms;
  font-size: 10pt;
  font-style: normal; 
  font-weight: bold;
  border: 0;
  text-align: left;
  color: #3e3eac;
}

h4 a {
  color: #3e3eac;
  text-decoration: none;
}

h4 a:hover {
  color: #3e3eac;
  text-decoration: underline;
}

h4 span {
  color: #df0000;
}

hr {		
	color: #e1e1e1;
	background-color: #e1e1e1;
	border: 0;
	height: 1px;	
	width: 296px;
	text-align: left;
	margin: 0px 0 0px 0;
}

hr.all {		
  background: white;
	border-bottom: 1px dotted #e1e1e1;
	height: 1px;	
	width: 815px;
	text-align: center;
	margin: 0px auto 0px auto;
}


img {
  margin: 0px;
  padding: 0px;  
  border: 0px;   
}


p {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: trebuchet ms;
  font-size: 10pt;
  font-style: italic; 
  font-weight: normal;  
  color: #c0c0c0;
  text-align: justify;
  line-height: 160%;
}

.list span {
  font-family: trebuchet ms;
  font-style: bold;
}


	
