#wrapper {
    margin-left:auto;
    margin-right:auto;
    width:1050px;	
    background:green;
    overflow:hidden;
    position:relative;
	background-color: #3C2F1C;
}
#container2 {
    float:left;
    width:1050px;
    position:relative;
    right:0px;
	background-color: #DACAA4;	
}
#container1 {
    float:left;
    width:1050px;
    background:red;
    position:relative;
    right:800px;
	background-color: #827154;	
}
#col1 {
    float:left;
    width:250px;
    position:relative;
    left:800px;
    overflow:hidden;
}
#col2 {
    float:left;
    width:800px;
    position:relative;
    left:800px;
    overflow:hidden;
}
#navitem A:hover {
	background: #DACAA4 14px;
	color:#FF6600;
	width:250px;
}
#navitem A {
	color: #DACAA4;
	line-height:14px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
}
#footer {
    width: 1050px;
    clear: both;
    margin-top: 0px;
    background-color: #000000;
}

#footer P {
	color: #DACAA4;
}
#facebook A:hover {
	color:#DACAA4;
	text-decoration: underline;
	width:250px;
}
#facebook A {
	color: #DACAA4;
	text-decoration: none;
}

#facebook {
	font-size: 12px!important;
	font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;
	 background-color: #3C2F1C;
	-moz-border-radius: 10px;
	border-radius: 10px;	 
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
	background: #3C2F1C;
}
h2,h3 {
    margin-top: 0px;
    padding-top: 0px;
    clear: both;
}

hr 
{
    clear: both;
}

p {
	font: 12px Verdana, Arial, Century Gothic, Helvetica, sans-serif;
	color:#3C2F1C;
}
	
a {
	color: #FF6600;
	font-weight:bold;
}
	
a:hover {
	color: #FF6600;
}

table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: #DACAA4;
}
table.sample th {
	border-width: 2px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #FFFFFF;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 2px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #DACAA4;
	-moz-border-radius: ;
}
table.sample td.srow {
	border-width: 2px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #DACAA4;
	-moz-border-radius: ;
}
table.sample td.break {
	border-width: 2px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #000000;
	color: #FFFFFF;
	-moz-border-radius: ;
}

table.none {
	border-style: none;
	border-collapse: collapse;
	background-color: #DACAA4;
}
table.none th {
	border-style: none;
	background-color: #DACAA4;
}
table.none td {
	border-style: none;
	background-color: #DACAA4;
}
table.sample tr {
	border-style: none;
	background-color: #FFFFFF;
}

.btext {
    padding: 0px 25px 0px 25px;
}

.imageright {
        padding: 0px 25px 0px 25px;
        float: right;
        border: 0px;
        text-align:center;
}

.imageleft {
        padding: 0px 25px 0px 25px;
        float: left;
        border: 0px;
        text-align:center;
}

.imagecaption 
{
    font-style: italic;
    background-color: #827154;
    color: White;
}
.clear {
	clear:both;
}

.thumbnail {
    position: relative;
    z-index: 0;
}

.thumbnail:hover {
    background-color: transparent;
    z-index: 50;
}

.thumbnail span { 
    position: absolute;
    background-color: lightyellow;
    padding: 0px;
    left: -500px;
    border: 1px solid black;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img {
    border-width: 0;
    padding: 0px;
}

.thumbnail:hover span { 
    visibility: visible;
    top: 0;
    left: 500px; 
}


