body {
	background-color: #eb781e;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

p {
	padding-bottom: 2px;
}

#footer {
	font-size: x-small;
	padding-top: 5px;
}

#main {
	background-color: #ffe400;
}

.scrolling_content {
	overflow: auto;
	width: 720px;
	height: 400px;
}

#main a img {
	text-decoration: none;
}

#borderRight {
	background: url(layout/border_left.gif) repeat-y;
}

#borderLeft {
	background: url(layout/border_right.gif) repeat-y;
}

.imageLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}

.imageRight {
	float: right;
	margin-bottom: 2px;
	margin-left: 5px;
}

.imageLeft2 {
	float: left;
	margin-right: 15px;
}

.imageRight2 {
	float: right;
	margin-left: 15px;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	color: #FF0000;
}

a:active {
	text-decoration: blink;
	color: #0099FF;
}

.caption {
	font-size: 10px;
}

.footer {
	font-size: 12px;
}