/* 

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: #FFC28F;
        /*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 {
	color: #d46549;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
}
a:active {
	text-decoration: none;
}
body {
	background-image: url();
	background-repeat: repeat;
	background-color: #FFBA81;
}

#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: #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	/*text-indent: 1cm;*/
		}

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

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

p {
	color: #333399;
	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*/

