/* 

STYLE SHEET FOR [x] WEB SITE
Created by Gordon Sidaway
www.UPDATE.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */
/* COMMENT OUT START
* {
		margin: 0;
		padding: 0;
		}
COMMENTED OUT END*/

body {
        color : #000000;
		background-color: #99CC99;
        /*background : url(assets/shared/page_background.gif);*/
        font : x-small Verdana, Arial, sans-serif;
            voice-family: "\"}\""; 
            voice-family: inherit;
        font : small Verdana, Arial, sans-serif;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
		}
		
#masthead {


		}
		
#logo {
		}
		
#navContainer {

		}

#content {
		}

#footer {
		}

.separator {
		clear : both;
		height : 0;
		}

/* ---------- 3. links and navigation ---------- */

a { /* Sets the psudo-class for all links */
		color : white;
		text-decoration : none;
		}
		
a:link { /* Sets the psudo-class for unvisited links */
		color : white;
		text-decoration : none;
		}
		
a:visited {
		color : white
		text-decoration : none;
		}
		
a:hover {
		color : #99CC99;
		text-decoration : underline;
		}
		
a:active {
		color : #CCCC99; /* Sets the colour to pale green */
		}

#navigation {
		}

#navigation a {
		}

#navigation ul{
	background-color : #6699CC;
	white-space : nowrap;
	height : 18px;
		}
#navigation ul li{
		display : inline;
		}
#navigation ul li a{
		padding-left : 1em;
		padding-right : 6.1em;
		align-text : center;
		font : small Arial, Helvetica, sans-serif;
		}

#navigation li {
		}
		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
	color: #99CC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	/*text-indent: 1cm;*/
		}

h2 {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	/*text-indent: 1cm;*/
		}

h3 {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3;
	/*text-indent: 1cm;*/
		}
		
h4 {
		}

p {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	/*text-indent: 1cm;
	start-indent: 100%;*/
		}

ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  

/* COMMENT OUT START
COMMENTED OUT END*/
