/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #969493;
	min-width: 960px;
	background: url(../images/texture.gif) center 0 repeat #fffff9;
	position: relative;
}
header{
	height:184px;
}
h2{
	line-height: 1.2em;
	color: #fcfcfa;
	margin: 0px 0 37px;
	font-weight: normal;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 33px;
}
.wrapper {
    width: 100%;
	height: 32px;
    overflow: hidden;
    position: relative;
}
.row-1 {
    width: 100%;
    padding: 7px 0 8px;
    background: #2f2b2b;
}
#logo{
	padding-top: 20px;
}
.main{
	width: 960px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	font-size: 0.8125em;
	line-height: 1.538em;
}
nav{
	position: absolute;
    display: block;
    right: 0px;
    top: 0px;
	width: 200px;
}
nav ul{
	list-style-type: none;
	font-size: 0.8125em;
	line-height: 1.538em;
}
nav ul li a{
	text-decoration: none;
	font-weight: bold;
}
a{
	color: #969493;
}
#content {
    width: 100%;
    padding: 54px 0px 55px 0px;
    position: relative;
    z-index: 5;
    background: #2f2b2b;
}
#data{
	padding: 30px;
	background: #000000;
	margin-bottom: 25px;
}
#data img{
	margin-bottom: 25px;
	margin-top   : 13px;
	margin-left: 40px;
	margin-right: 40px;
	border: 5px solid #fff;
}
.white{
	color:#FFFFFF;
}
.red{
	color:#FF0000;
}
.green{
	color:#00FF00;
}
.blue{
	color:#0000FF;
}
.yellow{
	color:#ffff00;
}
.purple{
	color:#880088;
}
.orange{
	color:#FF8600;
}