﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
    height:100%;
    min-height: 100%; 
	height: auto; 
	
}


#wrapper {
	width:755px;
	border:solid 1px #7b568f; 
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#fff;
	height:687px;
}




/* HEADER */

#header {
	position:relative;
	width:755px;
	height:66px;
	/*border: solid 1px red;*/
	margin-bottom:10px;
	clear:left;
}



/*MENU*/
#menuContainer
{
    width:755px;
}

ul#menuList
{
    padding:0px;
    margin:0px;
    clear:left;
    height:32px;
  
}

#menuList li
{
    float:left;
    display: inline;
    list-style-type: none;
    height:28px;
    background-color:#d8d8d8;
}


#menuList div.outer
{
    height:28px;
    background:#d8d8d8;
    float:left; 
    display:inline;
    vertical-align:middle;
    border-bottom:solid 4px #ebebeb;
}

#menuList div.inner
{
    height:18px;
    background:#d8d8d8;
    border-right:solid 1px #bcbcbc;
    margin-top:5px;
    float:left;
   
}

#menuList div.innerEnd
{
    height:18px;
    background:#d8d8d8;
    margin-top:5px;
}

#menuList a
{
 
  display:block;
  height:18px;
  float:left;
  display:inline;
  font-family:Verdana;
  font-size:9pt;
  font-weight:bold;
  text-decoration:none;
  line-height:18px;
  text-align:center;
 /* border-bottom:solid 4px #ebebeb;*/
  background-color:#d8d8d8;
  
}


#menuList a.menuWhat
{
  /*background-color:#7d2b8b;
  border-bottom:solid 4px #b369bc;*/
  color:#852394;
  width:105px;
}

#menuList a.menuWhere
{
  /*background-color:#4f1e69;
  border-bottom:solid 4px #8e54a4;*/
  width:83px;
  color:#4d2269;
}

#menuList a.menuWhen
{
 /* background-color:#b5655d;
  border-bottom:solid 4px #d7a09a;*/
  width:80px;
  color:#bc6462;
}

#menuList a.menuWhy
{
  /*background-color:#562516;
  border-bottom:solid 4px #946044;*/
  width:110px;
  color:#562516;
}

#menuList a.menuWho
{
  /*background-color:#af8bbc;
  border-bottom:solid 4px #d3bcdb;*/
  width:145px;
  color:#a25cb5;
}

/*
OPTION REMOVED 28/04/08
#menuList a.menuForMe
{
  background-color:#8394be;
  border-bottom:solid 4px #b7c2dc;
  width:145px;
  color:#8394be;
}
*/

#menuList a.menuAmI
{
  /*background-color:#3a67a2;
  border-bottom:solid 4px #7aa2cb;*/
  width:195px;
  color:#3864a3;
}

#menuList a.menuThink
{
  /*background-color:#9f2536;
  border-bottom:solid 4px #c96076;*/
  width:196px;
  color:#a42335;
}

#menuList a:hover
{
    text-decoration:underline;
}



/*MAIN CONTENT*/

#mainContent
{
   width:755px; 
   height:489px;
}

/*LEFT CONTENT*/

#leftContent {
	width:376px;
	border-right:solid 1px #7b568f;
	margin-top:33px;
	height:450px;
	float:left;

}


html>body #leftContent{
	width:376px;
}


.textArea
{
    /*border:solid 1px green;*/
    margin:0px 28px;
}

.imageBox
{
    text-align:center;
    margin-top:20px;
}

.imageBoxLeft
{
    text-align:left;
    margin-top:20px;
    margin-bottom:20px;
}

.imageBoxRight
{
    width:345px;
    margin-right:0px;
    margin-left:auto;
    margin-top:22px;
}


/*RIGHT CONTENT*/
#rightContent {
	width:376px;
	margin-top:33px;
	float:left;
	/*border:solid 1px red;*/
}


html>body #rightContent{
	width:376px;
}




/*FOOTER*/

#footerToBottom {
	height:1px;
	width:755px;
	clear:both;
	position:relative;
}

#footer {
	width:755px;
	margin-left:auto;
	margin-right:auto;
	height:89px;
}
