﻿body
{
    font-size: 62.5%;
    padding: 45px 0 0 0;
    margin: 0;
    font-family: Arial, Verdana;
}


/* Divs and components */

a{
	color:#000000;
	text-decoration:none;
}
h2{
    font-size: 14px;
	padding-top:10px;
	padding-bottom:0px;
}
a:hover{
	color:#666;
	text-decoration:none;
}

#wrapper
{
    width: 955px;
    margin: 0 auto;
}

#header
{
    width: 940px;
}

#logo
{
    background: #ffffff url('../img/logo.gif' ) no-repeat;
    width: 943px;
    height: 48px;
    padding: 0 0 40px 0;
}

#logoStart
{
    background: #ffffff url('../img/logo2.gif' ) no-repeat;
    width: 943px;
    height: 48px;
    padding: 0 0 40px 0;
}

#flash-wrapper
{
    width: 955px;
    height: 402px;
    background: #ffffff url('../img/flash-background.jpg' ) no-repeat;
    padding: 45px 0 0 4px;
}

#main
{
    width: 955px;
    float: left;
}

#left-column
{
    width: 440px;
    float: left;
}

#right-column
{
    width: 464px;
    float: right;
}


#right-column .right-column-image-container
{
    float: left;
    width: 185px;
}

#right-column .right-column-text-container
{
    float: right;
    width: 225px;
}

#bottom
{
    width: 100%;
    float: left;
}

#bottom .website-container
{
    width: 217px;
    float: left;
    padding: 0 23px 65px 0;
}

.image-border
{
    border: solid 1px #e3e3e3;
    padding: 5px;
}

.flash-border
{
    border: solid 1px #e3e3e3;
    padding: 5px;
}

#footer
{
    background: #f36e03;
    width: 100%;
    height: 105px;
    float: left;
}

#footer-info
{
    width: 955px;
    margin: 0 auto;
    padding: 23px 0 0 0;
}


#footer-info .text-container
{
    width: 188px;
    float:left;
}

#footer-info .text-container a
{
    color: #FFFFFF;
}

/* Typography */

p
{
    color: #353535;
    line-height: 15px;
    font-size: 1.1em;
}

h1
{
    color: #656565;
    font-size: 1.6em;
    border-bottom: solid 1px #e7e7e7;
    padding: 0 0 10px 0;
	font-weight:bold;
}


#menu a
{
    color: #ffffff;
    font-family: Arial, Verdana;
    font-size: 12px;
}

.name
{
    color: #080808;
    font-size: 1.2em;
    font-weight: bold;
}

.title
{
    color: #747474;
    font-size: 1.1em;
}

.italic
{
    font-style: italic;
}

.bold
{
    font-weight:bold;   
}

.website-name
{
    color: #000000;
    font-weight: bold;
    font-size: 1.4em;
    text-decoration:none;
}

.website-text
{
    color: #353535;
    font-style: italic;
    font-size: 1.1em;
}

#footer-info .footer-text
{
    color: #fff;
    font-size:1.1em;
}



