        a:link, a:visited, a:active {color: #EA8B53; text-decoration: underline;}
        a:hover {color: #FDB927; text-decoration: underline;}      

        a.footer:link, a.footer:visited, a.footer:active {color: #333333; text-decoration: none;}
        a.footer:hover {color: #333333; text-decoration: none;}

        a.gallery:link, a.gallery:visited, a.gallery:active {color: #FDB927; text-decoration: none;}
        a.gallery:hover {color: #CC0000; text-decoration: none;}

body {
	background-color: #333333;
	background-image: url('images/backgr.jpg');
	background-repeat: repeat-x;
        top: 0px;
        margin:0px;
	padding:0px;
        text-align:center;
}

#ContentLeft {
	font: 12px/135% Verdana, Arial, Helvetica, sans-serif;
	color: #E9E9E9;
        text-align: left;
}

#ContentCenter {
	font: 12px/135% Verdana, Arial, Helvetica, sans-serif;
	color: #E9E9E9;
        text-align: center;
}

#Center {
        text-align: center;
}

.Letter {
        font-family: Georgia, Arial;
        font-size: 22px;
        font-weight: bold;
        font-style: italic;
}
#Footer {
        width: 780px;
        height: 30px;
        -moz-box-sizing: border-box; 
        padding: 5px 00px 0px 5px;
        margin-left: auto; 
        margin-right: auto;
	background-image: url('images/bottom.gif');
        font: 10px/150% Arial, Helvetica;
	color: #333333;
}

