/* Carole Giangrande CSS Document */


body {
	background: rgb(54,52,52);
	margin: 0;
	padding: 0;
}

#nav {
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 2px solid rgb(19,66,11);
	background-color: rgb(92,11,20);
}

#nav a {
	color: #fff;
	font-size: 16px;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
}

#nav a:visited {
	font-size: 16px;
	text-align: right;
	font-family: Verdana, sans-serif;
	color: #fff;
	text-decoration: underline;
}

#nav a:hover {
	color: rgb(177,219,173);
}


#content {
	background-color: #FFF;
}

#content a:link {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

#content a:visited {
	color: #000;
	text-decoration: underline;
}

#content a:hover {
	color: rgb(19,66,11);
	text-decoration: underline;
}

h1 {
	font-family: Verdana, sans-serif;
	color: rgb(92,11,20);
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 30px;
	padding-top: 25px;
}

.subhead {
	font-size: 18px;
	font-weight: bold;
	color: rgb(12,55,23);
	line-height: 1.25em;
	margin: 0px 0px 10px 0px;
}

p {
	font-size: 12px;
	text-align: left;
	font-family: Verdana, sans-serif;
	color: #000;
	line-height: 2.25em;
	padding-right: 30px;
	padding-left: 30px;
}

.quotes {
	font-size: 12px;
	text-align: center;
	text-style: bold;
	font-family: Verdana, sans-serif;
	color: #000;
	line-height: 1.6em;
}


a:{
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img.center {
	margin: 20px 0px 0px 40px;
	background-position: center top;
}

img.left {
	float: left;
	margin: 5px 15px 5px 0px;
	border: thin solid rgb(54,52,52);
}

img.right {
	float: right;
	margin: 0px 30px 20px 20px;
	border: thin solid rgb(54,52,52);
}
	
.copyright {
	font-size:11px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: rgb(177,219,173);
}

.copyright a:link {
	color: rgb(177,219,173);
	text-decoration: underline;
}

.copyright a:visited {
	color: rgb(177,219,173);
	text-decoration: underline;
}

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

