html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#ff0;
   padding:10px;
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#6cf;
}

h1
{
	color: #8A004C;
	font-size: 24px;
	font-weight: normal;

}
.red{  
    background-color:#FDCBCA;
    border-bottom:solid 1px #E8514A;  
}

ul.lfooter {
align: center;
list-style-type: none;
background-image:url('images/box6.jpg');
}
ul.lfooter li {
list-style-type: none;
padding: .5em .5em 0em .5em;
}


ul.column {
list-style-type: none;
padding: 0.2em 1em 0em 1em;
}

ul.column li {
list-style-type: none;
padding: .0em .5em 0em .5em;
display: inline;
}

a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */

.container {
padding: 2em;
background-image: url('blue_gradient_background.jpg');
}

.footer
{
text-align: center;
padding: 9px 9px 15px 9px;
width: 820px;
background-image: url('images/box6.jpg');
}
