/* ******************** general ******************** */

#wrapper
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header, #footer
{
    background-color: #9A94FF;
	position: relative;
    top: 0px;
    left: 0px;
    min-height: 100px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#footer
{
	margin-top: 50px;
}

/*texts*/
body
{
	font-family: Georgia, Serif;
}

p, table, ul
{
	font-family: Georgia, Serif;
	font-size: 120%;
	color: #4b3b21;
   
}

h1
{
    font-size: 200%;
	font-weight: bold;	
	text-align: center;
	background: #9A94FF;
	color: #453AFF;
	margin-top: 30px;
}

h2
{
    font-size: 240%;
	font-weight: bold;   
	text-align: center;
	color:  #1F12F7;
}
h3
{
    margin-top: 40px;
	margin-bottom: -5px;
	font-size: 160%;
	color:#1F12F7;
}

a {
text-decoration: none;
}
a:link {
color: #1F12F7;
border-bottom: 1px solid #1F12F7;
}
a:visited {
color: Purple;
border-bottom: 1px solid Gainsboro;
}
a:hover {
color: SeaGreen;
border-bottom: 1px solid Black;
}

/* ******************** images ******************** */
img.left, img.right
{
  margin-top: 5px;
  margin-bottom: 5px;
  height: 90px;
}

img.left
{
  float: left;
  margin-left: 40px;
}
  
img.right
{
  float: right;
  margin-right: 40px;
}

img.photo
{ 
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 350px;
  float: right;
  margin-left: 10px;
}

/* ******************** tables ******************** */

table tr td
{ 
  padding: 0px 40px 4px 0px;
}

/* ******************** logos ******************** */

#logo img {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  height: 100px;
}

/* ******************** end ******************** */
