@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	color: black;
	font: "Times New Roman", Times, serif;
	font-size: medium;
}
#heading {
	font-family: "Felix Titling","Times New Roman",serif;
	font-size: 59px;
	text-align: center;
	font-weight: bold;
}
#leftside {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	font-family: Garamond,"Times New Roman", serif;
	font-size: 16px;
	margin: 30px 0 0 90px;
}
h1 {
	font-family:"Felix Titling","Times New Roman",serif;
	font-size: 21px;
	font-weight: bold;
}
#navbar li {
	background: url(GrayButton.gif) no-repeat center center;
	height: auto;
	width: 235px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
}
#navbar ul {
	font: bold normal 18px/70px "Felix Titling", "Times New Roman", serif;
	list-style: none
}


#aboutus {
	text-align: justify;
	margin: 0;
	width: 500px;
}
#leftside #navbar {
	position: absolute;
	top: 0;
	left: 600px;
}

#navbar {
	float: right;
	top: 0;
}

#navbar a {
	color: white;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	line-height: 60px;
}
#leftside #navbar a {
	text-align:center;
}
#catindex {
	padding: 20px 0 0 50px;
}
#catindex h1 {
	text-decoration: underline;
}
#catindex .catpic {
	float: left;
	padding: 0 20px 30px 0;
	border: none
}
#catindex a {
	border: none;
	text-decoration: underline;
}
#catindex #navbar a {
	text-decoration: none;
}
#clearone {
	clear: left;
	height: 1px;
}
#clearboth {
	clear: both;
	height: 1px
}
#toptext {
	padding: 0 20px 0 50px;
}
