body {
	font-family: 'Arial', sans-serif, sans;
	font-size: 75%;
	color: #444
	background-color: #fafafa;
	background:  url(images/bg1.jpg) repeat;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	font-family: 'Arial', sans-serif;
	letter-spacing: -1px;
	word-spacing: 2px;
	color: #444;
}

#header {
	height: 145px;
	width: 914px;
	background:  url(images/header1.jpg);
}

#imagebar {
	height: 76px;
	width: 914px;
	background:  url(images/imagebar1.jpg);
}

#navbar {
	height: 27px;
	width: 914px;
	background:  url(images/navbar10.jpg);
}

#footer {
	height: 93px;
	width: 914px;
	background:  url(images/footer1.jpg);
}

h1 {
	font-family: "Arial", sans-serif, sans;
	font-size: 18px;
	font-weight: bold;
	color: blue;
}
A:link {
	color: #484400;
	font-weight: bold;
	text-decoration: none
}
A:visited {
	color: #484400;
	font-weight: bold;
	text-decoration: none
}
A:active {
	color: #484400;
	font-weight: bold;
	text-decoration: none
}
A:hover {
	text-decoration: underline; 
	color: #000000;
}
a.main:link {
	color: #484400;
	font-weight: bold;
	text-decoration: underline
}
a.main:visited {
	color: #484400;
	font-weight: bold;
	text-decoration: underline
}
a.main:active {
	color: #484400;
	font-weight: bold;
	text-decoration: none}
a.main:hover {
	text-decoration: underline; 
	color: #000000;
}
