body {
	font: 15px arial, verdana, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333333;
	background: #ED8B22 url(/images/hbackground.gif) repeat-y;
	background-position: top left;
}

.frontpagebody {
	background: #EE8B22 url(images/vbackground.gif) repeat-x;
	background-position: top left;
	margin-left: 10px;
	margin-right: 10px;
}

/* Links
-------------------------------*/
a {
text-decoration: underline;
color: #bb0000;
}

a:hover {
text-decoration: none;
color: #ff0000;
}

/* Divs
-------------------------------*/
.frontpage {
	background: url(images/logobackground.gif) no-repeat;
	background-position: center top; 
	height: 450px;
}

.credits {
	text-align: center;
	font-size: 10px;
}

.credits b {
	text-align: center;
	font-size: 12px;
}

.center {
	text-align: center;
}

/* Headings
-------------------------------*/
h1, h1 a {
	display: inline; 
	font-family: Times New Roman, Times, serif; 
	font-size: 22px; 
	color: #9C0000;
	text-decoration: none;
}

h2 {
	display: inline; 
	font-family: Times New Roman, Times, serif; 
	font-size: 18px; 
	color: #0000dd;
}

h2.pictures {
	display: block; 
	text-align: center; 
	margin-top: 40px;
	margin-bottom: 5px;
}

h3 {
	display: inline; 
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	color: #000000;
}

#header {
	width: 305px;
	height: 248px;
	background: url(/images/logo.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#ajheader {
	width: 375px;
	height: 279px;
	background: url(/aj/images/title.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

h1 span {
	display: none;
}

/* Images
-------------------------------*/
.border {
	border: solid #9C0000 2px;
;
