/* Core stylesheets */
@import url("reset.css");

body {
	font-size: 75%;
	line-height: 1.4em;
	font-family: "Arial", sans-serif;
	text-align: center;
	background: url(../images/background_03.jpg) repeat-x fixed bottom;	
}
p, h2, h3, h4, h5, blockquote {
	padding: 0.5em 0;
}

p {
	font-family: "MS Trebuchet", sans-serif;
	font-size: 0.9em;
	text-align: justify;
}
img {
	border: 1px solid #a1a2a6;
}
h2, h3, h4, h5 {
	font-family: "arial narrow", sans-serif;
	color: #000;
	text-transform: uppercase;
}
h2 {
	font-size: 1.4em;
	color: #FFC125;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
blockquote {
	width: 80%;
	margin:	0 auto;
}
a {
	font-weight: bold;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #EEC900;
	text-decoration: none;
}

a:link > img, a:visited > img {
	border: 1px solid #000;
}

a:hover > img {
	border: 1px solid #EEC900;
}
#container1 {
	background: url(../images/background_02.jpg) repeat-x top;		
}
#container2 {		
	margin: 0 12px;
	position: relative;	
}

#header {
	width: 100%;
	background: url(../images/background_01.jpg) no-repeat;
	z-index: 0;
	overflow: auto;	
}
p.right {
	text-align: right;
}

h1#name_header {
	/*  */
	float: left;
	height: 92px;
	visibility: hidden;
}
#menu ul {
	font-family: Arial, sans-serif;
	font-size: 1em;
	text-shadow: 0 0 10px #FFF;	
}
#menu {
	position: absolute;
	top: 40px;
	left:	0;
	float: left;
	text-align: left;
}
#menu ul li {
	display: inline;	
}
#content {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-top: -30px;	
}
#info img {
	float: right;
	margin-left: 0.5em;
}
#image_box {
	margin-top: 0.5em;
	text-align: center;
	width: 100%;
	position: relative;
	overflow: auto;
}
#image {
	text-align: center;
}
#index_image {
	text-align: center;
}
#image img {
	border: 1px solid #a1a2a6;
}
#thumbs {
	position: absolute;
	text-align: left;
	float: left;	
}
#thumbs img {
	margin: 0 0 2px 0;
}
#caption {
	font-size: 0.8em;
	font-style: italic;
	color: #a1a2a6;
	
}
#text_box {
	margin: 0 auto;
	width: 700px;
}
#link_list, table {
	margin: 0 auto;
	width: 800px;
}
#article, #article_head, #article_list {
	text-align: justify;
}
#article_head {

}
#article {
	padding: 1em 0 0 0;
}
#article_list p, #article_list h2 {
	margin-top:	0;
}
#article ul, #article ol {
	margin-left: 3em;
}
#article_list {
}
#link_list {
	text-align: justify;
	margin: 0 auto;
}
.place_list, .date_list, .place, .date  {
	color: #a1a2a6;
	font-family: "Arial Narrow", sans-serif;
}
.place_list, .date_list {
	font-weight: bold;	
	font-size: 1em;
}
.place_list {	
	font-size: 80%;
	text-transform: none;
}
.place, .date {
	font-weight: normal;
	font-size: 80%;
}
.date_cell_biog {
	width: 5.5em;
	padding-right: 1em;
	text-align: right;
}
.date_cell {
	width: 4em;
}
.date_list {
	padding-right: 10px;
	text-align: right;
}
.title_cell {
	text-align: left;
}
.title_cell img {
	float: left;
}
.title_cell h3 {
	padding-left: 35px;
}
td {
	vertical-align: top;
	padding: 0 10px 20px 0;	
}
td p, td h3, td h4 {
	padding: 0;
	text-transform: none;
}
.links_block	{
padding-bottom: 0.5em;
}

/* form styling */

input, textarea {
	padding: 0.2em;
	border: solid 1px #ccc;
	background-color: transparent;
}
input#send { 
	background: url(../images/button.jpg) repeat-x;
}

input:focus, textarea:focus {
	border: solid 1px #FF9900;
}
select {
	border: solid 1px #ccc;
}
option {
	margin-right: 0.5em;
}

label {
	padding-top: 0.5em;
}

input.widebox, textarea.widebox {
	width: 100%;
}
.warning {
	color: red;
}
#footer {
	/*  */
	width: 100%;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0;
}
.copyright {
}