@import url("menu.css");

body
{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1
{
	margin: 0;
	padding: 0;
}

#head
{
	padding: 0;
	margin: 0;
	border: 1px solid black;
}

h2
{
	width: 250px;
	background-image: url(images/bar2.jpg);
	text-align: right;
	color: white;
	padding-right: 10px;
	border: 1px solid black;
}

p
{
	font-family: verdana;
	line-height: 15pt;
	text-indent: 15px;
}

table
{
	border: 1px solid black;
}