#atffc {
	display: none;
}

body {
	background: #cc6600;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {
	border: 0;
}

br.clear {
	clear: both;
}

div.clear_both {
	clear:both;
	height: 1px;
	line-height: 1px;
}

a:link {text-decoration:none; color:#0000CC; font-family:verdana, arial, sans-serif;}
a:visited {text-decoration:none; color:#0000CC; font-family:verdana, arial, sans-serif;}
a:active{text-decoration:none; color:#0000CC; font-family:verdana, arial, sans-serif;}

a:hover {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: underline;
}

#main {
	overflow: auto;
	background: #ffffff;
	width: 950px;
	margin: 0px auto;
}


/* Header */

#header {
	background: url(img/header.jpg) no-repeat; 
	width: 950px; 
	height: 128px;
}

#header h1 {
	font-size: 13px;
	color: #006;
	padding: 94px 0px 0px 43px;
}

/* Main Nav */

ul#main_nav {
	font-size: 13px;
	font-weight: bold;
	height: 41px;
	list-style-type: none;
	padding-left: 40px;
	background: url(img/nav_bg.jpg) repeat-x;
}

ul#main_nav li{
	float: left;
}

li.nav_trenner{
	width: 2px;
	height: 41px;
	background: url(img/nav_trenner.jpg) no-repeat;
}

ul#main_nav a:link, ul#main_nav a:visited, ul#main_nav a:active {
	display: block;
	padding: 12px 18px;
	color: #FFF;
}

ul#main_nav a:hover {
	color: #f6c532;
	text-decoration: none;
	background: url(img/nav_bg_hover.jpg) repeat-x;
}

/* Nav Left */

#nav_left {
	float: left;
	width: 185px;
	font-size: 11px;
	background: url(img/nav_left_bg.jpg) repeat-y;
}

#nav_left h2 {
	font-size: 13px;
	color: #333;
	padding: 10px;
	margin-right: 15px;
	border-bottom: 1px solid #ccc;
}

#nav_left a:link, #nav_left a:visited, #nav_left a:active {
	display: block;
	background: #f0f0f0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 8px 14px;
	margin-right: 15px;
}

#nav_left a:hover {
	background: #e8e8e8;
}

/* Content */

#content {
	float: left;
	width: 530px;
	background: url(img/content_bg.jpg) repeat-y;
	margin: 10px 0px;
}

#content p {
	padding: 10px 35px;
}

#content_top {
	width: 530px;
	height: 108px;
	background: url(img/content_header.jpg) no-repeat;
}

h1 {
	font-size: 22px;
	color: #333;
	padding: 25px 25px 5px 35px;
}

h1 a:link, h1 a:visited {
	color: #333;
}

h2 {
	font-size: 16px;
	color:#333;
	padding: 0px 35px;
}

#content_bottom {
	width: 530px;
	height: 100px;
	background: url(img/content_footer.jpg) no-repeat;
}

.content_bottom_small {
	width: 530px;
	height: 48px;
	background: url(img/content_footer_small.jpg) no-repeat;
}

/* Content Full */

#content_full {
	margin: 10px 0px;
}

/* Zigiz */

#zigiz {
	padding: 0px 35px;
}

#zigiz p {
	padding: 0px;
	margin: 0px;
}

/* Zylom */

#zylom_content {
	float: left; 
	width: 750px;
	line-height: 13px;
	padding: 20px 0px;
}

#zylom_content h1 {
	font-size: 18px;
	color: #C00;
	padding: 0px 0px 15px 0px;
}

#zylom_content h2 {
	font-size: 16px;
	color: #666;
	padding: 20px 0px;
	border-top: 1px dashed #ccc;
}

#zylom_content img {
	margin: 0px 10px 20px 10px;
}

#zylom_content .gameTitle {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
}

#zylom_content .gameCount {
	font-size: 11px;
	font-weight: bold;
}

#zylom_content .gameDesc {
	font-size: 11px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin: 10px 0px;
	font-size: 11px;
}

#sidebar p{
	padding: 10px;
}

/* Footer */

#footer {
	height: 95px;
	background: url(img/footer.jpg) no-repeat;
}

#footer a {
	color: #caa885;
	padding: 0px 5px;
	font-weight: bold;
}

#footer_content {
	line-height: 20px;
	padding: 20px 0px 0px 20px;
	color: #caa885;
}