
/************ Container ****************/
#container
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: none;	
	position: relative;
	width: 800px;
	background-color: #EEEEEE;
	}



/************ 1. Header - Menu ****************/
#header	{
	position: relative;
	width: 100%;
	height: 140px;
	background-color: #002147;	/*oxford blue*/
	}


/************ 2. Mainbody ****************/
#main-body
	{
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
	min-height: 500px;
	height:auto!important;
	_height:500px;
	background-color: #EEEEEE;
	}

div.return-to-one-column
	{
	clear: left;
	}

/************ 2.1 Two Columns ****************/
div.split-into-two-column div
	{
	float: left; 
	}

#left-column-one-quarter
	{
	margin-left: 0px;
	width: 25%;
/*	background-color: #FEFEFE;*/
	}

#right-column-three-quarters
	{
	position: relative;
	left: 5%;
	width: 70%;
	top: 0px;
/*	background-color: #FEFEFE;*/
	}

#left-column-one-third
	{
	margin-left: 0px;
	width: 35%;
/*	background-color: #FEFEFE;*/
	}

#right-column-two-thirds
	{
	position: relative;
	left: 5%;
	width: 60%;
	top: 0px;
/*	background-color: #FEFEFE;*/
	}

#left-column-half
	{
	margin-left: 0px;
	width: 47%;
/*	background-color: #FEFEFE;*/
	}

#right-column-half
	{
	position: relative;
	left: 5%;
	width: 48%;
	top: 0px;
/*	background-color: #FEFEFE;*/
	}


/************ 2.2 Three Columns ****************/
div.split-into-three-column div
	{
	float: left; 
	}

#left-3column-one-third
	{
	margin-left: 0px;
	width: 25%;
/*	background-color: #FEFEFE;*/
	}

#middle-3column-one-third
	{
	position: relative;
	left: 5%;
	width: 25%;
	top: 0px;
/*	background-color: #FEFEFE;*/
	}

#right-3column-one-third
	{
	position: relative;
	left: 10%;
	width: 25%;
	top: 0px;
/*	background-color: #FEFEFE;*/
	}


/************ 3. Footer ****************/
#footer	{
	position: relative;
	width: 100%;
	height: 30px;
/*	background-color: #CCCCCC;*/
	}