/* For quick experimenting with color combinations
*/

/*
#cc9 - > #8eca91
#ffc -> 
*/
body 	{text-align: center;}

#picture_frame	{background-color: #cc9;}
#picture_frame_Presentations	{background-color: #cc9;}
#picture_frame_Joseph	{background-color: #cc9;}
#picture_frame_History	{background-color: #cc9;}
.hor_menu	{background-color: #cc9;}
#body		{background-color: #ffc;}
#bodyPresentations		{background-color: #ffc;}
#bodyJoseph		{background-color: #ffc;}
#bodyHistory		{background-color: #ffc;}

body		{background-color: #000;}

#header, #footer{background-color: #ffc;}
#container	{background-color: #e7e7e7;}
#menu		{background-color: #ccc;}
.menu		{background-color: #ffc;}
#on_this_day	{background-color: inherit;}

hr
{
	color: #663;
	border-color: #663;
	border-width: 1px;
	background-color: #663;
}

a:link		{color: #000;}
a:visited	{color: #663;}
a:active	{color: #999;}

div#frame
{
	margin-left: auto;
	margin-right: auto;
	position: relative;

	width: 800px;
	height: 800px;
}

div#picture_frame, img.picture_frame
{
	width: 450px;
	height: 530px;
	/*background-color: #9c9;*/

	position: absolute;
	right: 50px;
	top: 80px;

	border: solid 2px black;
}

div#picture_frame_Presentations
{
	width: 450px;
	height: 1200px;
	/*background-color: #9c9;*/

	position: absolute;
	right: 50px;
	top: 50px;

	border: solid 2px black;
}

div#picture_frame_Joseph
{
	width: 450px;
	height: 780px;
	/*background-color: #9c9;*/

	position: absolute;
	right: 50px;
	top: 50px;

	border: solid 2px black;
}

div#picture_frame_History
{
	width: 450px;
	height: 1600px;
	/*background-color: #9c9;*/

	position: absolute;
	right: 50px;
	top: 50px;

	border: solid 2px black;
}

div#bodyJoseph
{

	width: 800px;
	height: 680px;
	/*background-color: #ff9;*/
	/*border: solid 3px red;*/
}

div#bodyHistory
{

	width: 800px;
	height: 1480px;
	/*background-color: #ff9;*/
	/*border: solid 3px red;*/
}

#picture_text
{
	position: absolute;
	left: 20px;
	right: 20px;
	top: 260px;
	text-align: center;
	line-height: 1.5em;
}
.hor_menu
{
	width:800px;
	height: 20px;
	/*background-color: #cc9;*/

}


div#body
{
	text-align: center;
	width: 800px;
	height: 580px;
	/*background-color: #ff9;*/
	/*border: solid 3px red;*/
}

div#bodyPresentations
{

	width: 800px;
	height: 1050px;
	/*background-color: #ff9;*/
	/*border: solid 3px red;*/
}

div#header
{
	width: 800px;
	height: 100px;
	/*position: relative;*/
	/*background-color: #ffc;*/
	/*border: solid 3px green;*/
}

div#footer
{
	width: 800px;
	height: 100px;
	/*position: relative;*/
	/*background-color: #ffc;*/
	/*border: solid 3px green;*/
}


#logo
{
	position: absolute;
	top: 12px;
	left: 21px;
	width: 250px;
	height: 84px;
}


.menu_item
{
	display: block;
}

div#menu
{
	width: 150px;
	height: 400px;
	float: left;
	/*border: solid 3px black;*/
	/*background-color: #ccc;*/
}

.menu
{
	position: absolute;
	top: 110px;
	left: 44px;
	float: left;
	line-height: 1.5em;
	width: 207px;
}

h3{
	font-family:serif;
	font-size: 14px;

}

#on_this_day
{
	position: absolute;
	width: 250px;
	top: 420px;
	left: 22px;
	float: left;
}

#on_this_day_header
{
	text-align: justify;
}
#date_header
{
	line-height: normal;
	font-weight: bold;
}

#on_this_day_desc
{
	font-size: 14px;
	text-align: justify;
	line-height:1.2em;
}

.menu_item
{
	display: block;
}

div.contact_info
{
	padding: 10px;
}

div.picture_text
{
	padding: 10px;
}

img.list_pic
{
	height: 100px;
	display:block;
	border: 2px solid black;
	/*padding: 10px; looks bad in firefox*/
}
img.list_pic2
{
	height: 127px;
	display:block;
	border: 2px solid black;
	/*padding: 10px; looks bad in firefox*/
}
