/* Gray stylesheet for andrewdixon.co.uk */

a, a:visited {
	color				: #444444;
}

a:hover {
	color				: #0000FF;
}

body {
	background-color	: #FFFFFF;
	color				: #444444;
	font-family			: arial, sans-serif;
	font-size			: 10pt;
	margin				: 25px 25px 25px 25px;
	padding				: 0px;
}

#pageHolder {
	border				: 1px solid #F0F0F0;
	width				: 720px;
}

#pageHeader {
	background-color	: #F0F0F0;
	height				: 35px;
	width				: 720px;
}

#pageContent {
	margin				: 20px 20px 20px 20px;
	vertical-align		: top;
}

#pageContent h1 {
	color				: #000000;
	font-family			: "Times New Roman", Times, serif;
	font-size			: 18px;
	font-weight			: bold;
	margin-bottom		: 3px;
}

#pageContent h2 {
	color				: #000000;
	font-family			: "Times New Roman", Times, serif;
	font-size			: 16px;
	font-weight			: bold;
	margin-bottom		: 3px;
}

#pageContent h3 {
	color				: #000000;
	font-family			: "Times New Roman", Times, serif;
	font-size			: 14px;
	font-weight			: bold;
	margin-bottom		: 3px;
}

#pageContent p {
	line-height			: 1.5em;
	margin				: 0px 0px 15px 0px;
}

#pageFooter, #pageFooter a {
	background-color	: #F0F0F0;
	font-size			: 8pt;
	height				: 25px;
	width				: 720px;
}

#footerTextLeft {
	float				: left;
	padding				: 5px 0px 0px 8px;
}

#footerTextRight {
	float				: right;
	padding				: 5px 8px 0px 0px;
}
