<style type="text/css">

html,body	{
margin:0;
padding:0
}
body	{
background-image:url('219.jpg');
background-repeat:repeat;
font: 1em arial,sans-serif;
text-align:center
}

p {
font: 1em arial,sans-serif;
margin:0 10px 10px;
color:#1f1f1f;
}

div#header h1	{
height:80px;
line-height:80px;
margin:0;
padding-left:10px;
background: #1f1f1f;
color: #d66d7e;
}

div#container {
width:1000px;
margin:0 auto
}

div#container {
text-align:left
}

div#content p {
line-height:1.4
}
div#content {
float:left;
width:80%;
min-height:700px;
background: #fcd8e2;
}
div#extra{
background:#1f1f1f;
}
div#extra {
float:left;
width:100%;
}
div#extra p{
color:#d66d7e;
}

div#navigation {
background:#f6b9c9;
}
div#navigation {
float:right;
width:20%;
min-height:700px;
}
div#navigation a {
color: #d66d7e;
}
div#footer {
background: #353535;
color: #FFF
}
div#footer p {
margin:0;
padding:5px 10px
}
div#foot {
clear:both;
width:100%
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #353535;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #d66d7e;
}

</style>