/*--------------------------------------------

www.bstudio.co.uk
Stylesheet: bstudio.css
Author: bstudio
Version: 3
Date: August 2009


---------------------------------------------*/


/*--------------------------------------------
RESET
---------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin: 0; 
	padding: 0;
} 
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 
fieldset {  
	border: 0; 
} 
address,caption,cite,code,dfn,th,var { 
	font-style: normal; 
	font-weight: normal; 
} 
ol,ul { 
	list-style: none; 
} 
caption,th {
	text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
}
q:before,q:after { 
	content: ''; 
} 
abbr,acronym {
	border: 0; 
}
a:link, a:active, a:hover, a:visited {
	outline: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

/*--------------------------------------------
THE REST
---------------------------------------------*/

body {
	background-color: #FFFFFA;
}

#container {
	width: 888px;
	margin: 0 auto;
	padding: 36px 0 0 0;

}

.highlight {
	color: #FF4400;
}

p {
	font: 36px/1em Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -0.025em;
	word-spacing: -0.05em;
	color: #222;
}

a:link,
a:visited {
	color: #FF4400;
	text-decoration: none;
}

a:hover {
	color: #FFFFFA;
	background-color: #FF4400;
	text-decoration: none;
}

a:active {
	color: #FF4400;
	background-color: #FF4400;
	text-decoration: none;
}