/*---[ Details ]---------------------------------------
Screen Style Sheet
Site: www.foobar.com
Author: Lee Powell
Contact: lee.powell@soup.co.uk
Date Created: 24.03.2007
Date Modified: 25.03.2007
-------------------------------------------------------*/

/*-----------------------------------------------------
Note: IE/Win specific stylesheets should be included by
using conditional comments:

<!-- IE/Win conditional comments -->
<!--[if IE 7]>
	<style type="text/css">@import url("css/ie/ie7.css");</style>
<![endif]-->
<!--[if lte IE 6]>
	<style type="text/css">@import url("css/ie/ie6.css");</style>
	<script type="text/javascript" src="js/iepngfix.js"></script>
	<![if lt IE 6]>
		<style>@import url("css/ie/ielegacy.css");</style>
	<![endif]>
<![endif]-->
-------------------------------------------------------*/

@import url("content.css");
@import url("structure.css");