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

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

body {
	background: #E4E4E4;
}

/*  --------------------------------------------------------------------------------  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: #777777;
	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 {
	color: #000000;
	font: 10px Arial, sans-serif;
}

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

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

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

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

.about, .about a {
	color: #000000;
	font: 13px Arial, sans-serif;
	line-height: 16px;
	text-decoration: none;
}

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

/*  --------------------------------------------------------------------------------  Div   */

#page {
	position:absolute;
	width:850px;
	height:752px;
	top:0px;
	left:0px;
}

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

#menu {
	position:absolute;
	top:50px;
	left:300px;
	width:550px;
	text-align:right;
}

#artMenu {
	position:absolute;
	top:198px;
	left:300px;
	width:422px;
	text-align:right;
	height: 141px;
}

#artMenuYears {
	position:absolute;
	top:198px;
	left:730px;
	width:120px;
	text-align:right;
}

#cvAbout {
	position:absolute;
	top:213px;
	left:300px;
	width:550;
	text-align:left;
}

#cv {
	position:absolute;
	top:198px;
	left:300px;
	width:551px;
	text-align:left;
}

#main {
	position:absolute;
	left:300px;
	width:550px;
	text-align:right;
	top: 464px;
}

#contact {
	position:absolute;
	width:220px;
	top:686px;
	left:62px;
	height: 28px;
}
