.background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	background-color: #BFBDBE;
}
.title_bar {
	background-image: url(title_back.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.style2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.style2 a:visited {
	color: #999999;
	text-decoration: none;
}
h1 {
	font-size: large;
	color: #FF0000;
}
.border {
	border: thin solid #000000;
}
#navigation {
width: 132px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#navigation ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
}

#navigation li {
margin: 2px 0 0;
}

#navigation a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
background-image:url(../assets/nav_but.gif);
text-decoration: none; /*lets remove the link underlines*/
}

#navigation a:link, #navigation a:active, #navigation a:visited {
color: #000000;
}

#navigation a:hover {
background-image:url(../assets/nav_but1.gif);
}
