@import url('type_style.css');
/* These are the base styles that control the site layout.. */

		body{
	    font-family: Verdana, Arial, Helvetica, sans-serif;
	    color:#FFFFFF;
	    font-size:70%;
	    margin:10px 0 0 0;
	    padding:0;
		background:url(../images/bkgd.gif) ;}
        
        /* margin:0 auto; sets the body container to be centred on the page.*/
		
		div#headercontainer img#logo{display:none;}
		div#picture img#print{display:none;}
        
		div#bodycontainer{
	    text-align:left;
	    width:800px;
	    margin:0 auto;
		background-color: #FFFFFF;}
		
		div#wrapper {
		width: 800px;
		border: 1px solid #A5771B;}
		
		div#headercontainer {
		margin: 0;
		padding: 0;
		width: 800px;
		height: 107px;
		background:url(../images/header.gif) no-repeat;}
        
		/* To control the widths of the columns change the left and right margins of the contentContainer
           and the corresponding widths and margins in the subNav and sideContainer sections */
        
		div#contentContainer{
		width: 400px;
		float: left;
		margin: 0;
		padding: 0;
		background-color:#FFFFFF;}
		
		div#aboutContainer{
		width: 400px;
		float: left;
		margin: 0;
		padding: 0;
		background-color:#FFFFFF;}
		
		div#tandcContainer{
		width: 800px;
		float: left;
		margin: 0;
		padding: 0;
		background-color:#FFFFFF;}
		
		div#contentContainerfull{
		width: 800px;
		height: 400px;
		margin: 0;
		float: left;
		padding: 0;
		background-color:#FFFFFF;}
		
		div#contentContainerlink{
		width: 800px;
		height: 400px;
		margin: 0;
		float: left;
		padding: 0;
		background-color:#FFFFFF;}
		
		div#teamContainer{
		width: 400px;
		float: left;
		margin: 0;
		padding: 0;
		background-color:#FFFFFF;}
		
		div#investContainer{
		width: 560px;
		float: left;
		margin: 0;
		padding: 0;
		background-color:#FFFFFF;}
		
		div#logoContainer{
	    float:right;
	    width:235px;
		margin-right: 5px;
		padding: 0;}
		
		div#newsContainer{
		width: 800px;
		float: left;
		margin: 0;
		padding: 0;
		background-color:#FFFFFF;}

        div#picture{
	    float:right;
	    width:400px;}
		
		div#teampicture{
		float:right;
	    width:400px;
		height:406px;
		background:url(../images/teambio_bkgd.gif) no-repeat; }
		
		div#footer{
		
		margin: 0;
		padding: 0;
		width: 800px;
		height:81px;
		background:url(../images/footer.gif) no-repeat;}

        /* These are additional styles to show the columns */
        #headercontainer{background:#FFFFFF;}
        #contentContainer{background:#FFFFFF;}
        #subNav{background:#FEE;}
        #sideContainer{background:#66F;}
		
		img{border:none;}

        #flash {background url(../flash/home.swf)no repeat}
    
		div#headercontainer{position:relative;}
		#lnkNews{position:absolute; top:100px;left:312px;text-decoration:none; color: #A5771B;font-weight:bold;}
		
		.lnkNewsPdf{text-decoration:none;display:block;border-bottom:dotted 1px #CCC;
			padding-bottom:22px;margin:0 30px 8px 30px;
			background:url(../images/pdf.gif) no-repeat top right;}
		.lnkNewsPdf span.lnkTitle{color: #A5771B;font-weight:bold;margin-right:12px;}		
		.lnkNewsPdf span.lnklUnderline{text-decoration:underline;}