body, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 20px;
	color : #ffffff;
	vertical-align : top;
}

body {
	background-color : #d2823a;
	background-image:url(images/side.jpg);
	background-position:left bottom;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

#image {
	background-image:url(images/bottom.gif);
	background-position:right bottom;
	background-attachment:scroll;
	background-repeat:no-repeat;
}

H1 {
	font-size : 16px;
	color:#ffffff;
}

H2 {
	font-size : 14px;	
	color:#ffffff;
}

a:link {
	color : #ffffff;
	text-decoration: underline;
}

a:visited {
	color : #ffffff;
	text-decoration: underline;
}

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

a:active {
	color : #ffffff;
	text-decoration: underline;
}

.otherlink {
	color:#ffffff;
}

.otherlink a:link {
	color:#ffffff;
	text-decoration: underline;
}

.otherlink a:visited {
	color:#ffffff;
	text-decoration: underline;
}

.otherlink a:hover {
	color:#ffffff;
	text-decoration: none;
}

.otherlink a:active {
	color:#ffffff;
	text-decoration: underline;
}

.altback {
	background-color : #af672f;
}

.content {
	background-color : #8d818e;
}

.pictureframe {
	background-color : #af672f;
	padding : 1px 1px 1px 1px;
}


