body
{
margin: 0;
padding: 0;
background-color: #ccc;

color: #3f3f3f;
min-width: 1000px;

font-size: 1em;
overflow: auto;

font-family: Sans;
}

*
{
outline: none;
}

a, a:link, a:visited, a:active, a:focus
{
border: none;
text-decoration: none;
color: inherit;
}

a:hover
{
border: none;
text-decoration: underline;
color: inherit;
}

a img
{
border: 0;
text-decoration: none;
}

a:hover img
{
text-decoration: none;

}


h1
{
color: inherit;
font-size: 1.7em;
margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}

h2
{
color: #ff630f;
font-size: 1.4em;
margin-top: 10px;
margin-bottom: 10px;

}


h3
{
color: inherit;
font-size: 1.1em;
margin-top: 10px;
margin-bottom: 10px;

}

h4
{
color: inherit;
font-size: 1.3em;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 9px;
}

h5
{
color: inherit;
font-size: 1.2em;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 12px;
}

h6
{
color: inherit;
font-size: 1.2em;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 15px;
}

.video
{
text-align: center;
}

#header
{
height: 250px;
width: 100%;
background-image: url("images/header_background.png");
background-repeat: repeat-x;
}

#header_content
{
height: 230px;
width: 1000px;

margin-left: auto;
margin-right: auto;
padding-top: 10px;
}

#logo
{
width: 230px;
height: 230px;
background-image: url("images/logo.png");
display: inline-block;
}

#header_text
{
width: 542px;
height: 146px;
background-image: url("images/header_text.png");
display: inline-block;
margin-bottom: 50px;
margin-left: 60px;
}

#content
{
width: 870px;
margin: 0;

margin-left: auto;
margin-right: auto;

background-image: url("images/content_background.png");
background-repeat: repeat-y;

padding: 15px;
}

#footer
{
width: 900px;
height: 10px;
background-color: #3f3f3f;

margin-left: auto;
margin-right: auto;
}
