.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
	font: 14px Verdana, Arial, sans-serif;
	color:#333;
	margin:50px;
	padding:0;
	text-align:center;
	background:#ffc;
}

a{
	color:#9c3;
	text-decoration:none;
}

a:hover{
	color:#000
}

#wrap{
	width:760px;
	position:relative;
	border:1px solid #690;
	width:760px;
	margin:auto;
}

#header{
	width:100%;
	height:80px;
	background:#9c3 url('../images/header-bg.gif') repeat-x top left;
}

#header h1{
	margin:0;
	margin-left:-99999px;
	line-height:80px;
	color:#fff;
}

#logo{
	display:block;
	width:268px;
	height:161px;
	background:url('../images/logo.gif') no-repeat top center;
	position:absolute;
	top:0;
	left:246px;
}

#header-shadow{
	height:6px;
	background:#fff url('../images/header-shadow.gif') repeat-x;
	border-left:5px solid #9c3;
	border-right:5px solid #9c3;
}

#content-wrap{
	padding-top:80px;
	text-align:left;
	border-left:5px solid #9c3;
	border-right:5px solid #9c3;
	background:#fff;
}

#viper-logo{
	position:absolute;
	top:10px;
	left:20px;
	background:transparent url('../images/viper-logo.gif') no-repeat top left;
}

#content{
	float:left;
	width:525px;
	margin-left:20px;
	margin-right:20px;
	line-height:1.3em;
}

* html #content{
	margin:0 10px;
}

#content h2{
	margin:0;
	border-bottom:1px solid #9c3;
	color:#9c3;
	font-size:18px;
}

#content p{
	margin:2px 0 15px 0;
}

#content p.thumbs img{
	margin:5px 10px 0 0;
}

#content p.thumbs a img{
	border:1px solid #9c3;
	padding:10px;
}

#content p.thumbs a:hover img{
	border:1px solid #690;
	background:#9c3;
}

#sidebar{
	float:right;
	width:165px;
	margin-right:20px;
	font-size:12px;
	color:#777;
	margin-top:-60px;
}

* html #sidebar{
	margin-right:10px;
}

#sidebar img{
	border:0;
}

#sidebar h2{
	margin::20px 0 10px 0;
	font-size:16px;
	color:#c00;
	border-top:1px solid #c00;
	border-bottom:1px solid #c00;
}

#sidebar p{
	margin:2px 0 5px 0;
}

#sidebar p.strong{
	font-weight:bold;
	margin:0;
}

#sidebar p.strong a{
	color:#777;
	text-decoration:none;
}

#sidebar p.strong a:hover{
	color:#000;
}

#sidebar p.small{
	font-size:10px;
	color:#9c3;
}

#footer{
	background:#9c3;
	color:#fff;
	border-bottom:5px solid #9c3;
	font-size:.75em;
}

#footer p{
	margin:0;
	padding:5px 0;
}