.pad_left {
	padding-left: 20px;
}

.nav {
	background: #666666;
	padding: 15px 0px 50px 20px;
}

.footer {
	font-size: 10px;
	font-style: italics;
	color: #999999;
	padding-top: 25px;
}

/* navigation links start */
A.navigation:link { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

A.navigation:active { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

A.navigation:visited { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

A.navigation:hover { 
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/* navigation links end */

/* links start */
A:link { 
	color: #000000;
	text-decoration: none;
}

A:active { 
	color: #666666;
	text-decoration: underline;
}

A:visited { 
	color: #000000;
	text-decoration: none;
}

A:hover { 
	color: #cccccc;
	text-decoration: underline;
}
/* Links end */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	color: #666666;
	font-size: 12px;
}

.nav {
    text-align: left;
    height: 450px;
	background: #666666;
	padding: 15px 0px 50px 20px;
}

p {
	line-height: 120%;
}
/* H2 tag is used for the grey "Pine Lodge" header text */
h2 {
	color: #666666;
	font-size: 18px;
	margin-bottom: 0px;
}

/* H1 tag is used for all the Red text headings on all pages */
h1 {
	color: #660000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}
