/*
	LEGEND

	#frame-home = Avalehe raamtabel
	#frame-sub = Alamlehtede raamtabel
	#header-home = Avalehel päise lahter
	#header-sub = Alamlehtede päise lahter
	#main-home = Avalehe sisu lahter
	#main-sub = Alamlehtede sisu lahter
	#left = Vasaku menüü lahter
	#main-menu = Peamenüü ala
	#second-menu = Sekundaarse menüü ala
	#footer = Alus tabel		
*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #DBEFFE;
}

#frame-home
{
	/* do nothing*/
}

#frame-sub
{
	background: url(../img/back-content-self.gif);	
}

#header-home
{
	width: 802px;
	height: 65px;
	background: url(../img/header-ava.gif) repeat-x;
}

#header-sub
{
	width: 802px;
	height: 65px;
	background: url(../img/header-sub.gif) repeat-x;
}

#main-home
{
	height: 600px;
	background: url(../img/back-content-all-home.gif) no-repeat;
	background-position: 0px 65px;
}

#main-sub
{
	height: 600px;
	background: url(../img/back-content-all.gif) no-repeat;
	background-position: 0px 65px;
}

#left
{
	width: 154px;
}

#main-menu
{
	padding-top: 30px;
}

#second-menu
{
	padding-top: 10px;
}

#footer
{
	width: 802px;	
	margin-top: 20px;
	border: 1px solid #AEC9E3;
	padding: 4px 0px 4px 0px;
	background-color: #DBEFFE;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}