@charset "UTF-8";
/* CSS Document */

body {
background-color: #ffe6f1;
margin: 0px;
padding: 0px;
font-family: "trebuchet ms";
font-size: 10pt;
color: #000000;
text-align: justify;
}

a {
color: #7a0026;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #005e20;
text-decoration: underline;
}

h2 {
text-transform: uppercase;
text-align: right;
font-size: 12pt;
border-bottom: 1px dotted black;
}

blockquote {
font-style: italic;
font-size: 9pt;
}

#layout {
width: 540px;
background-color: #ffe6f1;
margin-top: 1%;
margin-left: auto;
margin-right: auto;
}

#header{
width: 540px;
height: 377px;
background: #f49ac2 url(images/header.jpg);
}

#menu {
float: right;
margin-top: 2%;
width: 60px;
border: 20px solid #1c1c24;
padding: 5px;
background-color: #f49ac2;
height: auto;
}


#body {
float: left; 
margin-top: 2%;
width: 370px;
border: 20px solid #1c1c24;
padding: 5px;
background-color: #c4df9b;
}
