

*{ margin: 0; padding: 0; }*
body { margin: 0 0 0; background: #fff url(../images/bg.gif) repeat; font: 13px Trebuchet MS, Arial, Sans-Serif; color: #7c7c7c; }
	h1 { font-size: 3em; font-weight: normal; float: left; }
	h1 a { text-decoration: none; }
	h2 { font-size: 2em; color: #FFF2B3; font-weight: normal; margin: 0 0 .5em; }
	h3 { color:#F4B12C; font-size: 1.5em; margin: 0 0 .8em; }
	p  { margin: 0 0 2em 0; line-height: 15pt; }
	em { border-bottom: 1px dotted #fff; cursor: pointer; }
	a { color: #F4B12C; }
	a:hover { color: #fff; text-decoration: none; }
	img { border: 0; }
	.red { color: #9D2900; }
	ul { list-style-type: none;}
#main_content {
	background:#000;
	width:1000px; 
	border-left: 1px solid #101010; border-right: 1px solid #101010;
	margin: 0 auto; }
#main_content_impr {
	background: #000 url(../images/gradient.png) repeat-x;
	width:1000px; 
	border-left: 1px solid #101010; border-right: 1px solid #101010;
	margin: 0 auto; }
#main_content_impr p {
	margin: 0 20px 0 20px;
}
#main_content_impr h4 {
	margin: 0 20px 0 20px;
}
#main_content_impr h3 {
	margin: 0 20px 0 20px;
}
.wrap { background:#000; width: 1000px; margin: 0 auto; }
 

	
 
#teaser { clear: both; width:1000px; height: 560px;  margin: 0 auto; background: #000 url(../images/gradient.png) repeat-x; }
	.box { float: left; padding: 0; width: 340px; color: #7c7c7c; margin: 50px 0 0 50px; overflow:hidden; }
	#image { float: right; width: 480px; position: relative; top: 16px;  height: 517px; margin: 20px 50px 0 0; display:inline;}
	.TestButton {
            display: block;
            width: 294px;
            height: 52px;
            background: url(../images/test_button.png);
            margin: 30px 0 0 25px;
            text-decoration: none;
          
            color: #2c2c2c;
        }
        
        .TestButton:hover {
            background: url(../images/test_button.png) 0px -53px;
        }
		.TestButton_small {
            display: block;
            width: 220px;
            height: 39px;
            background: url(../images/test_button_small.png);
            margin: 30px 0 0 10px;
            text-decoration: none;
            
            color: #2c2c2c;
        }
        
        .TestButton_small:hover {
            background: url(../images/test_button_small.png) 0px -39px;
        }
.image {
	float: left;
	margin: 20px 5px 10px 0;
	
}
.image_right {
	float: right;
	margin: 10px 0 10px 10px;
	
}
.blue {
	font-size:20px;
	color: #fff;
	font-weight:bold;
}
#slider {
    width: 479px; /* important to be same as image width */
    height: 517px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 479px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
/* hide hack from Mac-IE5 \*/
* html .sliderImage { height: 1%; }
/* end hiding */
.sliderImage span {
    position: absolute;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

#content {
	background:#000;
	text-align:justify;
	
	 }
.col { float: left; width: 700px; margin: 0 20px 16px 20px; background: #000; display:inline;}
	.last { color:#fff; float: right; width: 240px; margin: 0 20px 0 0; }
	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }
#teaser .list {
	color: #fff;
	letter-spacing:0.8px;
	margin: 0 0 0 30px;
}
#teaser .list ul, .post ol {
	margin: 0 0 15px 0;
	font-size: 13px;
	font-weight:bold;
}


#teaser .list ul li, .post ol li {
	background: url(../images/Star_small.png) no-repeat 15px 50%;
	padding: 5px 0 0 30px;
}

#footer { clear: both;  height: 40px;margin: 0 auto; padding: 15px; background: #000; }	
	#footer .right { float: right; margin: 0 55px 0 0; display:inline; }
	#footer a { color: #808080; font-weight: bold; }