/*
LEGEND

#frame-home = Avalehe raamtabel
#frame-sub = Alamlehtede raamtabel
#main-home = Avalehe sisu tabel
#main-sub = Alamlehtede sisu tabel
#header-home = Avalehel päise lahter
#header-sub = Alamlehtede päise lahter
#top = Vertikaalse menüü lahter
#left = Vasaku menüü lahter
#ver-menu = Peamenüü ala
#hor-menu = Horisontaalse menüü ala
#footer = Alus tabel		
*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #DCDCD1;
	background-image: url(img/sitebg.gif);
	background-repeat: repeat-y;
}

#frame-home
{
	/* do nothing*/
}

#frame-sub
{
	/* do nothing*/	
}

#main-home
{
	background-image: url(img/rightbg.gif);
	background-repeat: no-repeat;
	background-position: 174px 136px;
}

#main-sub
{
	/* do nothing*/	
}

#header-home
{
	height: 84px;
}

#header-sub
{
	height: 84px;	
}

#top
{
	height: 52px;
	background-image: url(img/topbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: baseline;	
}

#left
{
	width: 198px;
	background-image: url(img/leftbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 239px;
}

#ver-menu
{
	margin-left: 46px;
	margin-right: 1px;
}

#hor-menu
{
	margin-top: 3px;
	margin-left: 197px;	
}

#side-menu
{
	width: 172px;
	height: 242px;	
	padding-top: 60px;	
	background-image: url(img/models_side_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer
{
	/* do nothing*/
}