/* Design and source code by Sean O'Halloran. 
Please email sean@wfyoungadvisors.org.uk
for permission to use*/
body{
     background-color:#FFCC00;
	 font-family:Trebuchet MS;
	 }
	 
#wrapper{
    min-width:900px;
	width:90%;
	color:#000000;
	background-color:none;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
     }
	 
#header{
	background-color:#fcba18;
	height:70px;
	width:auto;
	float:inherit;
	font-size:46px;
	text-align:center;
     }
	 
#h2{
	font-size:46px;
	height:100px;
	 }
	 
#logo{
	 width:200px;
	 height:66px;
	 padding-right:10px;
	 background-repeat:no-repeat;
	 float:left;
	 background-image:url(images/imadlogo.png);
	 }
	 
#navigation{
	background-color:#fcba18;
	font-size:100%;
	font-weight:bold;
	width:auto;
	}


#navigation ul {
	margin-top:0;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	width:auto;
	min-width:inherit;
	}

#navigation li {
	display:inline;
	padding-right:9%;
}

#sidebar{
    margin-left:12px;
    color:#FFFFFF;
    float: right;
	width:270px;
	height:auto;
    }

#basic{
	margin-bottom:5px;
    float: right;
    height:auto;
	width:270px;
	background-color:#0172b6;
	border-color:#01456d;
	border-style:solid;
	border-width:3px;
	}
	
#info{
	margin-top:5px;
    float: right;
    height:auto;
	width:270px;
	background-color:#772a90;
	border-color:#451854;
	border-style:solid;
	border-width:3px;
    }
	 
#main{
     height:auto;
	 width:auto;
	 padding-right:10px;
     }
	 
#footer{
     text-decoration:none;
     color:#000000;
	 font-size:10px;
	 width:auto;
	 height:auto;
	 }
