#wrapper
{
	width: 950px;
	height: auto;
	background-color: #F1F1F1;
	background-image:url(../images/bg_spacer_big.jpg);
	background-repeat: repeat-y;
}


#header
{
	width: 950px;
	height: 225px;
	background-color: #FFFFFF;
}

#buttons
{
	width: 950px;
	height: 35px;
}

#menus
{
	width: 950px;
	height: 35px;
	background-image: url(../images/bg_menus.jpg);
	background-repeat: no-repeat;
}

#menus_index
{
	padding-top: 11px;
	width: 950px;
	height: 24px;
	background-image: url(../images/bg_menus.jpg);
	background-repeat: no-repeat;
}
/*----------
DEFINE LISTS
-----------*/

#menus ul {
float: left;
	list-style-type: none;
	width: 945px;
	height: 35px;
	padding-left: 5px;
	margin: 0px;
	position: absolute;
}
	
#menus li
{
	display: inline;
	float: left;
	list-style-type: none;
	padding-top: 11px;
	padding-left: 0.8em;
}
	
#menus li a
{
		float: left;
}

/*----------
DEFINE LISTS - END
-----------*/

/*----------  LONG MENU ----------*/

#menus_long
{
	width: 950px;
	height: 35px;
	background-image: url(../images/bg_menus.jpg);
	background-repeat: no-repeat;
}

/*----------
DEFINE LISTS
-----------*/

#menus_long ul {
float: left;
	list-style-type: none;
	width: 945px;
	height: 35px;
	padding-left: 5px;
	margin: 0px;
	position: absolute;
	font-size: 10px;
}
	
#menus_long li
{
	display: inline;
	float: left;
	list-style-type: none;
	padding-top: 11px;
	padding-left: 0.5em;

}
	
#menus_long li a
{
		float: left;
		margin-top: -5px;
}

#menus_long p a
{
		margin-top: -9px;
}

/*----------
DEFINE LISTS - END
-----------*/



#aftermenus
{
	width: 950px;
	height: 50px;
	background-image: url(../images/bg_shadow_afterbtn.jpg);
	background-repeat: no-repeat;
}

#content
{
	width: 724px;
	margin-top: -30px;
	padding-top: 18px;
	padding-left: 1px;
	height: auto;
	float: left;
	background-image:url(../images/border_spacer.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#scroll
{
	width: 620px;
	height: 700px;
	overflow-y: scroll;
	border: #cecece 1px solid;
}

#navbar
{
	margin-top: -30px;
	width: 225px;
	height: inherit;
	float: right;
	background-image:url(../images/border_spacer.jpg);
	background-repeat: repeat-y;
	background-position: right;

}

#footer
{
	width: 950px;
	height: 150px;
	clear: both;
	background-color: #F1F1F1;
	background-image:url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
}

/*-------
Two blocks
--------*/

#topfooter
{
	width: 950px;
	height: 125px;
}

#bottomfooter
{
	widht: 950;
	height: 25px;
	margin-top: -3px;
}

	/* Tables section */

#nav_about
{
	width: 223px;
	height: 155px;
	background-color: #F1F1F1;
	padding-top: 18px;
	padding-left: 2px;
	background:url(../images/hr_vert_small.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#nav_iso
{
	width: 223px;
	height: auto;
	background-color: #F1F1F1;
	padding-top: 18px;
	padding-left: 2px;
	background:url(../images/hr_vert_small.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#nav_contacts
{
	width: 223px;
	height: 215px;
	background-color: #F1F1F1;
	padding-left: 2px;
	background:url(../images/hr_vert_small.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#nav_links
{
	width: 223px;
	height: 250px;
	background-color: #F1F1F1;
	margin-top: -25px;
	padding-left: 2px;
	background:url(../images/hr_vert_small.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}



