/* CSS for Annice's corner */
html, body {
	font: small Georgia, "Times New Roman", Times, serif;
	color: #000;
}
#container {
	width: 760px;
	margin: 5px auto 10px;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
	background: #7129b8 url(bg-leftnav.gif) repeat;
}
#top {
    padding: 0;
}
#top h1 {
    padding: 0;
    margin: 0;
}
#leftnav {
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}
#content {
	width: 528px;
	margin-left: 200px;
	padding: 1em;
	background: #fff;
	margin-right: 0px;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	-moz-border-radius-topleft: 5%;
	-moz-border-radius-topright: 5%;
}
#content:hover {
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
}
#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	border-top: 1px solid gray;
	background: #7129b8 url(bg-footer.gif) repeat;
	text-align: center;
}
#leftnav p { margin: 0 0 1em 0; }
#content h2 {
	margin: 0 0 .5em 0;
	font-size: medium;
	border-bottom: thin solid #999;
}
#leftnav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#leftnav li {
	margin: 0;
	border-bottom: 2px groove #fff;
}
#leftnav a {
	display: block;
	padding: 5px 8px;
	font-weight:bold;
	font-size:x-small;
	width: 90%;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
}
#leftnav a:hover, #leftnav a.focus:hover {
	color: #fff;
	text-decoration: none;
	background-color: #857bc2;
}
#leftnav a.focus {
    background-color: #41186B;
}
#leftnav h2, #leftnav h3 {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 0 none;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
	background-color: #857bc2;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#thumb1, #thumb3, #thumb5, #thumb7, #thumb8, #thumb10, #thumb12 {
	float: left;
	margin-right: .5em;
}
#thumb2, #thumb4, #thumb6, #thumb9, #thumb11, #thumb13 {
	float: right;
	margin-left: .5em;
}
#thumb4, #thumb6, #thumb9, #thumb10, #thumb12, #thumb13 {
    margin-top: .5em;
}
p.btnav {
    text-align:right;
	border-top:thin solid #999;
}
img {
	border: 0 none;
}
