body
{
	margin: 0px 0px 0px 0px;
	background-image: url('images/blacktile.jpg');
    background-repeat: repeat-x repeat-y;
	font-family: sans-serif, comic sans;
	font-size: 12px;
    
}

#spacer
{
	position: center;
    top: 43px;
    bottom: 100px;
	left: 256px;
    right: 256px;
	border-collapse: collapse;
}

#mast
{
	background-image: url('images/whitetile.jpg');
    background-repeat: repeat-x repeat-y;
	color: black;
	height: 66px;
    border: 5px solid #DAA520;
}

#titlebar
{
	font-size: 22px;
	padding-left: 12px;
	padding-top: 12px;
	font-weight: bold;
}

#navi
{
    border: 5px solid #DAA520;
    color: white;
    font-size: 24px;
    background-image: url('images/blacktile.jpg');
    background-repeat: repeat-x repeat-y;
}

#main
{
	vertical-align: top;
	background-image: url('images/whitetile.jpg');
    background-repeat: repeat-x repeat-y;
	min-width: 400px;
	width: 900px;
	height: 700px;
	padding: 15px 15px 15px 15px;
    border: 5px solid #DAA520;
    font-size: 16px;
}

#sidebarlt
{
	vertical-align: top;
	background-image: url('images/blacktile.jpg');
    background-repeat: repeat-x repeat-y;
    color: white;
	padding: 10px 10px 10px 10px;
	min-width: 125px;
	width: 175px;
    height: 125px;
    border: 5px solid #DAA520;
}

#sidebarlb
{
	text-align: right;
	vertical-align: top;
	background-image: url('images/blacktile.jpg');
    background-repeat: repeat-x repeat-y;
    color: white;
	padding: 10px 10px 10px 10px;
	min-width: 125px;
	width: 175px;
    height: 150px;
    border: 5px solid #DAA520;
}

#footer
{
    background-image: url('images/whitetile.jpg');
    background-repeat: repeat-x repeat-y;
	color: black;
	height: 25px;
    border: 5px solid #DAA520;
}

.img {
    border: none;
    }

.floatimgleft {
    float:left;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    }

.leftimg {
    float:left;
    margin:10px;
}

.rightimg {
    float:right;
    margin:10px;
}

 #container {
    display: table;
    }

  #row  {
    display: table-row;
    }

  #left, #right {
    display: table-cell;
    }

a:link {color:black;}
a:visited {color:black;}
a:hover {color:gray;}
a:active {color:gray;}

