@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #606164;
	font-size: 14px;
	background-color: #3C5694;
}
a:link {
	color: #25ada5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #25ada5;
}
a:hover {
	text-decoration: underline;
	color: #25ada5;
}
a:active {
	text-decoration: none;
	color: #25ada5;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}



#container {
	width: 900px;
	margin: 0 auto;
}
#header {
}
#content {
	background-color: #FFF;
	padding: 30px;
}
#footer {
	background-color: #eef3f7;
	padding-right: 30px;
	padding-left: 30px;
	height: 60px;
	padding-top: 15px;
	font-size: 12px;
	color: #77787d;
}
#footer a, #footer a:visited {
	color: #77787d;
	text-decoration: none;
}
#footer a:hover {
	color: #3C5694;
}
#sidebar {
	width: 200px;
	float: right;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #eef3f7;
}
#main {
	float: left;
	width: 600px;
	line-height: 20px;
}
.clearall {
	font-size: 0px;
	clear: both;
	height: 0px;
}
#footerLeft {
	float: left;
	width: 333px;
}
#footerRight {
	float: right;
	width: 333px;
	text-align: right;
}
.sideBox {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EEF3F7;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-bottom: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #294ca0;
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #294ca0;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	line-height: 16px;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
input:focus, textarea:focus, input.focus, textarea.focus {
	color: #333333;
	background-color: #EEE;
}
.textFIELD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A716A;
	background-color: #F7F7F7;
	height: 22px;
	width: 147px;
	padding-top: 2px;
	padding-left: 8px;
}
.textFIELDbuttonHOME {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6A716A;
	background-color: #FBFBFB;
	height: 20px;
	width: 150px;
	cursor: pointer;
	cursor: pointer;
	border: 1px solid #C4C8C5;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.quotebig {
	font-style: italic;
	color: #47484b;
	font-size: 15px;
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.quotes {
	font-style: italic;
	color: #47484b;
	font-size: 15px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.quotename {
	font-size: 13px;
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main ul li {
	color: #47484b;
}
#mainNav {
	height: 46px;
}
#nav {
	width:900px;
	height:46px;
	margin:0;
	padding:0;
	background-image: url(../img/mainNav_sprite.png);
	background-repeat: no-repeat;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:46px;
	display:block;
}
#nav li {
	float:left;
	list-style:none;
	display:inline;
}
#nav-home {
	width: 98px;
}
#nav-about {
	width: 138px;
}
#nav-books {
	width: 89px;
}
#nav-events {
	width: 201px;
}
#nav-goddesses {
	width: 159px;
}
#nav-blog {
	width: 81px;
}
#nav-contact {
	width: 131px;
}

#nav-home a:hover, #nav-home .current {
	background-image: url(../img/mainNav_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -46px;
}
#nav-about a:hover, #nav-about .current {
	background-image: url(../img/mainNav_sprite.png);
	background-repeat: no-repeat;
	background-position: -98px -46px;
}
#nav-books a:hover, #nav-books .current {
	background-image: url(../img/mainNav_sprite.png);
	background-repeat: no-repeat;
	background-position: -236px -46px;
}
#nav-events a:hover, #nav-events .current {
	background-image: url(../img/mainNav_sprite.png);
	background-repeat: no-repeat;
	background-position: -328px -46px;
}
#nav-goddesses a:hover, #nav-goddesses .current {
	background-image: url(../img/mainNav_sprite.png);
	background-repeat: no-repeat;
	background-position: -525px -46px;
}
#nav-blog a:hover, #nav-blog .current {
	background-image: url(../img/mainNav_sprite.png);
	background-repeat: no-repeat;
	background-position: -686px -46px;
}
#nav-contact a:hover, #nav-contact .current {
	background-image: url(../img/mainNav_sprite.png);
	background-repeat: no-repeat;
	background-position: -766px -46px;
}
.greyline {
	height: 3px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #eef3f7;
}

