/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
.content{
        background-color: #FFF;
        padding: 5px;
        border-left: 2px solid black;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
}
.top_menu {
        background-color: #FFF;
        border-left: 2px solid black;
        border-right: 2px solid black;
        border-bottom: 1px dotted black;
        padding: 0px 5px 0px 5px;
}
pre {margin: 0px; padding: 0px;}
.head {  
        padding: 3px;
        position: relative;
        border: 2px solid black;
        text-align:center;
        background-color: #FFF;
}
.foot{ 
        text-align: center;
        font-size: .8em; 
        font-style: italic;
        position: relative;
        bottom: 0px;
        width: 99%;
	color: #E1D6B6;
}
body {
	background-color: #42220C;
}

a, a:visited, a:hover {
	color: blue;
}


.msg {
	color: red;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.login_box {
	text-align: center;
	padding: 5px;
}

.label, .element {
	margin: 5px;
}

.gallery {
	float: left;
	padding: 5px;
}

.date {
	position: absolute;
	right: 5px;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 1.25em;
}

.page_content {
	padding: 10px 5px 10px 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.page_content li a {
	color: black;
}

.site_name {
	padding: 10px;
	font-size: 2.5em;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #969696;
	text-align: center;
}

#photoright {
	float: right;
	margin: 0;
}

#photoleft {
	float: left;
	margin: 0;
}


.placemat {
	margin-left: 1%;
	width: 98%;
	background-color: #e7e7e7;
	height: 100%;
}
.container{
	padding: 10px;
	background-color: #ececec;
}

.page_head {
	background-color: #49bdef;
	border: 1px solid #000000;
	color: ffff00;
	position: relative;
}

.page_foot {
	margin: 0px auto;
	text-align: center;
	font-style: italic;
	Color: #000080;
	background-color: #787878;
	padding: 5px;
	border: 1px solid #000000;
	clear: both;
}

.logged {
	position: absolute;
	color: #FFF;
	right: 5px;
	bottom: 5px;
	font-size: .8em;
}

