

/*Header
---------------------*/

#header	
	{
	background-color: #FCF7ED;
	width: 920px;
	height:105px;
	font-family: Century gothic;
	padding-left: 20px;
	}

#header 
.hleft
	{
	border: 0px;
	margin: 5px;
	float: left;
	}

#header 
.hright
	{
	border: 0px;
	margin: 5px;
	float: right;
	}


#header 
h1
	{
	float: left;
	color: #F86503;
	}	

#header 
em
	{
	color: #999999;
	}



/*Navigation bar
---------------------*/

#nav
	{
	width: 950px;
	font-weight: bold;
	}

#nav 
ul li
	{
	display: inline;
	float: left;
	text-indent: 2em;
	background-color: #F86503;
	}	


/*Footer
---------------------*/

#footer

p
	{
	text-align: center;
	font-size: 10px;
	}


/*Content
---------------------*/

#content
	{
	width: 850px;
	text-align: left;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	}



/*General
---------------------*/

body
	{
	background-color: #FCF7ED;
	width: 800px;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 180px;
	text-align: center;
	margin: 20px;
	font-family: Arial;
	}



/*Text
---------------------*/

h1, h2, h3, h4, h5, h6
	{
	color: #F86503;
	}	
.grey
	{
	color: #999999;
	}
p
	{
	color: #450204;
	}
ul
	{
	color: #450204;
	}
table
	{
	color: #450204;
	}



/*Links
---------------------*/

a:link {color: #9B0206;}
a:visited {color: #999999;}
a:hover {color: #9B0206;}
a:active {color: #000000;}

a.navigation:link {color: #9B0206; text-decoration: none;}
a.navigation:visited {color: #9B0206; text-decoration: none;}
a.navigation:hover {color: #999999; text-decoration: underline;}

a.heading:link {color: #F86503;text-decoration: none;}
a.heading:visited {color: #F86503;text-decoration: none;}
a.heading:hover {color: #999999; text-decoration: underline;}



/*Images
---------------------*/

#content 
.left
	{
	border: 1px solid #000000;
	margin: 5px;
	float: left;
	}

#content 
.right
	{
	border: 1px solid #000000;
	margin: 5px;
	float: right;
	}

#content 
.rightnb
	{
	margin: 5px;
	float: right;
	}

#content 
.disney
	{
	margin: 20px;
	border: none
	}


/* Colours
---------------------
Cream = #FCF7ED

Beige = #F3E9D3

Orange = #F86503

Grey = #999999

Brown = #450204

Red = #9B0206

*/