
/* Layout Stylesheet */ 
a:link {font-size:90%; color: #5C5C5A; text-decoration: none;}
a:visited {font-size:90%; color: #5C5C5A; text-decoration: none;}
a:active {font-size:90%; color: #5C5C5A; text-decoration: none;}
a:hover {font-size:90%; color: red; text-decoration: underline;}
a {font-size:90%; color: #5C5C5A; text-decoration: none;}


h2 {
position: relative;
top: 10px;
margin-left: 20px;
font-size:90%
font-color:white;
}

.header{
  height:120px;
  background:#000000;
  color:#333333;
  margin:0;
  padding:0;
  text-align="left";
  background-image:url('/resources/v44goesusa/images/top.jpg');
  background-repeat: no-repeat;
  z-index: 1;
} 

.left {
	background-image:url('/resources/v44goesusa/images/left.jpg');
	background-repeat: no-repeat; 
	background-color:white;
	margin:0px;
	height:600px;
	width:150px;
}

.center{
	background-image:url('/resources/v44goesusa/images/center.jpg');
	background-repeat: no-repeat;
	background-color:white;
	height:600px;
	width:418px;
	vertical-align : top;
	padding-top : 10px;
}

.right {
	background-image: url('/resources/v44goesusa/images/right.jpg');
	background-repeat: no-repeat; 
	background-color:white;
	margin:0px;
	height:600px;
	width:200px;
}
