body {
    background: #6600ff;
    color: #330099;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font:76% Verdana,Tahoma,Arial,sans-serif;
    line-height:1.3em;
}

#page {
  position: relative;
  top: 10px;
  bottom: 10px;
/*  background-image: url('shadow.jpg');
    background-position: center;
    background-repeat: repeat-y; */
}

#wrapper {
    margin: 0px;
    padding: 0px 0px;
    position: relative;
    text-align: left;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: white;
}

#header {
    margin: 0px;
    padding: 0px;
    background: white;
}

#inner_wrapper {
    margin: 0px;
    padding: 0px;
    background: white;
}

#content {
    background: white;
    text-align: left;
/*    text-align: justify;*/
    float: right;
    width: 620px;
    padding-right: 10px;
    padding-left: 10px;
}

#navigation {
    background: white;
    position: relative;
    float: left;
    width: 250px;
    padding-left: 10px;
}

#footer {
    position: relative;
    clear: both;
    background: #c4739a;*/
    color: black;
    min-height: 20px;
    text-align: right;
    font: 60% Verdana,Tahoma,Arial,sans-serif;
    padding: 5px;
    margin-top: 10px;
}

#loghi {
    position: relative;
    clear: both;
    background: white;
    color: black;
    min-height: 20px;
    text-align: center;
    font: 60% Verdana,Tahoma,Arial,sans-serif;
    padding: 5px;
    margin-top: 10px;
}

#banner {
    position: relative;
    height: 220px;
    background-image: url('../images/deon2010/900-Panorama_of_Florence.jpg');
    background-position: bottom;
}

#logo {
    font: 100% Verdana, Geneva, Helvetica, Arial, sans-serif;
    height:60px;
    font-weight: bold;
    font-size:4.8em;
    color:#000066;
    letter-spacing:-3px;
    line-height:60px;
    padding-left: 10px;
}

#slogan
{
    margin: 0px 0px 6px 10px;
    padding-top: 20px;
    font-size:1.8em;
    color: white;
    line-height:2.4em;
    letter-spacing:-1px;
    font-weight:700;
}

#subslogan
{
    margin: 0px 0px 4px 10px;
    font-size:1.8em;
    color: white;
    font-weight:700;
}

#headerimagecopyright
{
	position: absolute;
	color: white;
	right: 5px;
	bottom: 5px;
	text-align: right;
}

#headerimagecopyright a
{
	font-weight:normal;
	font-size:0.8em;
	color: white;
	margin: 0px 0px 0px 2px;
}

#headerimagecopyright a:hover
{
	text-decoration:none;
	background-color: transparent;
	color:#808080;
}

#headerimagecopyright img
{
	margin:1px 0px -2px 0px;
}

/*registration*/

table {
    border-collapse: collapse;
}

td {
    border: 1px solid #000066;
}

.odd {
    background-color: #7E96AE;
}

.even {
    background-color: #C0CAD7;
} 