body {
	margin: 0;
	padding: 0;
	// background: url(../images/bg.gif) repeat-x;
	font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
	color: #555;
	font-size: 11px;
}

a { color: #ff6600; text-decoration: none }
a:hover{ color: #ff6600; text-decoration: underline }
a:visited { color: #ff6600; text-decoration: none }

img{
	border: 0;
}

.wrap {
	width: 613px;
	margin: 0 auto;
	/*margin-top: 120px;*/
}

.logo{
	/*padding-left: 25px;*/
}

.main{
	width: 414px;
	/*height: 211px;*/
	/*background: url(../images/main.jpg);*/
	float: center;
}

.superhosting{
	float: right;
	padding-bottom: 7px;
}

.superhlas{
	float: right;	
}

#news {
	margin-top: 50px;
	width: 570px;
	clear: both;
	padding: 0 25px;
}

#news h3 {
	font-size: 11px;
	padding-top: 40px;
}

#news small {
	font-family: "Courier New", Courier, mono;
	margin-right: 15px;
	font-size: 11px;
}

#news p {
	border-bottom: 1px solid #666;
	padding: 5px; _padding: 0px;
	padding-bottom: 10px;
	_padding-bottom: 8px
}

.left { float: left;  margin: 35px 0 20px 30px; _margin: 35px 0 20px 15px; }
.right { float: left; margin: 35px 0 0 30px }

