/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

/*Floatfix*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* end Floatfix*/

html{
	background: #000 url(../img/bg.png) center repeat-y;
}

body{
	background: url(../img/bgheader.jpg) center top no-repeat;
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #4af633;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#header{
	padding: 35px 0 0 225px;
	height: 137px;
	font-size: 18px;
}

#content{
	padding: 20px 0 0 0;
}

.hotitem{
	float: left;
	padding: 0 0 20px 25px;
	width: 365px;
}

.hotitem a img{
	float: left;
}

.hotitem h2{
	float: right;
	width: 255px;
	font-size: 16px;
}

.hotitem p{
	float: right;
	width: 255px;
}

.hotitem p a{
	display: block;
	padding-top: 8px;
}
