#main {
	width: 780px;
	height: auto;
}
/* HEADER */
#header {
	width: 100%;
	height: 88px;
	display: table;
}
#logotype {
	width: 100%;
	height: 63px;
}
#navigation {
	width: 780px;
	height: 25px;
	background-image: url(../images/bg_navigation.gif);
	background-repeat: repeat-x;
	padding-left:17px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 763px;
	overflow: hidden;
}
#navigation, #navigation A {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	margin-top: 5px;
}
#navigation A {
	float:left;
	display: block;
}
#navigation A:hover {
	text-decoration: none;
}
#navigation .separator {
	width:1px;
	height:25px;
	background-image: url(../images/nav_menuseparator.gif);
	margin: 0 12px 0 12px;
	float: left;
}
/* CONTENT */
#content {
	margin-top:1px;
	width: 100%;
	height: auto;
	display: table;
	padding-bottom: 15px; 
	background-image: url(../images/bg_subcontent.gif);
	background-repeat: repeat-y;
}
#content .right {
	width: 260px;
	height: auto;
	float:left;
}
#content .left {
	float:left;
	width: 520px;
	height: auto;
}
#cover {
	width: 260px;
	height: 156px;
	background-color: #fff;
}
.submdivider {
	width: 520px;
	height: auto;
	display: table;
}
.subdivider .left {
	width: 259px !important;
	height: auto;
	float: left;
	background-color: #f0f0f0;
}
.subdivider .right {
	width: 259px;
	height: auto;
	margin-left: 1px;
	background-color: #f0f0f0;
	float:left;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 40px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	padding-top:15px;
	position: relative;
}
#copyright {
	position: absolute;
	left: 7px;
}
#author {
	position: absolute;
	right: 7px;
	text-align: right;
}
#author a {
	text-decoration: none;
}
#author a.s1 {
	text-decoration: underline;
}
#toplist {
	position: absolute;
	left: 540px;
}
#copyright A {
	color: #CC0000;
}
#copyright A:hover {
	color: #333;
}

.padbig {
	margin: 15px;
}
.padsmall {
	margin: 10px;
}
.first-child{	
	margin-top: 0;
}