/* Style sheet for markseymour.ca */
html, body {	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2e3640;
	color: #2e3640;
}
* {
	margin: 0;
	padding:0;
}
#pagewidth {
	position: relative;
	width: 935px;
	height: 1210px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/pagebg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#menu {
	position: absolute;
	left: 50px;
	top: 150px;
	font-size: 12px;
	font-weight: bold;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
	margin-right: 5px;
}
#menu a {
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #e43d2f;
	line-height: 22px;
	text-decoration: none;
}
#menu a:hover {
	background-color: #ee752f;
}
#maincol {
	width: 640px;
	position: absolute;
	top: 295px;
	left: 268px;
}
#maincol p {
	margin-bottom: 10px;
	line-height: 18px;
}
#maincol a {
	color: #2e3640;
}
#maincol a:hover {
	color: #e43d2f;
}