html, body 			{ margin: 0; padding: 0; height:100%; }

#container			{ top:0px; height:100%; } 
#riecko 			{ width: 733px;  margin:0 auto; }
#riecko #header  	  	{ background: black url(../images/top.jpg); no-repeat width:733px; height:141px; }
#riecko #content    		{ background:url(../images/background.jpg); repeat; width:733px; height:100%; } 
#riecko #menu       		{ background:url(../images/buttons.jpg); width:733px; height:100%; } 


	#dhtmlgoodies_menu{	/* Menu object */
		left:20px;
		margin:0px;
		padding:0px;
		width:138px;	/* Width of menu */
		
	}
	#dhtmlgoodies_menu li{
		margin-top:2px;	/* Space between each menu item */
		left:20px;
		
		/* Don't change these four values */
		list-style-type:none;				
		clear:both;
		display:block;	
		overflow:auto;
	}
	
	#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
		text-align:center;
		color:#000;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Tahoma;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:0.8em;	/* Fixed font size */
		font-weight:normal;	/* Bold font */
		background-color:#6c7175;
		padding-left:0px;
		line-height:20px;	/* Height of menu links */

	}
	#dhtmlgoodies_menu li div{
		float:left;
		
	}



a.imgbord:link 			{ color: #a9b2b9;}
a.imgbord:active 		{ color: #a9b2b9;}
a.imgbord:visited 		{ color: #a9b2b9;}
a.imgbord:hover 		{ color: #a9b2b9;}

a.buttons:link	 		{ font-family: Verdana; font-size: 10pt; color: #ffffff; line-height: 16px; text-decoration: none; }
a.buttons:visited	 	{ font-family: Verdana; font-size: 10pt; color: #ffffff; line-height: 16px; text-decoration: none; }
a.buttons:active	 	{ font-family: Verdana; font-size: 10pt; color: #FD9F09; line-height: 16px; text-decoration: none; }
a.buttons:hover	 		{ font-family: Verdana; font-size: 10pt; color: #FD9F09; line-height: 16px; text-decoration: none; }

.stripe				{ font-family: Verdana; font-size: 10pt; color: #ffffff; line-height: 16px; text-decoration: none; }
.content_title			{ font-family: Verdana; font-size: 10pt; color: #ffffff; line-height: 16px; text-decoration: none; }
.content_text			{ font-family: Verdana; font-size: 10pt; color: #ffffff; line-height: 16px; text-decoration: none; }
.banner_title			{ font-family: Verdana; font-size: 10pt; color: #ffffff; line-height: 16px; text-decoration: none; }
.banner_text			{ font-family: Verdana; font-size: 10pt; color: #ffffff; line-height: 16px; text-decoration: none; }
