/* CSS Document */

/* Type */
body {
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:2em;
	color:#333333;
	width:1100px;
	}
	
img {
	border:none;
}
	
.header {
	background-image:url("Images/logo.jpg");
	background-repeat:no-repeat;
	}
	
.col_A {
 	background-image:url("Images/Logos/background-grey.gif");
	border-right:medium;
	border-right-style:solid;
	border-right-color:#CCCCCC;
    background-color:#CCCCCC;
	color:#990000;
	text-align:right;
	letter-spacing:.15em;
	}
/* Structure */

.clear {clear: both;}

.section {
  margin-left: 10px;
  width:700px;
  color:#990000;
  background-color:#FAFAFA;
  float:left;
  letter-spacing:.3em;
  }

.header {
	width: 100%;
	height: 85px;
	}   

.col_A, .col_B {float: left; top: 0px;}	  		 		 

.col_A {
  width: 130px;
  height: 750px;  
}

.col_B { 
  margin: 10px;
  font-family:"Garamond";
  line-height:1.2em;
  font-size:0.8em;
  width:700px;
  height:800px;
  }		  

.footer {
  width: 100%;
  margin: 7;}

/* Links */

a:link {
	color:#333333;
	text-decoration:none;
	}
	
a:active {
	color:#990000;
	text-decoration:none;
	}
	
a:visited {
	color:#666666;
	text-decoration:none;
	}