html, body{
margin: 0;
padding: 0;
}

body{
margin: 0;
padding: 0;
background: #fff; 
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color:#000; 
font-size: 100%;
}

a {
color: #00CC66;
text-decoration: none;
border: 0;
outline: 0;
}

a:hover {
color: #666666;
}

img {
border: 0;
margin: 0;
padding: 0;
}

a:hover img {
filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
filter: alpha(opacity=50);
opacity: 0.5;
}

h1 {
font-size: 1.7em;
margin-bottom: 5px;
margin-top: 40px;
}

ul {
margin-top: 5px;
}

/****Main structure***/

div#start {
margin-top: 40px;
}

div#start object {
outline: 0;
}

div#navig {
margin-top: 40px;
margin-left: 40px;
}

div#navig object {
outline: 0;
}

div#content object {
outline: 0;
}

div#content {
margin-left: 80px;
margin-top: 40px;
width: 700px;
line-height: 1.5em;
font-size: 0.75em;
letter-spacing: 0.09em;
}

div#content table {
margin-bottom: 20px;
line-height: 1.3em;
}

div#content table img {
padding-right: 15px;
}

div#content form {
width: 500px;
}

div#footer {
margin-top: 50px;
height: 100px;
font-weight: bold;
}

div#iframe {
width: 700px;
height: 225px;
overflow: auto;
}

div#iframe1 {
width: 700px;
height: 375px;
overflow: auto;
}

div#iframe2 {
width: 700px;
height: 250px;
overflow: auto;
}


/****classes***/

.date {
font-size: 0.8em;
}

.date1 {
font-size: 1.2em;
font-weight: bold;
}

.subline {
color: #666;
}

.credits {
color: #999;
}

.distance {
margin-left: 50px;
}


