@charset "utf-8";
/* CSS Document */

#header {
	width: 100%;
	height: 150px;
	background-image:url(images/top-pattern.jpg);
	background-repeat:repeat-x;
}
#page {
	background-image:url(images/border.gif);
	background-repeat:repeat-y;
}
#content {
	width: 100%;
	background-image:url(images/border.gif);
	background-repeat:repeat-y;
	background-position: top right;
}

#content td {
	font-size: 13px;
	color: #F4D6AE;
}

#content td.biggertext {
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
}

body {
	margin: 0px;
	background-color: #751B35;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}

a:link, a:visited {
	color: #0099FF;
}

a:hover {
	color: #99FFCC;
}
