/* clears everything */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

/* prevents blue borders around linked images*/
img { border-style: none; }

body {
	margin: 0px;
	padding:0px;
	background-color:white;
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.title {
	margin:20px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* height = [correct height] + [top padding] + */
	/*[top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	/* top and bottom borders: 1px; left and right borders: 0px */
	border-width:1px 0px; 
	line-height:11px;
	background-color:#eee;
	font-size:28px;
	font-weight:900;
	text-align:center;
	white-space: nowrap /*prevents the line from wrapping */
}

div.menu {
	position:absolute;
	top:100px;
	left:20px;
	width:150px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
	font-size:12px;
	white-space: nowrap /*prevents the line from wrapping */
}

div.content {
	margin:0px 10px 30px 200px;
	padding:10px;
}

div.footer {
	margin:40px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;
	font-size:12px;
	text-align:center;
	white-space: nowrap /*prevents the line from wrapping */
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:24px;
	line-height:28px;
	font-weight:600;
	color:#ccc;
	white-space: nowrap /*prevents the line from wrapping */
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	font-size:12px;
}

p.googlead {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	font-size:12px;
	text-align:center;
}

p.pagelinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	font-size:12px;
	text-align:left;
	font-weight:900;
	white-space: nowrap /*prevents the line from wrapping */
}

a:link {
	color: #000000; 
	text-decoration: none; 
}

a:visited {
	color:#333333; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.title:link {
	color: #000000; 
	text-decoration: none; 
}

a.title:visited {
	color:#333333; 
	text-decoration: none;
}

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