/*elements*/
body { 
	font: 12px Arial, Helvetica, sans-serif; 
	color: #333; 
	background: #efefef url(images/bg_sv.jpg);
}
#top_l {
	background: url(images/top_l_sv.png);
	width: 9px; height: 117px;
	position: absolute;
	left: 0px; top: 0px;
}
#top_r {
	background: url(images/top_r_sv.png);
	width: 9px; height: 117px;
	position: absolute;
	right: 0px; top: 0px;
}
#top_m {
	margin: 0 9px;
	background: url(images/top_bg_sv.png) repeat-x;
	height: 117px;
}
#logo {
	background: url(images/logo_sv.png);
	width: 191px; height: 43px;
	position: absolute;
	top: 34px; left: 14px;
}
#nav {
	background: url(images/nav_top_bg_sv.png);
	height: 39px; width: 100%;
	margin: 0; padding: 0 0 0 18px;
	list-style: none;
}
