p {
	font-family:Garamond ;
	line-height: 120%;
}
h1 {
	font-family:Garamond 
}
td {
	font-family:Garamond
}
body.main {
	background-image:url(images/pink_dots_smaller.GIF);
	background-repeat: repeat
}
#outer {
text-align:center;
position:absolute;
left:0;
width:100%;
height:100%;
background-image:url(images/pink_dots_smaller.GIF);
background-repeat: repeat
}
.seperator-bar {
	background-image:url("images/ribbon.jpg");
	background-repeat: no-repeat;
}
td.nav-bar {
	border:2px solid black;
	padding: 0;
	background:DeepPink;
	
}
#inner {
position: absolute;
left: 20%;
margin-left:-125px;
width: 80%;
height: 100%;
border:0px solid black;
	/*background:MistyRose;*/
	background:White
}
#ifrm {
	position: relative;
	margin-left: 40px;
	width: 70%;
}
.textarea {
/*background:MistyRose;*/
	background: White
}
.quote {
	 text-align: right;
 }

.title {
	 font-family:Garamond; 
	 text-align: left;
 }
a.nav:link {
	color: white;
	text-decoration: none;
}
a.nav:visited {
	color: white;
	text-decoration: none;
}
a.nav:hover {
	color: Black;
}
a:link {
	color: red;
}
a:visited {
	color: red;
}
a:hover {
	color: Black
}


