﻿
/* NEW CSS */

body {
	background-color: #000;
    font-size:14pt;
    font-family:Georgia,Times New Roman;
    color:#000000;
}
#Logo {
	background-image: url(../images/thehatnannylogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 1;
	height: 107px;
	width: 573px;
	left: 32px;
	top: 11px;
}
#Caption {
	position: relative;
	height: 72px;
	width: 473px;
	top: 19px;
	left: 31px;
	font-family: "Courier New", monospace;
	font-size: 16pt;
	font-weight: bold;
	color: #FFF;
}
#LeftCol {
	background-image: url(../images/sideleather.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: auto;
	position: absolute;
	z-index: 1;
	height: 500px;
	width: 260px;
	top: 198px;
}
#Main {
	background-image: url(../images/leather3.jpg);
	background-position: center top;
	height: 534px;
	width: 675px;
	position: absolute;
	top: 198px;
	left: 261px;
	border: 2px solid #d1cca9;
}
#Nav {
	position: absolute;
	left: 310px;
	top: 156px;
	z-index: 2;
	width: 650px;
	height: 44px;
}


.ie6 #Parent {
	overflow: hidden;
	position: absolute;
	height: 736px;
	width: 940.54px;
    margin-left:auto;
    margin-right:auto;
	background-image: url(../images/leather2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
}
.ie7 #Parent {
	overflow: hidden;
	position: absolute;
	height: 736px;
	width: 940.54px;
    margin-left:auto;
    margin-right:auto;
	background-image: url(../images/leather2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
}

.gecko #Parent {
	overflow: hidden;
	position: relative;
	height: 736px;
	width: 940.54px;
    margin-left:auto;
    margin-right:auto;
	background-image: url(../images/leather2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
}

.ie8 #Parent {
	overflow: hidden;
	position: relative;
	height: 736px;
	width: 940.54px;
    margin-left:auto;
    margin-right:auto;
	background-image: url(../images/leather2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
}
#Breadcrumb {
	position: relative;
	left: 5px;
	top: 5px;
	height: 20px;
	width: 675;
	font-size: 12pt;
}
#Content {
	position: relative;
	left: 1px;
	top: 0px;
	width: 665px;
	overflow-x:hidden;
	overflow-y:auto;
	margin: 0px 0px 5px 10px;
	height:535px;
}