/* This template was created by Eric Paljieg. Portions of this code may be copied and used on other sites. I ask that you please do not
copy the entire contents of the file as it will not benefit you in the least.*/

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	text-align:center;
	background:#FFF;
	font-family:arial;
	font-size:.9em;
}

#header{
	background:#252424;
	border-bottom:8px solid #BCE8FF;
	height:7%;
}

#content{
	padding:18% 0 0 0;
	margin:auto;
	width:750px;
	min-height:45%;
	text-align:left;
}

#content h2{
	background:url(images/kube.gif) no-repeat;
	height:75px;
}

#content span{
	display:none;
}

#content img{
	float:left;
	padding:10px;
	border:0;
}

#content #download{
	padding:20px 0 60px 0;
}

#main{
	margin:50px 0 0 180px;
}

#footer{
	clear:left;
	background:#E9E9E9;
	border-bottom:50px solid #252424;
	text-align:left;
}

#footer a{
	color:#246283;
	text-decoration:none;
}

#footer dl{
	float:left;
	padding:0 2% 0 2%;
	width:140px;
}

#footer dt{
	font-size:1.2em;
	font-weight:600;
	padding:0 0 10px 0;
}

#footer dd{
	margin:0;
}

#footer p{
	padding:0 0 55px 15px;
}

#footer #search{
	clear:left;
	padding:0 0 0 15px;
}

#footer #list{
	margin:auto;
	width:670px;
}
