﻿body
{
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial;
	line-height: 15px;
	color: #ffffff;
	background-color: #000000;
	margin: 45px 0px 45px 0px;
	padding: 0px;
}

a
{
	color: #ffffff;
}

.PageWrap
{
	width: 915px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: left;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 4px;
}

.Check
{
	width: 8px;
	height: 7px;
	margin-right: 4px;
}

.TopMenu
{
	padding-bottom: 15px;
	border-bottom: 2px solid #3B3738;
}

.TopMenu .Item
{
	margin-right: 7px;
}

.Content
{
	margin: 10px 0 10px 0;
}

.TextTable
{
	width: 100%;
	padding: 0px;
	border-style: none;
	margin: 0px;
	margin-bottom: 10px;
}

.TextTable td
{
	padding-right: 20px;
	width: 33%;
	text-align: left;
	vertical-align: top;
}


.Ref
{
	position: relative;
	height: 550px;
	top: -10px;
}

.Ref .ImageSelector
{
	text-align: right;
	position: relative;
	top: 10px;
	width: 915px;
	height: 20px;
}

.Ref .ImagesTitle
{
	float: right;
	height: 20px; 
	background-color: #5E5C5C; 
	color: #EBEBEB;
	padding: 0px 3px 0px 5px;
}

.Ref .Info
{
	float: left; 
	background-color: #322E2F; 
	width: 295px;
	padding-bottom: 10px;
}

/* Opera only hack */
@media all and (min-width: 0px){
.Ref .Info
{
	margin-top: 10px;
}
}

/* Safari only hack */
/*\*/
html>body* .Ref .Info
{
	margin-top: 0px;
}
/**/

.Ref .Images
{
	float: left; 
	background-color: #322E2F; 
	width: 620px; 
	padding-bottom: 10px;
}

.RefImage
{
	margin-left: 3px;
}

.People h1
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

.People h2
{
	font-size: 11px;
	font-weight: normal;
	color: #7A7A7A;
	margin: 0px;
}

.BoxPadding
{
	padding: 10px;
	padding-bottom: 0px;
}

.Footer
{
	padding: 10px 2px 0 2px;
	border-top: 2px solid #3B3738;
	color: #7A7A7A;
}

.Footer a
{
	color: #707070;
}