/* CSS Document */
.main {
	background:  url(gfx/abbey_back.jpg) no-repeat bottom right;
	font-family: arial, helvetica, sans serif;
	width: 760px;
	}

.background {
	background: url(background.png) repeat-y center;
	}
	
.iframe {
	font-family: arial, helvetica, sans serif;
	font-color: #373737;
	}
		
.top {
	background:  url(curves.png) no-repeat top;
	font-family: arial, helvetica, sans serif;
	width: 760px;
	
	}
	
.general
	{
	font-family: arial, helvetica, sans serif;
	}
	
.footer
	{
	font-family: arial, helvetica, sans serif;
	vertical-align:bottom;
	background:  url(background.png);
	width: 760px;
	}
	
	
.border
	{
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	}
	
	
A:link {text-decoration: none; color: #174988}
A:visited {text-decoration: none; color: #174988}
A:active {text-decoration: none; color: red}
A:hover {text-decoration: underline; color: red;}
