/* CSS Document */

/*---------------------------------------------------------------------------------------
Global 
-------------------------------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0; 
	height: 100%;
	background-color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
}

html {
    overflow: auto;
	scrollbar-face-color: #949494; 
	scrollbar-highlight-color: #949494; 
	scrollbar-3dlight-color: #fdfdf5; 
	scrollbar-darkshadow-color: #fdfdf5; 
	scrollbar-shadow-color: #949494; 
	scrollbar-arrow-color: #fdfdf5; 
	scrollbar-track-color: #949494;
	scrollbar-base-color:#fdfdf5;
}


/*---------------------------------------------------------------------------------------
Layout Structure
-------------------------------------------------------------------------------------- */
#container_table {
   width: 100%;
   height: 100%;
   border: none;
   }
#container_td {
   vertical-align: middle;
   text-align: center;
   }
#container {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 640px;
   height: 640px;
   text-align: left;
   background-color: #fdfdf5;
   border: 1px solid #fdfdf5;
   }
#logo {
   position: absolute;
   top: 0px;
   right: 0px;
   margin: 0px;
   height: 180px;
   width: 240px;
   text-align: right;
   }
#address {
   position: absolute;
   top: 0px;
   left: 10px;
   margin: 0px;
   height: 180px;
   width: 400px;
   text-align: left;
   color: #666666;
   }
#address a {
   color: #c00000;
   }
#scroll_information {
   position: absolute;
   left: 0px;
   bottom: 0px;
   height: 460px;
   width: 400px;
   text-align: left;
   background-color: #c00000;
   overflow: auto;
	scrollbar-face-color: #81c500; 
	scrollbar-highlight-color: #81c500; 
	scrollbar-3dlight-color: #fdfdf5; 
	scrollbar-darkshadow-color: #fdfdf5; 
	scrollbar-shadow-color: #fdfdf5; 
	scrollbar-arrow-color: #fdfdf5; 
	scrollbar-track-color: #fdfdf5;
	scrollbar-base-color:#fdfdf5;
   }
#information {
   position: static;
   left: 0px;
   bottom: 0px;
   height: 460px;
   width: 380px;
   text-align: left;
   color: #fdfdf5;
   background-color: #c00000;
   }
   
#information a {
   color: #a0d2b9;
   }
   
#photo {
   position: absolute;
   right: 0px;
   bottom: 0px;
   height: 460px;
   width: 240px;
   text-align: left;
   color: #c00000;
   background-color:#a0d2b9;
   }
