﻿/*************************************************************/
/***** CSS Stylesheet: gb_content.css          ***************/ 
/***** Created on Feb22/10                     ***************/
/*****                                         ***************/

/***** General Info ************/
/*** #9bd8db  : GB Blue  *******/
/*** #551900/551900/541900  : GB Brown *******/
/*** #cccccc  : GB Gray  *******/
  
/********** Clear style setting ******************************/
table, img, div, body, html {	border: 0px; margin: 0px; padding: 0px;}

/********** General *******************************************/
h4 { font-size: 1.1em; font-weight: bold;} 
/*h5 { font-size: 0.9em; font-weight: bold; font-style:italic;} 
h6 { font-size: 0.9em; font-style:italic; } */
p { font-size: 0.9em;} 

html, body {
	background:#fff; /*e8e9ef*/
    font-family:Arial, Tacoma, Helvetica, sans-serif;
    color: #551900; 
    font-size:0.9em;  
    margin:0px;
    text-align:center;    
}

/*--- Container ---*/
#container {
    margin: 50px auto;
    /*margin-left: 30px; */
    text-align:left;
    min-height: 430px;
    width: 630px; 
    padding: 20px 15px;
    border: 2px solid #ccc; background-color:#ccc;
}

#containerBrdr 
{	
    background-color:#fff; /*f7f6f6*/
    width: 600px; min-height: 376px; 
	  margin:auto; padding: 15px; clear: both;
}


#containerBox1 {	
	position:relative; float: left; border: 1px solid #ccc; background-color:#fff;
	padding: 5px; margin: 0px 25px 10px 0px;
}


 a:link{color: #245496; text-decoration: none; font-size: 1.0em;}    
 a:visited {color: #245496; text-decoration: none; font-size: 1.0em;}    
 a:hover {color: #7baeb0; text-decoration: underline;font-size: 1.0em;}   
 a:active {color: #245496; text-decoration: none; font-size: 1.0em;} 

#ftr {
	position:relative; text-align:center; 
	width: 100%; margin-top: 10px; vertical-align: bottom; 
    color: #660000; font-family:Garamond;  
}

/******************************************************* end ****/
  