.logotype {
	background: #fff url(logotype.png) no-repeat;
	background-position: center bottom;
	display: block;
	height: 100px;
}
body {
	font: normal 12px Verdana, Sans Serif;
	color: #333;
	background: #fafafa url(bgmenu_top_white.png) repeat-x;
	margin: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.main {
	border: 3px double #eee;
	border-color: #e4e4e4  #cfcfcf #cfcfcf;
	margin: 120px auto 10px auto;
	text-align: left;
	width: 600px;
}
.container {
}
.content {
	background: #fafafa;
	clear: both;
  line-height: 23px;
}
.content h3 {
	font: bold 13px Verdana, Sans Serif;
	margin: 4px 0px;
}
.content p {
	margin: 2px 0px;
}
.content a {
	border-bottom: 1px dotted #d5d5d5;
	color: #aaa;  	
}
.content a:hover {
	border-bottom: 1px dotted #a5a5a5;
	color: #666;
}
.item {
	border-top: 1px solid #e5e5e5;
	background: #fafafa url(bgmenu_top_white.png) repeat-x top;
	padding: 12px;
}
.item_title {
	border-top: 1px solid #e5e5e5;
	background: #fafafa url(bgmenu_top_bright.png) repeat-x top;
	text-align: center;
	padding: 2px;
	color: #777;
}

