﻿/* CSS layout */
body {
	background-color: #0D0B09;
	background-repeat: repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	font-family: Tahoma;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
    color: #9E8F7A;
}
a:visited {
	font-family: Tahoma;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #9E8F7A;
}
a:hover {
	font-family: Tahoma;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
}
img {  
    border-style: none;
}
div#outer {
    width: 100%;
    margin:0 auto; 
    text-align: center;
    padding: 0px;
    border-collapse:collapse;
}
div#tpwrapper {
    width: 100%;
    height: 625px;
    margin:0 auto; 
    text-align: center;
    border-collapse:collapse;
    padding:0px;
    border-spacing:0px;
}
div#intro {
    width: 100%;
    margin:0 auto;
    height: 652px;
	text-align: center;
    border-collapse:collapse;
    padding:0px;
    border-spacing:0px;
    background-color: #9E8F7A;
    background-image: url('../images/entry/bkgd2.gif');
}
div#top {
    width: 770px;
    margin:0 auto;
    height: 200px;
	text-align: center;
    border-collapse:collapse;
    padding:0px;
    border-spacing:0px;
    background-image: url('../images/entry/1.gif');
}
div#top2 {
    width: 770px;
    margin:0 auto;
    height: 200px;
	text-align: center;
    border-collapse:collapse;
    padding:0px;
    border-spacing:0px;
    background-image: url('../images/entry/2.gif');
}
div#links {
    width: 770px;
    margin:0 auto;
    height: 182px;
	text-align: center;
    border-collapse:collapse;
    padding:0px;
    border-spacing:0px;
    background-image: url('../images/entry/3b.gif');
}
.linkstab {
    width: 770px;
    margin:0 auto;
    height: 182px;
	text-align: center;
    border-collapse:collapse;
    padding:0px;
    border-spacing:0px;
}
.left {
    width: 83px;
    margin:0 auto;
    height: 182px;
	text-align: center;
    border-collapse:collapse;
    padding:0px;
    border-spacing:0px;
}
.linksarea {
    width: 114px;
    margin:0 auto;
    height: 182px;
	text-align: center;
    border-collapse:collapse;
    padding:0px;
    border-spacing:0px;
}
.right {
    width: 573px;
    margin:0 auto;
    height: 155px;
	text-align: center;
    border-collapse:collapse;
    padding:0px;
    border-spacing:0px;
}
div#doorbottom {
    width: 770px;
    margin:0 auto;
    height: 70px;
	text-align: center;
    border-collapse:collapse;
    padding:0px;
    border-spacing:0px;
    background-image: url('../images/entry/4.gif');
}
div#bot { 
	width: 100%;
    margin:0 auto;
	height: 30px;
	background-color: #9E8F7A;
}
div#rope {
    width: 100%;
    height: 21px;    
    margin-top: 0px; 
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background-image: url('../images/entry/5.gif');
}
div#copyright {
    width: 100%;
    min-height: 50px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #0D0B09;
	color: #8C8C8C;    
    margin-top: 0px; 
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

