#content {
	width:955px;
	text-align:left;
	margin:0 auto 0 auto;;
	padding:0 0 0 0;
	background: transparent url(/images/site/bg_content_top.png) no-repeat center 225px;
}
header {
    position: relative;
    height: 200px;
	background-color:#dcdadf;
	background-image:url(/images/site/bg_header_books.png);
	background-position:top right;
	background-repeat:no-repeat;

}

header .logo {
	margin-top:40px;
	margin-left:20px;
}
#content>section {
    margin: 3.4em 0 0 0;
    padding: 1em 90px 1em 60px;
	background: transparent url(/images/site/bg_content_middle.png) repeat-y center center;
}

footer {
    zoom: 1;
	text-align:center;
	font-size:.8em;
	font-weight:bold;
	padding:25px 0;
	background: transparent url(/images/site/bg_content_bottom.png) no-repeat center top;
}

#content section footer {
    position: relative;
    margin: 0;
    padding: 1em 0 0 0;
	text-align:right;
	background-image: none;
}

header nav {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 42;
    }
#nav {
	list-style:none;
	margin:0;
	padding:0;
	line-height: 1.6;
}

#nav li {
	font-size:1.5em;
}

#nav a {
	display:block;
	padding: 3px 6px;
	width: 250px;
	text-align: right;
	text-decoration: none;
	text-transform: lowercase;
	color:#86121e;
}
#nav a:visited{
	color:#86121e;
}
#nav a:hover {
    color:#ffffff;
	background: transparent url(../images/site/bg_language_selector.png) no-repeat right center;
}
#nav a:active{
	color:#86121e;
}


h1,h2,h3 {
    color: #86121e;
}


#content>nav {
	border-top:1px solid #f4f3f8;
	background-color:#c1c0c0;
	background-image:url(../images/site/bg_navigation.png);
	background-repeat:repeat-x;
	overflow:hidden;
}

#nav_sub {
	list-style:none;
	margin:0;
}

#nav_sub li {
	display:inline;
	padding:0;
	margin:0;
	padding-top:.8em;
	padding-bottom:.8em;
	border-right:.1em solid #dbdadf;
}

#nav_sub li a {
	font-size:1.1em;
	font-weight:bold;
	padding: 1em;
	line-height: 2;
	text-decoration:none;
	color:#86121e;
}
#nav_sub li a:visited {
	color:#86121e;
}
#nav_sub li a:hover {
	background-color:#7d932b;
	color:#ffffff;
	text-decoration:none;
}
#nav_sub li a:active {
	color:#86121e;
}

#nav_sub li.here a {
	background-color:#7d932b;
	color:#ffffff;
}

#nav_sub li.last a {
}



#homepage,
#homepage #content,
#homepage section,
#homepage nav,
#homepage footer   {
    margin: 0 auto;
    padding: 0;
    position: static;
    float: none;
    display: block;
    background-image: none;
    }
#homepage #content section {
    position: relative;
    padding: 1em 0;
    width: 730px;
    height: 640px;
    background: transparent url(/images/site/art_of_words_splash.png) no-repeat center center;
    }
#homepage #content section nav {
    position: absolute;
    top: 350px;
    right: 90px;
    }
#homepage #content section nav li  {
    margin-bottom: 0.2em;
    }

#homepage #content section nav a {
	background: transparent url(../images/site/language_select_background.jpg) no-repeat right top;
    }
#homepage #content section nav a:hover {
    color:#ffffff;
	background: transparent url(../images/site/language_select_background.jpg) no-repeat right bottom;
    }






