A:link {
	color: #a3071a;
}
A:visited {
	color: #a3071a;
}
BODY {
	color: #a3071a;
/*	text-indent: 5em;*/
}
H1 {
	color: #a3071a;
	font-family: serif;
	font-size: 22pt;
	font-style: italic;
}
H2 {
	color: #a3071a;
	font-family: serif;
	font-size: 18pt;
	font-style: italic;
}
H3 {
	color: #a3071a;
	font-family: serif;
	font-size: 12pt;
	font-style: italic;
}
.pointer {
	cursor: pointer;
/*	border: solid 1px maroon;*/
}
#header {
	background: transparent url(../img/Name.jpg) center center no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 200px;	
	width: 950px;
}
#navigation {
	position: absolute;
	top: 200px;
	height: 50px;
	left: 210px;
	width: 650px;
}
#sidebar {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 200px;
}
#content {
	position: absolute;
	top: 250px;
	left: 210px;
	width: 650px;
	text-indent: 2em;
}
#bud {
	position: absolute;
	top: 250px;
	left: 210px;
	width: 80px;
}
