/*********************************************/
/*** PAGE LAYOUT AND GENERAL STYLE ***********/
/*********************************************/

#container {
	position: fixed;
	width: 800px;
	top: 0%;
	left: 50%;
	margin-left: -400px;
	margin-top: 0;
}

#content {
	overflow: auto;
	position: fixed;
	top: 0%;
	left: 50%;
	margin-left: -400px;
	bottom: 3.5em;
	width: 800px;
	margin-top: 4.375em; /* h1(font:1.75em x line-height:2.5em = 4.375) */
}

body {
	color: #444;
	background-color: #333;
	background-image: url('img/bg.png');
	font-size: 90%;
	font-family: 'Didact Gothic', sans-serif; /*verdana, arial, helvetica, sans-serif;*/
}

/* default behavious */
div {
	position: relative;
}

ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
li{
  list-style-type: none;
  text-align: justify;
}

a {
  color: #357;
  border: none;
  text-decoration:none;
}
a:hover {
  color: #357;
  background: #DDD;
}
a:visited {
  color: #357;
}
img {
	border: 5px solid white;
	box-shadow: 0px 0px 10pt black;
}

.img_link:hover{
  background: transparent;
}

p {
  text-align: justify;
}

h1 , h2, h3  {
	font-family: 'Artifika', serif; /*Georgia, Times, serif;*/
	color: #CCC;
}
h1 {
	margin: 0;
	font-weight: normal;
	font-size: 2em;
	line-height: 2.5em;
}
h2 {
	margin: 0;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 2em;
}
h1, h2 {	
	text-shadow: 0px 0px 5pt black;
}
h3 {
  margin: 0;
  font-size: 1.0em;
  padding: 0;
  font-weight:bolder;
  line-height: 1.8em;
  border-width: 1px;
	color: #444;
  border-style: none none solid none;
  border-color: #DDD;
}
h4 {
  font-size: 1.0em;
}

.roll:hover {
  cursor: pointer;
}

#myPhoto {
	z-index: 200;
	position: absolute;
	top: 1.5em;
	left: 50%;
	margin-left: 200px;
}