/* 
   Created By: Albert H. -> http://albybum.net
*/


html 
{
        width: 100%;
}
body {
        /* background-color: #808080;  OLD: #FFFFFF; */
        color: #333333;
        font-family: Verdana, Arial, sans-serif;
        margin:0;
        width: 100%;
        text-align: center;
	background-color:#141510;
	background-image:url('images/holidayback.jpg');
	background-position:center center;
}
.header
{
	width:870px;
	text-align:left;
	/*border:solid 1px black;*/
	background-color:#ffffff;
}
.headingBar
{
	margin-bottom:5px;
	font-size:xx-small;
	text-align:center;
}
.navigation
{
	background:#E77401 url('images/cellpic.gif');
	margin:0px;
	padding:0px;
	border-top:solid 1px black;
}
.navigation a
{
	line-height:1.5;
	color:#000000;
	text-decoration:none;
}
.navigation a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
.clear
{
	clear:both;
}


        

