

#html_body {
	position: relative;
	width: 950px;
	height: 500px;
	margin-left:37px;
	background: #cdbe9f;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #eeeeee), color-stop(0.50, #ffffff),color-stop(1.00, #dddddd));
	background: -webkit-linear-gradient(90deg,#dddddd,#ffffff,#eeeeee);
	background: -moz-linear-gradient(90deg,#dddddd,#ffffff,#eeeeee);
	background: -o-linear-gradient(90deg,#dddddd,#ffffff,#eeeeee);
	background: linear-gradient(90deg,#dddddd,#ffffff,#eeeeee);
	background-repeat: no-repeat;
	
	-moz-box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;  
	-webkit-box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;
	box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;  

  filter:
	progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',  endColorstr='#eeeeee', GradientType=0),
	  progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=0,strength=1),
	  progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=45,strength=1),
	  progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=90,strength=2),
	  progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=135,strength=3),
	  progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=315,strength=1);
}


#slideshow {
	position: relative;
	width: 950px;
	height: 320px;
}

#slideshow .container {  
    position: relative;
    width: 950px;  
    height: 290px;  
    overflow: hidden;  
}  

#slideshow .container:after {  
    position:absolute;  
    bottom: 0; left:0;  
    content: " ";  
    width: 100%;  
    height: 1px;  
    background: #999;  
}  
#slideshow .images {  
    position: absolute;  
    left:0; top:0;  
    width: 500%;  
    height: 300px; 
	-webkit-animation: images 32s infinite; 
	-moz-animation: images 32s infinite; 
	animation: images 32s infinite;
	
}  

#slideshow figure {  
    position:relative;  
    display:inline-block;  
    padding:0; margin:0;  
}

#slideshow figcaption {  
    position:absolute;  
    left:0; right:0; bottom: 5px;  
    padding: 20px;  
    margin:0;  
    border-top: 1px solid rgb(225,225,225);  
    text-align:center;  
    letter-spacing: 0.05em;  
    word-spacing: 0.05em;  
    font-family: Georgia, Times, serif;  
    background: #fff;  
    background: rgba(255,255,255,0.7);  
    color: #555;  
    text-shadow: -1px -1px 0 rgba(255,255,255,0.3);
	-webkit-animation: figcaptionner 32s infinite;
    -moz-animation: figcaptionner 32s infinite;  
    animation: figcaptionner 32s infinite;  
}


@-webkit-keyframes images {  
    0%, 20%, 100%   { left: 0 }  
    25%, 45%        { left: -954px }  
    50%, 70%        { left: -1908px }  
    75%, 95%        { left: -2862px }  
}

@-moz-keyframes images {  
    0%, 20%, 100%   { left: 0 }  
    25%, 45%        { left: -954px }  
    50%, 70%        { left: -1908px }  
    75%, 95%        { left: -2862px }  
}

@keyframes images {  
    0%, 20%, 100%   { left: 0 }  
    25%, 45%        { left: -954px }  
    50%, 70%        { left: -1908px }  
    75%, 95%        { left: -2862px }  
}

@-webkit-keyframes figcaptionner {  
    0%, 20%, 45%, 70%, 95%                     { bottom: -50px;    }  
    10%, 19%, 35%, 44%, 60%, 69%, 85%, 94%       { bottom: 0px;      }  
}
@-moz-keyframes figcaptionner {  
    0%, 20%, 45%, 70%, 95%                     { bottom: -50px;    }  
    10%, 19%, 35%, 44%, 60%, 69%, 85%, 94%       { bottom: 0px;      }  
}
@keyframes figcaptionner {  
    0%, 20%, 45%, 70%, 95%                     { bottom: -50px;    }  
    10%, 19%, 35%, 44%, 60%, 69%, 85%, 94%       { bottom: 0px;      }  
}


a heref{
	text-decoration: none;
}



#foot a {
	text-decoration: none;
	color: #A60000;
	font-size: 1.1em;
}

/*GLOBAL HEADER*/
#body_2 {
	text-align : center;
	margin-top : 20px;
	margin-left : 20px;
	height: 215px;
	width : 320px;
	float : left;
	background: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #eeeeee));
	background: -webkit-linear-gradient(90deg,#eeeeee,#ffffff);
	background: -moz-linear-gradient(90deg,#eeeeee,#ffffff);
	background: -o-linear-gradient(90deg,#eeeeee,#ffffff);
	background: linear-gradient(90deg,#eeeeee,#ffffff); 
	background-repeat: no-repeat;
	z-index: 100;

	-webkit-box-shadow: 0 0 8px #272e31;
	-moz-box-shadow: 0 0 8px #272e31;
	-ms-box-shadow: 0 0 8px #272e31;
	-o-box-shadow: 0 0 8px #272e31;
	box-shadow: 0 0 8px #272e31;
	filter:
		  progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',  endColorstr='#eeeeee', GradientType=0),
          progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=0,strength=1),
          progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=45,strength=1),
          progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=90,strength=2),
          progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=135,strength=3),
          progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=315,strength=1);


	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 10px;
}

#body_3 {
	text-align : center;
	margin-top : 20px;
	margin-right : 155px;
	height: 135px;
	width : 640px;
	float : right;
	background: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #eeeeee));
	background: -webkit-linear-gradient(90deg,#eeeeee,#ffffff);
	background: -moz-linear-gradient(90deg,#eeeeee,#ffffff);
	background: -o-linear-gradient(90deg,#eeeeee,#ffffff);
	background: linear-gradient(90deg,#eeeeee,#ffffff); 
	background-repeat: no-repeat;
	z-index: 100;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	filter:
		  progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',  endColorstr='#eeeeee', GradientType=0),
          progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=0,strength=1),
          progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=45,strength=1),
          progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=90,strength=2),
          progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=135,strength=3),
          progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=315,strength=1);
}

#body2_title {
	
	border-bottom: 1px solid #33373d;
	width: 100%;
	height: 20px;
	line-height: 20px;
	display: block;
	font-family: Georgia, times, serif;

	font-size: 1.2em;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	
	-webkit-box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	box-shadow: 0px 1px 3px #999;

	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
	border-radius:  10px 10px 0px 0px;
	
	background-color: #9B0000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(200, 0, 0)),to(rgb(150, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	background-image: -moz-linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	background-image: -o-linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	background-image: -ms-linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	background-image: linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E3A37',  endColorstr='#5F5954', GradientType=0);
}
