@charset "utf-8";
/* CSS Document */

body, td, th {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #333333;
	background-image:url(/abbeys/background.jpg)
}
a:link {
	color:#33ccff;
	font-family:"Book Antiqua", "Times New Roman";
}
a:visited {
	color:#3366ff;
	font-family:"Book Antiqua", "Times New Roman";
}
a:active {
	color:#33ffff;
	font-family:"Book Antiqua", "Times New Roman";
}
.menu {
	width:10%;
	float:left;
}
.vbanner {
	float:right;
	display:block;
}
.main {
	width:90%;
	float:right;
}
.clear {
	clear:both;
	text-align:center;
}
h1 {
	text-align:center;
}
h2 {
	color:#FF9933;
}
.hline {
	width:600px;
	height:10px;
	margin:auto;
	clear:both;
}
.footer {
	font-size:smaller;
}
