@charset "utf-8";

/*--------------------------------------------------------------------------------------*/
/* GLOBAL
/*--------------------------------------------------------------------------------------*/
* { padding: 0px; margin:0px}
html {height:100%;}
body {background:#000 url(../images/bg_body.gif) top repeat-x; height:100%; font:62.5% "Trebuchet MS", sans-serif;}
br.clear-float{clear:both; line-height:0px; height:0px;}

/*--------------------------------------------------------------------------------------*/
/* MAIN STRUCTURE
/*--------------------------------------------------------------------------------------*/
.global {position:relative; height:auto !important; height:100%; min-height:100%;}
.header {background:#FFF url(../images/bg_header.gif) no-repeat; background-position: 682px 0; position:relative; width:950px; margin:0 auto; height:130px; margin-bottom:0px;}
.page-content {width:950px; margin:0 auto; /*background:url(../images/bg_pagecontent.gif) repeat-y;*/ padding-bottom: 15px;}
.footer {position:absolute; bottom:0px; width:100%; height:15px; background:#A00C20 url(../images/bg_footer.gif) center repeat-y;}

/*--------------------------------------------------------------------------------------*/
/* HEADER
/*--------------------------------------------------------------------------------------*/
.global .header .logo {width: 271px; height: 62px; background: url(../images/bg_logo.gif) no-repeat; position: absolute; left: 20px; top: 35px }
.global .header .logo a {display:block; width: 100%; height: 100% }
.global .header .address {background:#A00C20; position: absolute; top: 0px; left: 700px; width: 250px; height: 130px; text-align:left;}
.global .header .address p {margin:10px 10px 0px 10px; color:#FFF; font-size:10px;}
.global .header .address a {margin-left:7px; margin-top:2px; padding-top:1px; color:#fff; font-size:10px;}
.global .header .address a:hover {color:#000;}

/*--------------------------------------------------------------------------------------*/
/* MAIN CONTENT
/*--------------------------------------------------------------------------------------*/
.left-content {width:700px; float:left;  position: relative; padding-bottom:0px;}

.left-content img {margin:3px 9px 7px 0; padding:1px; border:1px solid rgb(150,150,150);}
.left-content a img {border:solid 1px rgb(150,150,150);}
.left-content a:hover img {border:solid 1px #C21416;}

.index-content { padding:20px; background:#fff;}

.right-content  {width:250px; padding:25px 0 0 0 !important; float:right; position: relative;/* background:url(../images/bg_rightcontent.png) top center repeat-x; */}

.right-content  p{ color:#FFF; margin-bottom:5px; text-align:justify; }

/*--------------------------------------------------------------------------------------*/
/* PHP GALLERY
/*--------------------------------------------------------------------------------------*/
.thumb-container {float:left; margin-bottom:8px;}
.thumb-container p {text-align:center; font-size:10px;}
.thumb-container img {margin:0 5px;}	
