body { 
	background-color: #251003;
	font-family: Georgia, Cambria, serif;
	font-size: 12px;
	color: #422;
	padding: 0px;
	margin-bottom: 5px;
	margin: 0px;
	line-height: 1.5em;
}

p {
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 24px;
	text-align: left;
	line-height: 1.5em;
	}

a,a:visited,a:active {
	text-decoration: underline;
	font-weight: bold;
	color: black;
	}
	
a:hover {
	color: #732;
	}
	
a.moar {
	font-weight: normal;
	text-decoration: none;
	}

a.moar:hover {
	text-decoration: none;
	}
	
.container {
	width: 840px;
	height: 550px;
	}
	
.left_frame {
	float: left;
	width: 170px;
	height: 470px;
	padding-top: 20px;
	text-align: left;
	background-image:url("images/pole_repeat.gif");
	background-repeat: repeat;
	}

.bottom_frame {
	float: left;
	width: 170px;
	height: 80px;
	text-align: left;
	background-image:url("images/pole_bottom.gif");
	background-repeat: no-repeat;
	}
	
.top_frame {
	float: right;
	width: 670px;
	height: 70px;
	padding-top: 10px;
	text-align: center;
	}
	
.main_frame {
	float: right;
	width: 670px;
	height: auto;
	min-height: 410px;
	background-image: url("images/bg_middle.jpg");
	background-repeat: repeat-y;
	}

.content {
	text-align: left;
	margin-left: 50px;
	margin-right: 40px;
	}
	
.bg_bottom {
	float: right;
	width: 670px;
	}
	
.top_menu {
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	cursor: hand;
	}

.menu_deska1 {
	display: block;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	}
	
.menu_deska2 {
	display: block;
	margin-bottom: 12px;
	margin-left: 5px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	}

.menu_deska3 {
	display: block;
	margin-bottom: 12px;
	margin-left: 2px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	}
	
.menu_deska4 {
	display: block;
	margin-bottom: 12px;
	margin-left: 0px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	}
	
.menu_ludzik {
	display: block;
	margin-top: 5px;
	}
	
.menu_deska_sub1 {
	display: block;
	margin-top: 0px;
	margin-bottom: 8px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	margin-left: 30px;
	}

.menu_deska_sub2 {
	display: block;
	margin-top: 0px;
	margin-bottom: 12px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	margin-left: 30px;
	}	

.main_img {
	display: block;
	border: 1px solid black;
	}

.thumb {
	border: 1px solid black;
	margin-right: 32px;
	margin-bottom: 32px;
	vertical-align: top;
	}
	
.full_image {
	border: 1px solid black;
	margin-bottom: 32px;
	}
	
a:active {
	outline: none;
	}
	
:focus
{
  -moz-outline-style: none;
}