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

#wrapper
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#header, #footer
{
    background-color: #655751;
	position: relative;
    top: 0px;
    left: 0px;
    min-height: 120px;
    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: #4f352b;
}

h1
{
    font-size: 250%;
	font-weight: bold;	
	text-align: center;
	background: #655751;
	color: white;	
}

h2
{
    font-size: 200%;
	font-weight: bold;   
	text-align: center;
	color: #655751;
}
h3
{
    font-size: 150%;
	color: #c79945;
}

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

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

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

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

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

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

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