/* Print Stylesheet
-----------------------------------------------------------------------------
version:   1.0
date:      --/--/20--
author:    Chris Beale
website:   http://designs.awc.co.uk
*/

/* Basic Elements
-----------------------------------------------------------------------------*/

body {
	background: #fff url("/images/background-body.jpg") top repeat-x;
	color: #000;
	font: 75% Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.stream {display: none;}

/* Typography
-----------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	color: #003399;
	font-style: italic;
}

a, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;}


/* Header
-----------------------------------------------------------------------------*/
#header, #brand {
	margin: 0;
	padding: 0;
}

/* Content
-----------------------------------------------------------------------------*/
#container {
	clear: both;
	margin: 10px 0 10px 0;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #87a2e5;
	border-top: 1px solid #666;
	clear: both;
	color: #333399;
	font-size: 90%;
	padding: 4px 0 0 0;
	text-align: left;
}

#flinks {display: none;}

/* Navigation
-----------------------------------------------------------------------------*/
#nav {display: none;}

