/*Main body information*/

body{
margin:0;
padding:0;
background-color: #231f20;
line-height: 1.5;
font-style:normal; 
font-variant:normal; 
font-weight:normal;
font-size: 14px;
font-family: 'Trebuchet MS', Arial,Verdana;
color: white;
}

.imgAL{
float: left;
margin-right: 5px;
}

/*the main content*/

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding: 0;
background-color: black;
height:100%;
border:0;
/*#3c3c3c - original color*/
border-left: 5px double #aaaaaa;
border-right: 5px double #aaaaaa;
border-bottom: 3px solid #aaaaaa;
}

/* three column layout stuff - main GVP page only*/

#left{ 
/*background: #dddddd url(../images/top-left-lc.gif) top left no-repeat;*/
float:left; 
width: 195px;
text-align: center;
margin: 0;
border: 0;
border-top: 3px solid #aaaaaa;
}

.line{
border-top: 3px dotted #aaaaaa;
margin-top: 5px;
}

/*full width div (pilots page, extras page)*/

#spanner{
/*background: #eeeeee url("../images/span-corner.gif") no-repeat top left;*/
margin-left: 195px;
padding: 5px;
border: 0;
border-top: 3px solid #aaaaaa;
border-left: 3px solid #aaaaaa;
}

#spanner img{
border: 3px double #3c3c3c;
}

/* header info; spans the whole page*/

#header{
/*height: 210px;*/
clear:both;
width: 100%;
border: 0;
border-bottom: 3px solid #aaaaaa;
}

/* footer info; spans the whole page*/

#footer{
clear: both;
width: 100%;
background: black;
text-align: center;
border: 0;
border-top: 3px solid #aaaaaa;
font-size: 0.75em;
}

/*link definitions for the footer*/

#footer a{
color: #396772;
}

/*no default border around any image*/

img{
border: 0;
}

/* Link Rules */
a{
color: #f1c533;
text-decoration: none;
font-weight: bold;
}

a:hover{
color:yellow;
text-decoration: none;
}

.info{
/*float:left;
width: 250px;
padding: 10px;
height: 650px;*/
display: table-cell;
display: inline-block; 
width: 325px;
text-align: left;
margin: 25px;
vertical-align: top;
}