/*#############################################################
Name: Summer Breeze
Date: 2006-07-04
Author: Viktor Persson
URL: http://arcsin.se

Modified: Allan B. Ortega

Feel free to use and modify but please provide credits.
#############################################################*/

* {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1em;
	margin: 0;
}
a {
	color: black;
	text-decoration: none;
}
a:hover, .footer a:hover {
	color: #9f0040;
	text-decoration: underline;
}
body {	
	background: #9f0040 url(img/bg.jpg) repeat-y center top;
	color: #443;
	font-size: 12px;
	margin: 0;
}
p,cite,code,ul {
	margin-bottom: 1.2em;
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
ul {
	margin-top: 5px;
	padding: 0px;
}
li {
	list-style: url(img/li.gif);
	margin-top: 5px;
	margin-left: 30px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	/*background: url(img/quote.gif) no-repeat;*/
	color: #9f0040;
	font: normal 1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */
.divider {
	clear: both;
	background: url(img/divider.gif) no-repeat;
	height: 20px;
	margin: 16px 0;
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 590px;
}

/* header */
.header {
	background: #d6afc2 url(img/header.jpg) no-repeat center top;
	border-bottom: 1px solid #CCC;
	height: 180px;
	text-align: center;
}
.header h1 {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
}

/* navigation */
.navigation
{
/*	position: relative;*/
	display: block;
	margin: 0 auto;
	width: 632px;
	height:42px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(img/nav_bg.jpg) repeat-x top left;
	font-family:"Lucida Sans Unicode",sans-serif;
	text-transform:uppercase;
}
.navigation a
{
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;
}
.navigation a:hover, .navigation a.current
{
	color: white;
	background: transparent url(img/nav_bgOVER.jpg) repeat-x top left;
}

.bookmenu a {
	display: block;
	background: white;
	text-decoration: none;
}

.bookmenu a:link, .bookmenu a:active, .bookmenu a:visited {
	background: white;
}

.bookmenu a:hover {
	background: #FDF0F5;
}

/* content */
.content {
	padding: 18px 0;
}
.content h1 {
	color: #9f0040;
	font-size: 1.4em;
	margin-bottom: 4px;
}

/* footer */
.footer {
/*	clear: both;*/
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}

.left {
  margin-top: 0px;
  margin-left: 15px;
  float: left;
  width: 250px;
}
.right {
  margin-top: 0px;
  margin-right: 20px;
  float: right;
  width: 250px;
}

