@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../image/happy-bandit-web-graphic.gif);
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#ccc;
	font-size:14px;}

h2{
	margin:0;
	display: inline-block;
	font-size:21px;
	color:#222;
	border-bottom:1px solid #ccc;
	padding-bottom:7px;
}

header{
	height:120px;
	width:100%;
	background:#333333;
	border-bottom: #ffcc00 3px solid;
}

#happy-bandit-logo{
	padding:35px;
}

.content{
	text-align:center;
	position:relative;
	margin:0 auto;
}

.content-home{
	text-align:center;
	position:relative;
	width:1200px;
	margin:0 auto;
}


#nav {
	padding: 25px 0px;
}

li {
	list-style: none;
	text-align: center;
	width: 300px;
	float: left;
}

li img{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

#nav li a {
	text-transform: uppercase;
	font-family: sans-serif;
	text-decoration: none;
	color: #fff;
}

.preview{
	width:250px;
	height:auto;
}

footer{
	color:#222;
	position:fixed;
	bottom:0;
	clear:both;
	width:100%;
	height:75px;
	background:#333333;
	padding:30px;
	border-top: #ffcc00 3px solid;
}

footer a{
	color:#008da8;
}

footer span{
	color:#919195;
}