body {

margin: 0;
padding: 0;
background-image: url('images/background_ff.jpg');
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { background-image: url('images/background_safari.jpg'); }
}

#container {

width: 685px;
position: absolute;
left: 300px;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #container { width: 685px;
    position: absolute;
    left: 230px;}
}

#logo {

float: left;
padding-left: 180px;
clear: both;

}

#nav {

width: 100%;

}

#text {

padding: 20px 80px 0 0;
font-family: Verdana;
font-size: 12pt;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #text {width: 460px; 
    font-family: Verdana;
    font-size: 12pt;} 
}

p {

font-family: Verdana;
color: #474747;
font-size: 12pt;

}

li {

font-family: Verdana;
color: #474747;
font-size: 12pt;

}

a.link {

font-family: Verdana;
font-size: 12pt;
color: #270611;
text-decoration: none;

}

a.visited {

font-family: Verdana;
font-size: 12pt;
color: #270611;
text-decoration: none;

}

a.hover {

font-family: Verdana;
font-size: 12pt;
color: #550d23;
text-decoration: underline;

}

a.active {

font-family: Verdana;
font-size: 12pt;
color: #270611;
text-decoration: none;

}

h2 {

font-family: Verdana;

}


h1 {

font-family: Verdana;

}
