/*RoR project style.css*/
body {
 text-align:center;
 background-color:white;
}
#header {
 margin-left: auto;
 margin-right: auto;
 background-color: blue;
 width: 80%;
 height: 120px;
 background-color: white;
 font-size: 100px;
 font-family: sans-serif;
 color: firebrick;
 overflow: hidden;
 text-shadow: grey 30px 30px 15px;
 word-spacing: 10px;
 letter-spacing: 20px;
 padding-bottom: 30px;
}
#body {
 margin-top: auto;
 margin-left: auto;
 margin-right: auto;
 width: 100%;
 height: 800px;
 background-color: white;
 overflow: hidden;
}
#content {
 margin-top: 5px;
 margin-left: auto;
 margin-right: auto;
 width: 80%;
 height: 15px;
 background-color: darkorange;
 padding: 2px;
 font-family: serif;
 font-size: 10px;
 font-weight: bold;
 text-align: center;
}
#content-main {
 margin-top: 15px;
 margin-left: auto;
 margin-right: auto;
 height: 400px;
 width: 80%;
 background-color: white;
 padding: 5px;
 vertical-align: middle;
 text-align: left;
 font-family: sans-serif;
 font-size: medium;
}
.menu {
 margin-top: 25px;
 margin-left: auto;
 margin-right: auto;
 height: 250px;
 width: 85%;
 padding: 10px;
}

p {
 width: 30ex;
 font-family: serif;
 font-size: 20px;
 font-weight: bold;
 border-bottom: 5px solid orange;
 border-left: 3px solid orange;
 border-right: 5px solid orange;
 border-top: 3px solid orange;
}

xmp {
 text-align: left;
}
