﻿#wrapper-outer
{
    width: 100%;
}

#wrapper
{
    width:977px;
	margin:0 auto;
	min-height:600px;
	height:auto;
	position:relative;
/*    background-color:Aqua;*/
	
}

#wrapper-inner
{
    width:759px;
	margin:0 auto;
	min-height:300px;
	height:auto;
	position:relative;
}

#top
{
/*	height:97px;*/
	width:759px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	vertical-align:bottom;
}

#content
{
	float:left;
	padding:0px;
	width:759px;
}

#footer
{
	float:left;
	height:10px;
	width:759px;
    background-image: url( '../Images/BASELINE.png' no-repeat);
   margin:20px 0 20px 0;
}

.content-col1
{
    float:left;
    width: 306px;
    padding-left:18px;
    margin-top:8px;
}

.content-col2
{
    float:left;  
    width:423px;  
    margin-top:0px;
}


