* {
	margin:0;
	padding:0;
}

BODY {

	background:#363636 none repeat scroll 0%;
	font-family: Arial, Helvetica, Tahoma, serif;
    font-size: 11px;
    letter-spacing: 1px;
	color: #3F3F3F;
}

A {
	color: #3F3F3F;
}

A:hover {
	text-decoration:none;
}

IMG {
	border:0;
}

#main {
	background-image:url(jfg/bodybg.png);
	background-repeat: repeat-y;
	width: 1008px;
	margin: 0 auto;
}

#header {
	margin: 0 12px 0 12px;
	position:relative;
	height:162px;
	background-image: url(jfg/headerbg.png);
	background-repeat:repeat-x;
}

#header #logo {
	position:relative;
	top: 12px;
}
#header .ad {
	width: 728px;
	height:90px;
/*	border: solid 1px black;*/
	position: absolute;
	top: 12px;
	right:3px;
}

#header .smallad {
	width: 728px;
	height: 15px;
	position: absolute;
	right:3px;
	top: 104px;
}

#menu {
	position: absolute;
	top: 120px;
	left:0;
	right:0;
	width:100%;
	height: 34px;
	background-image: url(jfg/menubg.gif);
	background-repeat: repeat-x;

}

#menu UL {

	list-style-type:none;
	padding-left: 15px;
}

#menu UL LI {
	display: block;
	float:left;
	line-height: 34px;
	padding: 0 5px;
	border-width: 0 1px 0 0;
	border-color: #FFDD00;
	border-style:solid;
}

#menu UL LI A {
	font-size: 12px;
	text-decoration: none;
	color:white;
}

#menu UL LI A:hover {
	text-decoration: underline;
}
#content {
	margin: 0 12px ;
}

.hl175 {
	width:175px;
	height:200px;
	position:relative;
	margin-left: 20px;
	float:left;
	display:inline;
}

.hl175 .mask {
	position:absolute; 
	z-index:2;
	top:1;
	left:1;
	border: solid 1px #EEE;
}

.hl175 .title {
	position:absolute;
	top: 177px;
	left:0;
	width: 175px;
	text-align:center;
	font-weight:bold;
}

.hl200 {
	width:200px;
	height:200px;
	margin-left:50px;
	position:relative;

	float:left;
}

.hl200 .mask {
	position:absolute; 
	z-index:2;
	top:1;
	border: solid 1px #CCC;
}

.teasernew {
	margin-bottom: 15px;
	width: 840px;
	height: 259px;
	background-image: url(jfg/headline-xl.png); 
}


.teasernew .bigtitle {
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0 5px 15px;
}

.teasernew .title {
	font-size:14px;
}
.teasernew .more {
	margin-right: 60px;
	text-align:right;
	font-weight:bold;	
}

.teaser {
	height:247px;
	width: 406px;
	background-image: url(jfg/headline.png);
}

.teaser .bigtitle {
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0 5px 15px;
}

.moreteasers {
	float:left;
	width: 165px;
}

.moreteasers UL {
	list-style-type:none;
	margin-left: 10px;
}

.moreteasers UL LI {
	background-image: url(jfg/arrow-right.png);
	background-repeat:no-repeat;
	padding-left: 16px;
	line-height:16px;
}

.moreteasers UL LI.also {
	background-image:none;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 5px;
}

.moreteasers UL LI A {
	text-decoration:none;
}

.moreteasers UL LI A:hover {
	text-decoration: underline;
}
.leftcol {
	float:left;
	width:140px;
}

.hl {
	width: 138px;
	height: 162px;
	background-image: url(jfg/hl-box.png);
	background-repeat:no-repeat;
}
.hl B {
	display:block;
	padding-top: 15px;
	padding-left: 12px;
	margin-bottom: 17px;
}

.hl UL {
	margin-left:12px;
	width: 115px;
}

.navbar {
	text-align:center;
	font-size: 15px;
	margin-top: 10px;
}

.leftcol .sky {
	width: 135px;
	height: 610px;
	padding-top: 3px;
	background-image: url(jfg/skybg.png);
	background-repeat:no-repeat;
}

.gameentry {
	float:left;
	width: 800px;
	padding-left: 5px;
}

.gameentry H1 {
	padding-left:10px;
}

.gameinfo {
	width: 340px;
	float:left;
}

.gameinfo .infos {
	width:315px;
	background-image: url(jfg/gameinfobg.png);
	background-repeat:no-repeat;
	padding-top:10px;
}

.gamecomm {
	float:left;
	width: 430px;
}
.gamecomm .desc {
	font-size: 13px;

}
.rightcol {
	float:right;
	width:140px;
	padding-left:10px;	
}

.rightcol .sky {
	width: 135px;
	height: 610px;
	padding-top: 3px;
	background-image: url(jfg/skybg-r.png);
	background-repeat:no-repeat;
}

.commentsfrm {
	width: 440px;
}


.commentsfrm h3 {
	line-height:24px;
	padding-left:30px;
	background-image: url(jfg/comments.png);
	background-repeat:no-repeat;
	font-size: 14px;
	color:#3F3F3F;
	margin-bottom: 5px;
	
}
.commentsfrm h3.add {
	background-image: url(jfg/comments_add.png);
	
}


.commentsfrm LABEL {
	width: 200px;
	font-size: 11px;
	float:left;
}

.commentsfrm FIELDSET {
	border-width:0;
	padding:0 3px;
}

.commentsfrm .buttons {
	margin-left:200px;
	
}

.comm {
	clear:both;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
	margin-bottom:  10px;
}
.comm .authorpic {
	float:left;
	margin-right:10px;
}

.comm .commentid {
	float:left;
	margin-right: 5px;
}

.comm .author {
	float:left;
	font-weight: bold;
	margin-right: 5px;
}

.comm .content {
	margin-top:10px;
	margin-bottom: 10px;	
}


.forms {
	border: solid 1px #ffdfa5;
	background-color: #FFF;
	margin-bottom: 1px;
}

#sender_auth {
	width: 60px;
}


#footer {
	background-image: url(jfg/footerbg.png);
	background-repeat:no-repeat;
	height: 14px;
	clear:both;
	background-color:#363636;
}

#footer P {
	padding: 5px 12px 0 12px;
	color: #555;
}
#footer P A {
	color: #555;
	text-decoration:none;
}


.breaker {
	clear:both;
	overflow:hidden;
	height:1px;
}