html, body, div, span, object, iframe, h1, h2, h3, h4, h5, 
h6, p, blockquote, pre, a, code, del, em, font, img, small, 
strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, 
label, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}
body { 
	line-height: 1; 
} 
ol, ul { 
	list-style: none; 
} 
blockquote, q { 
	quotes: none; 
} 
h1, h2, h3, h4, h5 {
	margin: 0 0 3% 0;
	text-align:center;
}
h1{
	font-size:1.5em;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight:normal;
	text-transform:uppercase;
}
h2 {
	font-size:1.5em;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight:normal;
	text-transform:uppercase;
}
h3{
	font-size:1.5em;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight:normal;
}
p {
	color:#333;
	font-size:1em;
	margin-bottom:20px;
	text-align:justify;
	line-height:1.3em;
}
a {
	text-decoration:none;
	color: #2387c3;
}
body{
	background-color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:1.2em;
	text-align:justify;
}
a:hover {
	text-decoration:none;
	color:#c82693;
}
table img{
	display:block;
}
.header-wrapper{
	background: #000000 url(images/headerbg.jpg) no-repeat top center;
	width:100%;
	height:260px;
}
.header-container{
	width:1000px;
	margin:0 auto;
	height:260px;
}
.wrapper{
	width:100%;
	background: url(images/wrapperbg2.png) repeat-x bottom left, url(images/wrapperbg3.png) repeat-x top left,  url(images/wrapperbg.jpg) repeat-y top center;
}
.block{
	border-radius:10px;
	padding:20px;
	margin:0 auto;
	background-color:#1d1d1d;
	width:960px;
	margin-bottom:10px;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	text-align:center;
}
.text-block{
	color:#ffffff;
	font-size:14px;
	margin:10px 0 0 0;
	text-align:center;
	text-transform:uppercase;
}
.images-block{
	margin-left:-10px;
}
.images-block img{
	width:230px;
	border:1px solid #c20101;
	height:250px;
	margin-left:10px;
}
.bottom-block-text{
	width:980px;
	padding:5px 10px;
	background-color:#000000;
	margin:0 auto 10px auto;
	border:1px solid #333333;
	text-align:center;
}
.bottom-block{
	width:1000px;
	margin:0 auto 0px auto;
}
.images-block2{
	margin-left:-10px;
	text-align:center;
}
.images-block2 img{
	width:240px;
	border:1px solid #c20101;
	height:180px;
}
.images-block2 .btml1{
	text-transform:uppercase;
	color:#c20101;
	font-size:14px;
	margin-left:10px;
	font-weight:bold;
	float:left;
	margin-bottom:5px;
}
.images-block2 a:hover{
	color:#c20173;
	opacity:0.9;
}
.images-block2 span{
	display:block;
	margin:5px 0;
}
.footer{
	width:958px;
	padding:10px 20px;
	text-align:center;
	color:#cccccc;
	font-size:12px;
	margin:0px auto 10px auto;
}
.clear{
	clear:both;
}