/* CSS Document */
a
{
font-family: Helvetica, Arial, sans-serif;
color: #690B0B;
font-size:16px;
letter-spacing:1px;
text-decoration:none;
border-bottom:1px dashed #690B0B;
}

a:hover
{
text-decoration:none;
border-bottom: 0px;
}

.links
{
font-family: Helvetica, Arial, sans-serif;
color: #690B0B;
font-size:16px;
letter-spacing:1px;
text-decoration:none;
}
.links2
{
font-family: Helvetica, Arial, sans-serif;
color: #333333;
font-size:16px;
letter-spacing:1px;
text-decoration:none;
}


.caption
{
	color:#333333;
	font-size:10px;
}


body
{
background-color: #DEDEDE;
}

.main
{
	width:100%;
	height: 100%;
}

.content
{
padding-top:20px;
background-image:url(../images/content.jpg);
background-repeat:y-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.maintext
{
	text-align: left;
	width: 780px;
	padding:10px;
	background-image:url(../images/orangeflowerstill.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.text
{
	text-align: left;
	width: 780px;
	padding:10px;
}



