/*	
	Copyright (c) 2006.
	All rights reserved
	
	$ Revision date: 11/11/05
	
	Positional CSS Selectors 	 

	CONTENTS
	1. Import other style sheets
    2. Structural Styles
*/




/* Import module stylesheets  */

@import "http://www.lyceumcapital.co.uk/styles/modules/news.css";
@import "http://www.lyceumcapital.co.uk/styles/modules/portfolio.css";
@import "http://www.lyceumcapital.co.uk/styles/modules/team.css";
@import "http://www.lyceumcapital.co.uk/styles/modules/investor.css";
@import "http://www.lyceumcapital.co.uk/styles/modules/contact.css";

/* Structural Styles */

#wrapper {
    margin: 53px auto;
    border: 2px solid #a6a6a6;
    min-height: 532px;
    _height: 532px;
    width: 758px;
    }
    
#header {
    padding: 16px 0 0 16px;
    min-height: 49px;
    _height: 49px;
    width: 740px;
    }
    
#nav {
    min-height: 20px;
    width: 758px;
    background: url(http://www.lyceumcapital.co.uk/images/nav/slice.gif) repeat-x;
    }
    
#nav ul {list-style-type: none; float: right;}
#nav ul li {display: inline;}
#nav img {vertical-align:bottom;} 

#content {
    min-height: 425px;
    _height: 425px;
    width: 758px;
    background: url(http://www.lyceumcapital.co.uk/images/background.gif) repeat-y;
    }
#content.home {
    min-height: 425px;
    _height: 425px;
    width: 758px;
    background: #fff;
    }
#content.home p {margin: 12px 60px 0 16px; font-size: 90%;}
#content.home p.big {margin: 23px 11px 0 32px; font-size: 230%; font-style: italic; color: #5c5c90; text-align: right;}    

#footer {
    min-height: 22px;
    _height: 22px;
    width: 758px;
    background: url(http://www.lyceumcapital.co.uk/images/footer/slice.gif) repeat-x;
    }
    
#footer p {
    margin: 4px 4px 0 4px;
    font-size: 75%;
    font-style: italic;
    color: #1c1b64;
    font-weight: normal;
    }
#footer p.left {margin: 4px 96px 0 4px;}
#footer img {margin: 0 0 -3px 0}
#navint {
    float: left;
    padding: 50px 0 0 0;
    margin: -4px 0 0 0;
    _margin: -3px 0 0 0;
  
    width: 157px;
    background: #ededf4 url(http://www.lyceumcapital.co.uk/images/nav/navint_slice.gif) no-repeat top left;
    }


#navint ul {
    margin: 6px 0 23px 16px; 
    _padding: 2px 0 0 0;
    list-style-type: none;
    font-weight:normal;
    font-size: 80%; 
    }
#navint a:link, #navint a:visited {text-decoration: none;  }
#navint a:hover {text-decoration: underline;}
#navint ul li.second {font-weight: normal;}
#navint ul li.bold {font-weight: bold;}
#navint li {margin: 0 0 3px 0; _margin: 0;}
#contentmain {
    float: left;
    margin: -4px 0 0 0;
    _margin: -3px 0 0 0;
    min-height: 264px;
    _height: 264px;
    width: 601px;
    background: url(http://www.lyceumcapital.co.uk/images/content_main_slice.gif) no-repeat top left;
    }

#column_full {float: left;}