body {
background-color: silver;
}
#wrap {
width: 780px;
font-family: verdana, arial, helvetica, sans-serif;
background-color: white;
margin: 0 auto 0 auto;
}
.header {
width: 100%;
border-bottom: 5px solid silver;
height: 100px;
margin: 0 auto 0 auto;
}
.header h1 {
font-family: verdana, arial, sans-serif;
font-size: 18pt;
margin: 0px;
background: url('images/logo.jpg') top left no-repeat;
padding-left: 335px;
}
.header h1 a {
display: block;
text-indent: 0px;
text-decoration: none;
width: 390px;
height: 100px;
}
#body h1 {
font-size: 16pt;
font-weight: bold;
color: orange;
}
#side {
width: 20%;
float: left;
padding: 5px;
}
#flags {
width: 110px;
}
#flags img{
clear: right;
float: left;
margin-bottom: 10px;
margin-right: 3px;
}
p {
margin-top: 0;
}
#side h2 {
display: block;
background-color: yellow;
height: 30px;
font-size: 10pt;
color: green;
clear: left;
}
#menu a {
display: block;
font-size: 8pt;
background-color: #F7DBD7;
color: black;
border-bottom: 2px solid red;
border-top: 2px solid red;
text-decoration: none;
padding: 3px;
text-align: left;
margin-bottom: 3px;
}
#menu a:hover {
background-color: #FEE9D4;
color: black;
border-bottom: 2px solid green;
border-top: 2px solid green;
}
#body {
width: 76%;
float: right;
font-size: 10pt;
padding-right: 10px;
}
#body h1 {
display: block;
background-color: white;
}
#foot {
width: 800px;
font-size: 16pt;
color: #DC560E
}
#body a {
color: blue;
text-decoration: none;
}
a img {
border: 0;
vertical-align: 5px;
float: left;
margin-right: 10px;
}
#body a:hover {
color: blue;
text-decoration: underline;
}
#pic {
height: 310px;
width: 310px;
margin-left: 10px;
float: right;
}
#foot {
width: 100%;
border-top: 5px silver solid;
margin-top: 20px;
padding-top: 15px;
clear: right;
height: 30px;
font-size: 8pt;
text-align: center;
color: blue;
}
#foot a {
color: blue;
display: inline;
margin-right: 5px;
}
#save {
display: block;
width: 320px;
font-size: 16pt;
font-weight: bold;
color: orange;
float: right;
text-align: center;
}
h2 {
font-size: 1.4em;
margin-bottom: 10px;
}