html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

#full-screen-background-image
{
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#wrapper
{
  position: relative;
  width: 800px;
  min-height: 400px;
  margin: 50px auto;
  color: #333;
}

#menu
{
  position: fixed;
  left: 10px;
  top: 30px;
  opacity: 1.00;
}

#mainContent
{
margin: 10px;
border-radius: 20px;
align:center;
margin-left:auto;
margin-right:auto;
width:660px;
opacity:0.85;
}

a {color: Blue;
	text-decoration : none;} 

a:visited {	color: Blue;} 

a:hover {color: Blue;
	text-decoration : underline;} 


a.margin:link
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight:900;
text-decoration: none;
color: #FFFFFF;
text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
line-height:100%;
}

a.margin:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight:900;
text-decoration: none;
background:#B0C4DE;;
line-height:100%;
}

a.margin:visited
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight:900;
text-decoration: none;
color: #FFFFFF;
text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
line-height:100%;
}

p
{
    font-family: "Georgia", serif;
	font-size: 15px;
	font-style : normal;
	color: #333333;
}

.title
{
    color: #00008B;
	font-family: "Verdana,", Geneva, sans-serif;
	font-size: 36px;
	font-weight : bold;
	text-shadow: 2px 2px 2px #778899;
	text-align:center
}

.subtitle
{
    color: #00008B;
	font-family: "Verdana,", Geneva, sans-serif;
	font-size: 28px;
	font-weight : bold;
	text-shadow: 2px 2px 2px #778899;
	text-align:center
}

.h1
{
    color: #00008B;
	font-family: "Verdana,", Geneva, sans-serif;
	font-size: 26px;
	font-weight : bold;
	text-shadow: 2px 2px 2px #778899;
}

.h2
{
	color: #00008B;
	font-family: "Verdana,", Geneva, sans-serif;
	font-size: 20px;
	font-weight : bold;
	text-shadow: 2px 2px 2px #778899;
}

.normal
{
	font-family: "Georgia", serif;
	font-size: 15px;
	font-style : normal;
	color: #333333;
}

.thick
{
	color: #333333;
	font-family: "Georgia", serif;
	font-size: 15px;
	font-style: bold;
}

.normal_italic
{
	color: #333333;
	font-family: "Georgia", serif;
	font-size: 15px;
	font-style: italic;
}

.source
{
	color: #333333;
	font-family: "Verdana,", Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;	
}

.img-right
{
float:right;
}

.img-left
{
float:left;
}
