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

body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 15px;
	background:url("http://stupidfox.net/img_stupidfox/bg.jpg") repeat-x center bottom  #a0e0f9;
}

h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-left: 20px;
	color: #222;
	font-weight:300;
	}
	
a {
	color: #c17621;
	text-decoration: none;
	border:0;	
}
a:hover {
	color: #F00;	
}


hr{
	border-top: 1px solid #5f4630;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	height: 0;
	margin: 1px;
	padding: 0;
}

#header {width:100%; position:fixed; top:0; background:url("http://stupidfox.net/img_stupidfox/menu.png") center top no-repeat; z-index:3; height:80px;}
#navigation, #main{width:1295px; margin:auto;}


#navigation ul, #panel_b ul{list-style-type:none; padding:0; margin:0;}

#menu {
    margin-left: 15px;
	margin-top: 22px;
}

#menu a#menu-Logo { float:left;height:48px; width: 109px; margin-right: 40px; }
#menu li a {
	margin: 17px 0 0 22px;
	float:left;
	color: #000;
	font-family: 'Walter Turncoat', cursive;
}
#menu li a:hover {
	color: #F00F00;
}


#int_navigation{width:84%; float:left;}

#ext_navigation{width:16%; float:left;}


#content{
	margin-top: 160px; 
	padding-top:30px; 
	padding-bottom: 30px;
	min-height: 1000px; 
	position:relative; 
	background:url("http://stupidfox.net/img_stupidfox/content.png") repeat-y;

	}
	
#create{
	margin-top: 40px;
	
}
	
#content .bg-bottom {
    background: url("http://stupidfox.net/img_stupidfox/footer.png") no-repeat ;
    height: 83px;
    width: 1295px;
	bottom: -41px;
    left: 2px;
    position: absolute;
}

#content .bg-top{
    background: center url("http://stupidfox.net/img_stupidfox/top.jpg") no-repeat ;
    height: 397px;
    width: 1393px;
	margin-left: -48px;
	top: -137px;
    position: absolute;	
	
}

#content_top { width:1260px; height:220px; z-index:2; position:relative;}


.clr{clear:both;}

#content_area{
	margin: 40px;
	margin-top: 5px;
	/*height:1500px;*/
	position: relative;
}

#footer {
	height: 150px;
	font-size: 12px;	
	color: #fff;	
	width: 1260px;
	margin-top:30px;
	padding-top:12px;
	padding-left:30px;	
	padding-bottom:10px;
	text-align:center;
  /*background-color:rgba(0, 0, 0, 0.5);*/
}
#footer a {color: #fff;}
#footer a:hover {color: #ffa758;}

.footspan{
  background-color: #a78057;
  border: 1px solid #946e46;
  padding: 3px;
  border-radius: 4px;
}

