* {
	margin: 0;
	padding: 0;
}


/* GENERAL */
body {
	background: #000000;
	color: #000000;
	font: 0.8em/1.4em "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}

/* PAGE LAYOUT */
#header {
	background: #000000;
	border-bottom: 1px solid #666666;
	width: 100%;
}

#headerwrapper {
	height: 50px;
	margin: 0 auto;
	width: 780px;	
}

#center {
	background: #333333;
	float: left;
	width: 100%;
}

#mainarea {
	background: #dddddd;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin: 0 auto;
	width: 780px;
}

#topbar {
}

#footer {
	background: #000000;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #eeeeee;
	float: left;
	text-align: center;
	width: 100%;
}

#footerwrapper {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	width: 780px;
}

a {
	color: #0000CC;
}

a:hover {
	color: #6666FF;	
}

/* HEADER */
#header h1 {
	background-image:url('images/design/header.gif');
	background-repeat:no-repeat;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	display: block;
	float: left;
	height: 50px;
	overflow: hidden;
    text-indent: -500px;
	width: 184px;	
}

#header img {
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;	
	float: left;
	padding-right: 4px;
}

#header ul {
	list-style: none;
	white-space: nowrap;
}

#header li {
	display: inline;
	list-style-type: none;	
}

#header a.tab {
	background: #000000;
	border-right: 1px solid #666666;
	color: #eeeeee;
	display: block;
	float: left;
	font-weight: bold;
	height: 50px;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
	width: 98px;
}

#header a.tab:hover {
	background: #333333;
	background-image: url('images/design/gradient.gif');
	background-repeat: x-repeat;
	color: #ffffff;
}

/* TOP BAR */
#sitepath {
	background: #eeeeee;	
	border-bottom: 1px solid #666666;
	float: left;
	padding: 8px 15px 8px 15px;
	text-align: left;
	width: 620px;	
}

#language {
	background: #eeeeee;	
	border-bottom: 1px solid #666666;
	float: left;
	padding: 8px 15px 8px 15px;
	text-align: right;
	width: 100px;	
}

#topbar a {
	color: #000000;
	text-decoration: none;	
}

#topbar a:hover {
	text-decoration: underline;	
}

/* CONTENT */
#content {
	float: left;
	background: #dddddd;
	padding: 20px;
	width: 740px;	
}

#topcol {
	border-bottom: 1px solid #000000;
	float: left;
	margin-top: -5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-align: center;
	width: 740px;	
}

#topcol img {
	border: 0;	
}

#fullcol {
	float: left;
	text-align: left;
	width: 740px;	
}

#leftcol {
	float: left;
	text-align: left;
	width: 500px;	
}

#leftcol p {
	margin: 1em 0 1em 5px;
}

#leftcol ul {
	margin: 1em 0 1em 25px;
}

#rightcol {
	float: right;
	text-align: left;
	width: 200px;	
}

#rightcol p {
	font-size: 0.9em;	
	line-height: 1.3em;
}

#rightcol p.image {
	font-style: italic;
	margin-bottom: 20px;
	text-align: center;
}

#rightcol img {
	border: 1px solid #666666;	
	margin: 0;
}

#rightcol p.cover {
	background: #eeeeee;
	border: 1px solid #000000;
	padding: 5px;
	margin: 0;
	width: 182px;
}

h2 {
	font: 1.4em/1.6em Arial;
}


h3 {
	font: 1.2em/1.4em Arial;
}

.bordered {
	border-left: 1px solid #000000;
	padding-left: 10px;
}

.small {
	font: 11px/12px Arial;
	padding-top: 10px;
}

/* BOOKS & MOVIES */
.book {
	float: left;
	margin: 0 0 30px 0;
	text-align: center;
	width: 180px;	
}

.book img {
	border: 1px solid #000000;
}

.book a {
	color: #000000;
	text-decoration: none;	
}

.book a:hover {
	text-decoration: underline;	
}

.translations {
	background: #eeeeee;
	border: 1px solid #000000;
	padding: 10px;	
	margin: 20px;
}

.country {
	line-height: 25px;
	padding: 3px;
}
	
td {
	padding: 2px;	
}

/* NEWS */

.date {
	color: #666666;
	font: 10px/12px Arial;
	margin: 0;
}

.spacer {
	border-top: 1px solid #666666;
	margin-top: 25px;
	margin-bottom: 5px;
}

.clear {
	border-bottom: 1px solid #000000;
    clear: both;
    margin-bottom: 10px;
    height: 10px;
    overflow: hidden;
}

.news img {
	border: 1px solid #000000;
	float: right;	
	margin-left: 10px;
}

/* GUESTBOOK */
.guestbook {

}

.answer {
	background: #eeeeee;
	border-left: 5px solid #CC0000;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font: 11px/15px Arial;
	margin: 1em 0 1em 20px;
	padding: 10px;
}

.byline {
	color: #666666;
	font: 10px/12px Arial;
	margin: 0;
}

/* CONTACT */
label {
	text-align: right;
	margin: 0;
	margin-top: 0.3em;
}

.textfield {
	margin: 3px;
	height: 20px;
	width:  250px;
}

.invalid {
	background: #FF9999;	
}

.textarea {
	margin: 3px;
	height: 200px;
	width:  450px;
}

.submit {
	height: 25px;
	margin-left: 150px;
	width: 150px;
}
