/* standard html #da0000efinitions */
body {
	background-color: #000000;

	font: normal 11px Arial, Verdana, sans-serif;
	color: #ffffff;
}  

/* layers definitions */

#wrapper {
	position:absolute;
	background-color: transparent;
	margin: 130px 0px 0px 50%;
	padding: 0px 0px 50px 0px;
	width: 450px;
	left: -220px;
	overflow: visible;
	z-index: 1;
}  
.box {
	display:inline; /*IE fix doubled margin */
	position: relative;
	width: 135px;
	height: 155px;
	background: #000000 url(bkg_box.jpg) top left;
	float:left;
	padding: 0px;
	margin: 0px 10px 10px 0px;

}

.box a {
	color:#646464;
	font:1em;
	text-decoration: none;
	text-align:right;
	display:block;
	margin: 137px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	background: transparent url(more_off.gif) top right no-repeat;
}
.box a:hover {
	color:#c4161c;
	background: transparent url(more_on.gif) top right no-repeat;
}
.box a.red {
	color:#c4161c;
	background: transparent url(more_on.gif) top right no-repeat;
}
.box a.red:hover {
	color:#646464;
	background: transparent url(more_off.gif) top right no-repeat;
}
.logo {
	display:inline; /*IE fix doubled margin */
	position: relative;
	width: 135px;
	height: 155px;
	background: #000000 url(bkg_box.jpg) top left;
	float:left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	border:0px;
	overflow:hidden;
}
.logo img {
	border:0px;
}
.container {
	padding: 3px 3px 3px 3px;
	margin: 10px 40px 20px 40px;
	background: transparent;
}
h1 {
	position: relative;
	bottom:10px;
	font: normal 80px;
	text-align:right;
	color:#0F0F0F;
}
h2 {
	position: relative;
	bottom:10px;
	font: 2em;
	font-weight:normal;
	text-align:left;
	color:#c4161c;
	padding: 0px 0px 0px 0px;
	margin: 30px 40px 10px 40px;
}
.subh {
	font-weight:normal;
	font-size:.7em;
	color: #ffffff;
	padding:0px;
	margin: 0px 40px 0px 40px;
	line-height:130%;
}
p {
	color: #AFAFAF;
	padding: 0px 0px 0px 0px;
	margin: 15px 40px 15px 40px;
	line-height:150%;
}
p a{
	color: #AFAFAF;
	text-decoration:underlined;
}

ul.main li{
	color: #AFAFAF;
	padding: 0px 0px 0px 0px;
	margin: 0px 40px 0px 40px;
	line-height:150%;
}

#lang {
	color:646464;
}
#lang a{
	color:#ffffff;
	font:1em;
	text-decoration: none;
}
