P, BODY, DIV, H1, H2, H3, H4{
	font-family: "Lucida Sans Unicode", sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style: none;
}
BODY {
        background-color: #FFF; 
}
.outbox {
        border-style:solid;
        border-width:1px;
        border-color: red;
        background-image: url(../img/canada.gif);
        background-repeat:  repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}
HTML, BODY {
	padding: 0;
	margin-top: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	margin-right: 50px;
}
A:link, A:visited, A:hover {
        color: red;
	text-decoration: none;
	font-weight: bold;
}
#outcl {
        margin-left:auto;
        margin-right:auto;
        margin:12px 20px;
        text-align:left;
        background-image: url(../img/bgl.png);
        background-repeat: repeat-y;
}
#outcr {
        background-image: url(../img/bgr.png);
        background-repeat:repeat-y;
        background-position:right;
}
.cen {
        padding-left:40px;
        padding-right:40px;
}
#outtm {
        height: 30px;
        background-image: url(../img/tm.png);
        background-repeat: repeat-x;
        background-position: bottom left;
}
#outtl {
        width: 40px;
        height: 30px;
        background-image: url(../img/tl.png);
        background-repeat: no-repeat;
        float: left;
}
#outtr {
        width: 40px;
        height: 30px;
        background-image: url(../img/tr.png);
        background-repeat: no-repeat;
        float: right;
}
#outbm {
        height: 30px;
        background-image: url(../img/bm.png);
        background-repeat:  repeat-x;
        background-position: bottom left;
}
#outbl {
        width: 40px;
        height: 30px;
        background-image: url(../img/bl.png);
        background-repeat: no-repeat;
        float: left;
}
#outbr {
        width: 40px;
        height: 30px;
        background-image: url(../img/br.png);
        background-repeat: no-repeat;
        float: right;
}
#ico {
	width: 21px;
	height: 17px;
        background-image: url(../img/beaver.gif);
        background-repeat: no-repeat;
	margin-top: 25px; 
	font-size: .8em;
        margin-left:auto;
        margin-right:auto;
}
