@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bkgnd.jpg);
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: medium double #996666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#homeleft {
	float: left;
	width: 200px;
	text-align: center;
	margin-right: 50px;
}
#homemid {
	text-align: center;
}
#homemid li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	list-style-image: url(../images/aniflag-sm.gif);
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #333333;
	margin-left: 40px;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	height: 40px;
	padding-top: 10px;
	padding-left: 10px;
	color: #996666;
}
#header a:link {
	color: #996666;
	text-decoration: underline;
}
.dict {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#header a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #996666;
	text-decoration: underline;
}
#header a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #900;
	text-decoration: none;
}

#header a:actice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #996666;
	text-decoration: underline;
}
#mainContent {
	background: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent a:link {
	color: #996666;
	text-decoration: underline;
}
#mainContent a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #996666;
	text-decoration: underline;
}
#mainContent a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #900;
	text-decoration: none;
}

#mainContent a:actice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #996666;
	text-decoration: underline;
}
h1 {
	font-variant: small-caps;
	font-size: 18px;
}
#info li {
	font-size: 16px;
	font-variant: small-caps;
	list-style-image: url(../images/aniflag-sm.gif);
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #333333;
	margin-left: 5px;
}
.dict {
	font-family: Courier New, Courier, monospace;
}

