/*	Strange Lite - Generic CSS Stylesheet	*/

/*	Author: Jim Rixon - 16/04/06 - (c)2006 Strange Corporation	*/

/*	DO NOT EDIT THIS DOCUMENT - All CSS changes should be made to the site-specific CSS files	*/

/* ----------------------------------- */

/* Reset default page site-wide settings */
html {
	}
	
body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

body * {
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-size: 1.8em;
	line-height: 2em;
	}
	
h2 {
	font-size: 1.4em;
	line-height: 1.6em;
	}
	
h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
p {
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
a {
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
		}

img {
	border: 0px;
	}

ul, ol {
	padding: 0px;
	margin: 0px;
	}
	
form {
	padding: 0px;
	margin: 0px;
	}
	
/* Site-wide custom divs */

#pagewrapper {
	}

#header {

	}
	
#pagebanner {
	
	}
	
#navigation {

	}
	
#pagecontent {
	
	}
	
	#pagecontent #column1wrapper {
		width: 460px;
		float: left;
		margin-right: 20px;
		}
		
		#pagecontent #column1wrapper .categoryintro {
		
			}
			
		#pagecontent #column1wrapper .articlebrief {
		
			}
	
	#pagecontent #column2wrapper {
		width: 220px;
		float: right;
		}
		
		#pagecontent #column2wrapper .featurepanel {
			}
						
#footer {
	clear: both;
	}