@charset "utf-8";
/* CSS Document */

body {
margin:10px; padding:10px;
}

body {
font-family:Eurostyle, Helvetica, sans-serif; font-size:66%; text-align:center;
}

div#container {
width:60em; margin:0 auto; text-align:center; border-left:2px solid #36c; border-right:2px solid; #36c;
}

div#header {
height: 253px; background-color:#7B4D67;
}

h1, h2 {
margin:0; padding:0;
}

h1 {
padding-left:0.5em; font:bold2.3em/80px Eurostyle, Helvetica, sans-serif;
}

h2 {
color:#999; font-size:1.5em;
}

div#navigation {
background-color:#999999; color:#7B4D67; height:55px;
}

div#extra {
float:right; width:140px; height: 500px; padding:1em 10px; background-color:#B08FA0;
}

div#content {
padding:1em; height: 500px;
}

div#footer {
padding:0.3em; background-color:#7B4D67; color:#000000; text-align:center;
}




