body {font-family: garamond, georgia, serif; font-size: 90%;}

#top {background-image: url(menu/top_bg.gif); background-repeat: repeat-x; height: 60px;}
.head {font-size: 170%; color: #000; font-family: arial, 'trebuchet ms', sans-serif; font-weight: bold; padding: 20px; padding-top: 40px; display: block; width: 300px;}
#icons {top: 20px; left: 20px;}
.icons { padding-left: 20px;}

#mainblock { clear: both; width: 100%;}
#mainblock #nav, #mainblock #content { float: left;}
#mainblock #nav { width: 32%; //margin-right: -100%; background-color: #E9FDFC; }
#mainblock #content { width: 65%; //margin-left: 33%; //display: inline; padding-right: 10px;}
#content { 	border-top: solid 0px #ccc;}

#nav {
	
	font-family: arial, sans-serif;
	line-height: 160%;
	color: #00403D;
	border-right: solid 0px #ccc;
	border-left: solid 0px #ccc;
	border-bottom: solid 0px #ccc;
	background-image: url(menu/bg_nav.gif); background-repeat: repeat-x;
	//padding-top: 0px;
	//padding-bottom: 0px;
	padding-right: 0px;
}
#nav a {
	font-size: 80%;
	color: #00403D;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

#nav li {
	border-bottom: dashed 0px #fff;
	list-style: none;
	margin-top: 3px;
	margin-bottom: 3px;
}

#nav ul {
	margin-left: 0px;
	padding-left: 0px;
}



#mainpict {
	background-image: url(menu/mainpict_bg.jpg);
	border-bottom: solid 0px #ccc;
}

p {padding-left: 20px;}
h1, h2, h3 {padding-left: 20px;}

.bottoms {
	height: 70px;
	border-top: solid 7px #ccc;
	clear: both;
	margin-top: 10px;
}