body {
	margin:0px;
	padding:0px;
	background-color:#A3A3A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

a {
	text-decoration:none;
	margin:0px;
	padding:0px;
	color:#6F800D;
}

a:hover {
	text-decoration: underline;
}

h1 {
	border-bottom:1px dotted #666666;
	padding-bottom:3px;
	padding-left:0px;
	margin-left:0px;
	font-size:14px;
	color: #91BC29;
	font-variant:small-caps;
	font-weight:bold;
	margin:5px;
}


h2 {
	padding-bottom:3px;
	padding-left:0px;
	margin-left:0px;
	font-size:14px;
	color: #91BC29;
	font-variant:small-caps;
	font-weight:bold;
	margin:5px;
}


h3 {
	color:#FF9900;
	font-size:12px;
	margin:3px 0 5px;
	padding:0;
	text-align:left;
	font-weight:normal;
}

h4 {
	color: #999;
	font-size:14px;
	font-style:italic;
	margin:3px 0 5px;
	padding:0;
	text-align: left;
	font-weight:normal;
}

.color_container {
	background-color:#565656;
}
/*//////////////////////////////////////////////////////////////////*/
/* IDs */
#top_menu_top_strip {
	height:10px;
}

#top_menu_flash_left {
	width:5%;
	float:left;
	height:25px;
}

#top_menu_main_content {
	float:left;
	width:90%;
	height:25px;
	background-color:#565656;
}

#top_menu_flash_right {
	float: left;
	width:4.9%;
	height:25px;
}

#top_menu_bottom_strip {
	height:4px;
		width:100%;
	clear:both;

}


/* TOP BAR */
#top_bar_top_stip {
	height:15px;
	width:100%;
	clear:both;
}

#top_bar_flash_left {
	width:4%;
	height:170px;
	float:left;
}

#top_bar_main_content {
	height:150px;
	float:left;
}

#top_bar_main_content_part_1 {
	float:left;
	width:65%;
}
#top_bar_main_content_part_2 {
	float:left;
	text-align:center;
	width:20%;
}

#top_bar_flash_right {
	width:4%;
	height:170px;
	float:right
}
#top_bar_bottom_stip {
	height:15px;
}


/* DOUBLE PILL */

#double_pill_top_strip {
	height:15px;
}

#double_pill_pill_1 {
	width:4%;
	float:left;
}
#double_pill_pill_2 {
	width:57%;
	background-color:#565656;
	float:left
}

#double_pill_pill_3 {
	width:4%;
	background-color:#565656;
	float:left
}

#double_pill_pill_4 {
	width:31%;
	background-color:#565656;
	float:left
}

#double_pill_pill_5 {
	width:3.5%;
	float:left
}

#double_pill_bottom_strip {
	height:5px;
}

/* PAGE */

#page_top_strip {
	height:15px;
}

#page_pill_1 {
	width:4%;
	float:left;
}
#page_pill_2 {
	width:92%;
	background-color:#565656;
	float:left
}

#page_pill_3 {
	width:4%;
	background-color:#565656;
	float:left
}


#page_bottom_strip {
	height:5px;
}

/* PAGE SECOND */

#page_second_top_strip {
	height:15px;
}

#page_second_pill_1 {
	width:4%;
	float:left;
}
#page_second_pill_2 {
	width:92%;
	background-color:#565656;
	float:left
}

#page_second_pill_3 {
	width:4%;
	background-color:#565656;
	float:left
}


#page_second_bottom_strip {
	height:5px;
}


/* PAGE THIRD */

#page_third_top_strip {
	height:15px;
}

#page_third_pill_1 {
	width:4%;
	float:left;
}
#page_third_pill_2 {
	width:92%;
	background-color:#565656;
	float:left
}

#page_third_pill_3 {
	width:4%;
	background-color:#565656;
	float:left
}


#page_third_bottom_strip {
	height:5px;
}



/* BOTTOM BAR */
#bottom_bar_top_stip {
	height:5px;
}

#bottom_bar_flash_left {
	width:2%;
	float:left;
}

#bottom_bar_main_content {
	background-color: #565656;
	width:96%;
	float:left;
}


#bottom_bar_flash_right {
	width:2%;
	float:right
}
#bottom_bar_bottom_stip {
	height:15px;
}

.box {
	border:0px;
	padding-bottom:10px;
}


#footer {
	width:100%;
	clear:both;
	color:#666666;
	text-align: right;
}
#footer div {
	margin:10px;
}

#menu {
	text-align:left;
	padding-left:25px;
}

#menu a {
	margin-left:8px;
}

/* ABSTRAKCYJNE */
.clear {
	clear:both;
}

.green {
	color:#91BC29
}

.bold {
	font-weight:bold;
}

