body{
	background:#c6e6f5;
	font:13px verdana;
	margin:0;
	}
#container{
	position:relative;
	text-align:left;
	background:white url(/images/gfx/bodybg.gif) repeat-y;
	width:760px;

	}
#content{
	width:400px;
	float:right;
	padding:30px 60px 30px 0;
	}
#content H1{
	color:#1265ac;
	margin:0;
	font-size:18pt;
	}
#content H2{
	color:#1265ac;
	margin:0;
	font-size:14pt;
	}
#podoloog{
	background:#459ed1 url(/images/gfx/topmenubg.jpg) repeat-x;
	border-bottom:1px solid white;
	padding:10px 0 20px 0;
	}
#menu{
	width:260px;
	min-height:500px;
	background:#008dd4 url(/images/gfx/menubg.jpg) repeat-x;
	font:14px tahoma;
	line-height:30px;
	}
#menu a{
	color:white;
	font-weight:bold;
	padding:0 17px;
	text-decoration:none;
	}

#bottom{
	background:#008dd4;
	border-top:1px solid white;
	padding:5px;
	color:white;
	position:relative;
	clear:both;
	}
#bottom a{
	text-decoration:none;
	color:white;
	}
