/* CSS Document */
body, html {
	margin: 0;
	font-family: helvetica, arial;
	background: #708680 url(Images/bg.jpg) center top repeat-x;
}

.wrapper
{
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -380px;
    width: 760px;
    bottom: 0px;
}


.wrapper .top
{
    height: 5px;
    background-image: url(images/wrapper_top.png);
}

.wrapper .bottom
{
    background: url(images/bottom_shadow.png) top no-repeat;
	text-align: center;
	padding: 5px;
	font-size: 11px;
	color: #333;
}

.wrapper .body
{
    background-image: url(images/wrapper.png);
    padding: 5px;
}

.wrapper .body .logo
{
    padding: 10px 5px 10px 10px;
}
.wrapper .image
{
    height: 249px;
    padding: 20px 15px 15px 10px;
    background-image: url(images/image_bg.png);
}

.wrapper .body .content
{
    padding: 20px 15px 20px 15px;
}

.wrapper .body .content .submenu
{
    display: inline-block;
    line-height: 18px;
    width: 155px;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
    border-right: 1px solid #c9f004;
}

.wrapper .body .content .text
{
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
	width: 500px;
}


.wrapper .body .content .text img
{
	margin-top: 5px;
	margin-bottom: 5px;
	border: 5px solid #fff;
}

.wrapper .body .content .submenu a
{
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    text-transform: none;
}

.wrapper .body .bottom
{
    height: 155px;
    background: url(images/wrapper_bottom.png) bottom no-repeat;
}

.wrapper .body .menu a:link,a:visited,a:active
{
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #52635e;
}