@charset "utf-8";
/* CSS Document */

html {
	background-color:#404244;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #404244;
	text-align: center;
	color: #000000;
}

a {
	text-decoration:none;
}

.thrColAbsHdr #container {
	position: relative;
	top: 0px;
	width: 788px; 
	background: #404244;
	margin: 0 auto; 
	text-align: left; 
}

.thrColAbsHdr #header {
	height: 142px;
	background: #404244;
}

.thrColAbsHdr #mainContent {
	position:relative;
	top: 10px;
	left: 89px;
	width: 610px;
	background-color:#404244;
	color: #FFF;
	font-size: 12px;
}

.thrColAbsHdr h1 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}
.thrColAbsHdr h2 {
	font-size: 120%;
	margin-top: 10px;
	font-weight: bold;
}

.thrColAbsHdr a {
	color: #a09d9d;
}

.thrColAbsHdr a:Hover {
	color: #8b64e4;
}

.thrColAbsHdr #footer {
	position: relative;
	background:#404244;
	height: 70px;
	overflow:hidden;
}

.thrColAbsHdr #footer #adress {
	position:absolute;
	top: 47px;
	left: 53px;
	font-size: 9px;
	color: #a09d9d;
}
.thrColAbsHdr #footer #design {
	position:absolute;
	top: 47px;
	right: 53px;
	font-size: 9px;
	color: #666668;
}
.thrColAbsHdr #footer #hr {
	background:#a0a1a2; 
	height: 1px; 
	width: 686px; 
	position: absolute; 
	top: 30px; 
	left: 51px; 
	overflow:hidden;
}



#header #menu {
	position:absolute;
	top: 116px;
	left: 89px;
}

#header #menu a {
	color: #a09d9d; 
	font-size: 14px;
	text-decoration:none;
	margin-right: 25px;
}

#header #menu a:hover {
	color: #FFF;
}
#header #menu a.selected {
	color: #8b64e4;
}

.thumbs {
	border: 1px #FFF solid;
	margin: 0px 2px 2px 0px;
}

#center {
	display: inline;
	position:relative;
	left: 0px;
	min-width: 50px;
}



