@charset "UTF-8";
/* CSS Document */

* {
    font-size: 11px;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
a {
	color: #BA1B11;
	text-decoration: none;
}
img {
	border: 0;
}

.contenbknd {
	background-image: url(../images/contentbknd.gif);
	background-repeat: repeat-y;
}

#logo {
	position:absolute; top:0; height:0; left:26px; height:352px; z-index:99; background-color: #e8e3da; width:114px;
}
#topBlackBar {
	position:absolute; top:0; height:18px; background-color:#000000; width:800px;
}
#topImage {
	position:absolute; top:18px; height:257px; width: 800px;
}
#nav {
	position:absolute; top:275px; height:44px; width: 800px; background-color:#000000;
    z-index: 4;
}
#nav ul {
	list-style: none; padding: 0; margin: 0;
}
#nav li {
  display: inline; list-style: none;
}
#leftCol {
	position:absolute; top:359px; width: 100px; left: 31px;
}
#leftColContents {
	position:relative; left: 10px; top: 10px;
}
#content {
    top:0;
    padding-top: 352px;
	position:relative; 
    left: 169px; height:46px;
    width: 600px;
    height: 100%;
    z-index: 3;
}
#footer {
    padding:5; 
    width:100%; 
    position:fixed; 
    bottom:0; 
    z-index:100; 
    background-color:#000000; 
    text-align:center; 
    color:#e8e3da;
    left: 0;
    right: 0;
}
#footer a {
    color:#e8e3da;
}

.text_col, .text_col a {
	color: #4d4d4d; font-size: 12px; text-decoration:none;
}
.maker, .maker a {
    font-size: 12px;
	color:#e8e3da; text-decoration:none;
}


.flash_warning {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}



/* STYLES FROM CMS */

.Main {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
	line-height: 18px;
}
.Header {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
}
.contentbknd {
	background-image: url(../images/contentbknd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.footerbknd {
	background-image: url(../images/nav/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #e8e3da;
}

