﻿body
{
    text-align: center;
    background: #333;
    font-family: Verdana, sans-serif;
	font-size: 10pt;
    color: #bdb9b8; /* bdb9b8 878382 */
	margin: 5px;
}
#holder-outer
{
	background: #666666;
    width: 856px;
    height: 604px;
    margin: 0px auto;
	padding: 2px;
    text-align: left;
	
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;    /* Mozilla only     */
    border-radius: 6px;         /* CSS 3.0          */
}
#holder
{
	background: #0D0B0C;
	width: 852px;
	height: 600px;
	margin: 2px auto;
    text-align: left;
	
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;    /* Mozilla only     */
    border-radius: 6px;         /* CSS 3.0          */
}

.left-layer
{
	vertical-align: top;
	height: auto;
	width: 400px;
}
.right-layer
{
	height: 600px;
	width: 452px;
}

#posh-logo
{
	height: 100px;
	padding: 10px;
}
#posh-logo img
{
	margin: 20px 0 0 20px;
}
#menu-bar
{
	font-size: 9pt;
	padding: 8px;
	padding-left: 15px;
	background: #705E20;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#menu-bar a
{
	margin-right: 10px;
}
#content-box
{
	height: 320px;
	background: url('media/content-bg.jpg') no-repeat;
}

.about-us-box
{
	text-align: center; 
	padding-top: 40px;
}
.about-us-content
{
width: 300px; 
font-size: 9pt; 
font-family: Century Gothic, Arial, sans-serif; 
margin: auto;
}

.contact-box
{
	padding-left: 30px; 
	padding-top: 40px;
	font-size: 9pt;
}
.contact-box ul li
{
	list-style: none;
	margin-bottom: 10px;
}

img
{
	border: 0;
}
a, a:visited, a:active, a:link
{
    text-decoration: none;
    color: #bdb9b8;
}
a:hover
{
    text-decoration: none;
    color: #ff0;
}


