/*
	Style Sheet for peterwillsey.ca 
*/

body { 
	font-family: Verdana; 
	font-size: 10pt; 
	margin: 0px; 
	color: white;
	background-color: #000000;
}


p {
	margin-left: 75px;
	margin-right: 75px;
}

A:link { 
	text-decoration: none;
	color: #ffadfc;
}

A:visited { 
	text-decoration: none;
	color: #ffadfc;
}

A:hover { 
	text-decoration: underline; 
}

ul {
	margin-left: 75px;
	margin-right:  75px;
	list-style-type: none;
}

#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	height: 328px;
	background-image: url(http://www.peterwillsey.ca/images/header.jpg);
	width: 100%;
}

#menu {
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;
}

#content {
	border: 1px dashed white;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #111111;
	padding: 0px;
}

#footer {
	margin-top: 25px;
	width: 100%;
	font-size:  8pt;
	background-color: #000000;
	height: 50px;
	text-align: center;
}

#logotext {
	position: absolute;
	top: 125px; left: 50px;
	font-size: 18pt;
}

#logo2 {
	font-weight: bold;
	color: #aaaaaa;
}

.logotextcolour {
	color: #ffadfc;
}