body
{
	font-family:verdana,sans-serif;
	font-size:12px;
}


.text_left {
	float: left;
}

.text_right {
	float: right;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : center;
	border : 1px solid rgb(0,0,0);
	font-weight : bold;
}

.menu a
{
	color : #0736B2;
	text-decoration: none;
}

.menu a:hover
{
	background-color : #9EC74F;
}


.menu strong
{
	font-size : large;
}

.other
{
	text-align : center;
	background-image : url(images/redfilter.gif);
	border : thin solid rgb(0,0,0);
	background-color : inherit;
	color : rgb(0,0,0);
	font-weight : bold;
}

.contentText
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	border : 1px solid rgb(0,0,0);
    position: absolute;
	top : 11em;
	left : 15em;
	width: 45em;
	padding : 1em;
	z-index:0;
	margin-bottom : 1em;
}


.contentText a
{
    text-decoration: none;
    color : #0736B2;;
}

.contentText a:hover
{
    text-decoration: underline;    
}


.footer
{
	background-image : url(images/redfilter.gif);
}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}

/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
.title
{
    position:absolute;
   	/*position: fixed;*/
	top:0px;
	left:3em;
	height:1em;
	margin-left : 14em;
	margin-right: auto;
	padding: 5px;
	z-index: 1;
}

.photo_title
{
    position:absolute;
   	/*position: fixed;*/
    left:1em;
	border-style:none;
	border-width:1px;
}

.sidebar
{
	position : absolute;
	/*position: fixed;*/
	left : 1em;
	width : 13em;
	z-index : 1;

	top: 11em;
	/*padding : 0.5em;*/
	margin-bottom : 0.5em;
	line-height: 2;
}

.menu
{
	padding : 0.5em;

	margin-bottom : 0.5em;

	line-height: 2;
}

.menu a
{
	display : block;
}

.other
{
	padding :0.5em;
	margin-top : 0.5em;
}
