html {
width: 100%;
}
body {
margin: 0;
padding: 0;
background: #DDF1F5;
color: #343434;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
}
#wrap {
width: 1000px;
margin: 0 auto;
background: url(/img/globe.jpg) top left no-repeat #FFF;
min-height: 710px;
}
#hold {
float: right;
margin: 15px;
width: 590px;
}
.mask {
border: 1px solid #DDF1F5;
border-bottom-width: 0px;
background: url(/img/white.png);
}
.content {
padding: 15px;
text-align: justify;
line-height: 140%;
}
.clear {
clear: both;
}
h1,h2,h3 {
color: #0091C8;
}
h1 {
margin-top: 0;
}
h2,h3 {
font-size: 14pt;
}
img {
border: 0;
}
ul.contact {
background: #DDF1F5;
list-style-type: none;
margin: 0;
padding: 10px;
width: 250px;
float: right;
}
ul.contact li {
margin-top: 7px;
font-size: 11pt;
}
ul.contact li:first-child {
margin-top: 0px;
}
ul.contact li img {
margin-right: 10px;
}
ul.contact li a {
color: #343434;
}
ul.contact li a:hover {
color: #0091C8;
text-decoration: none;
}
.address {
width: 230px;
margin-left: 15px;
float: left;
font-size: 10pt;
line-height: 130%;
}
.address .co {
font-size: 8pt;
}
.address b {
color: #0091C8;
}