/* CSS Document  
stuart@northcolour.com
*/

/* take position:relative off the element or containing element holding the png*/


/* Index 

	links 
	CSS reset
	HTML elements
	Page elements
	Footer
	Styles
	Form Styling
	
*/

body{

margin:0;
padding:0 0 0 0;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:small;



}

/* links 
---------------------------------------*/
a:link, a:visited {
	font-weight:bold;
	color: #FFB700;
	text-decoration: none;
	}
a:hover {
	color:#FFB700;
	}
	
/* CSS reset
---------------------------------------*/
h1, h2, h3, h4, h5, p, div, img, li, ul, ol, dl,a, address {
margin:0;
padding:0;
font-style:normal;
}
img{
border:0;
}
p{

margin:5px 0 15px 0;
}
/* HTML elements
---------------------------------------*/
h3, dt{

}
h1,h2,h3, h4, h5{
text-transform:uppercase;
margin:0 0 15px 0;
color:#CC9900;


}
h1{font-size:1.5em;}
h2{font-size:1.3em;font-weight:bold;}
h3{font-size:1.2em;font-weight:bold;}
h4{font-size:1.1em;}
h5{font-size:1.0em;font-weight:bold;}
p{font-size:1.0em;}
h5{
margin:0 0 0 0;
}
ul, ol{

list-style:none;
margin:5px 0 5px 10px;
}
li{
margin:5px 10px 5px 35px;
list-style:disc;
}
hr {
height:1px;
color:#B17C75;
border:none;
clear:both;
margin:0 0 10px 0;
}
caption{
display:none;
}
strong{
font-weight:bold;
}
th{
border-bottom:1px solid #fff;
color:#CC9900;
}


/* Page elements
---------------------------------------*/


#wrap{

text-align:left;
	
}

#menu{
	display:none;
	
	
}

#logo{
	
	display:none;
}
#top_pic{
		display:none;
}


	