@charset "UTF-8";

.bgimage {
    background-image: url("images/blackstripebg.jpg");
}
}
.bgrepeaty {
    background-image: url("images/blackstripebg.jpg");
    background-repeat: repeat-y;
}
.bgrepeatx {
    background-image: url("images/blackstripebg.jpg");
    background-repeat: repeat-x;
}
#content {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
#header {
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 0px;
}
#navbar {
	height: 34px;
	background-color: #E6EC9C;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px;
	font-size: medium;
}
#container {
	width: 900px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 4px solid #000000;
}

a img { border:none; }
