* {
	margin: 0;
	padding: 0;
}
a {
	color: #CF958A;
	text-decoration: underline;
}
body {
	color: #CCCCCC;
	text-align: center;
	background-attachment: fixed;
	background-image: none;
	background-repeat: repeat;
	background-position: center top;
	font-family: sans-serif, Arial;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	background-color: #191919;
	text-decoration: none;
	left: 20%;
}
ul {
	margin: 12px 0;
}
li {
	margin-left: 18px;
	list-style-image: url(img/li-2.gif);
}
code {
	color: #CCCCCC;
	display: block;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
	font-family: "Lucida Sans Unicode", serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: none;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


/* main structure */
.main {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	background-image: none;
	height: 30px;
}


/* header */
.gfx {
	background-color: #333333;
	background-image: url(../assets/banner5.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
.gfx h1 {
	font-family: Tahoma, sans-serif;
	font-size: 2.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: none;
	padding: 10px;
	text-align: right;
	color: #333333;
}


/* menu */
.menu a {
	color: #CCCCCC;
	font-size: 1.2em;
	width: 100px;
	height: 25px;
	background-image: none;
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-style: ridge;
	border-top-color: #1A1A1A;
	border-right-color: #222;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #51504b;
	text-decoration: none;
	padding: 5px;
}
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 150px;
}


/* content */
.content {
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #CCCCCC;
	margin: 0 0 4px;
	font-family: sans-serif, Arial;
	font-size: 1.7em;
	font-weight: bold;
}
.content p {
	margin-top: 0;
	margin-right: 12;
	margin-bottom: 12px;
	margin-left: 0;
	background-position: left;
}
.item {
	padding: 8px 10px;
	background-color: #51504b;
	background-image: none;
	background-repeat: repeat-x;
}


/* footer */
.footer {
	color: #333333;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #51504b;
	margin: 1px;
	border-top-color: #333333;
	border-top-width: thin;
	border-top-style: ridge;
	text-decoration: none;
	padding: 1px;
} 
.footer .left, .footer .right {
	text-decoration: none;
	padding-top: 2;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #333333;
	margin: 1px;
}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
.main .content .item #adres {
	background-image: none;
	width: 350px;
}
.main .content .item #adres2 {
	background-image: none;
	width: 350px;
}
#bio {
	width: 350px;
	background-image: none;
}
