/*  --------------------------------------------------------------------------------  Paul Donald CSS   */

html, body {
	padding: 0px;
	border: none;
	margin: 0px;
}

body {
	background: #FFFFFF;
	background-image:url(../site/pattern.gif);
}

/*  --------------------------------------------------------------------------------  Fonts   */

body, a, span {
	color: #000000;
	font: 10px Arial, sans-serif;
	text-decoration: none;
	line-height: 12px;
}

a:hover {
	color: #A7A7A7;
	text-decoration: none;
}

.menu, .menu a {
	color: #FFFFFF;
	font: 35px Arial, sans-serif;
	font-weight: bold;
	line-height: 32px;
	text-decoration: none;
}

.menu a:hover {
	color: #A7A7A7;
	text-decoration: none;
}

.menuGrey, .menuGrey a {
	color: #A7A7A7;
	font: 35px Arial, sans-serif;
	font-weight: bold;
	line-height: 32px;
	text-decoration: none;
}

.menuGrey a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.paulDonald {
	color: #FFFFFF;
	font: 140px Arial, sans-serif;
	font-weight: bold;
	line-height: 110px;
	text-decoration: none;
}

.text, .text a {
	color: #000000;
	font: 10px Arial, sans-serif;
	text-decoration: none;
}

.text a:hover {
	text-decoration: none;
}

/*  --------------------------------------------------------------------------------  Divs   */

#page {
	position:absolute;
	width:850px;
	height:710px;
	top:0px;
	left:0px;
	background-image:url(../site/shape_p_2008.gif);
	background-repeat:no-repeat;
}

#paul {
	position:absolute;
	width:233px;
	top:50px;
	left:50px;
}