body {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#top_bg {
	height: 70px;
	background-image: url(bb.gif);
	background-repeat: repeat-x;
}

#top {
	height: 70px;
	line-height: 70px;
	background-image: url(bb.jpg);
	background-repeat: no-repeat;
}
#top #logo {
	line-height: 70px;
	float: left;
	height: 70px;
	width: 200px;
	padding-right: 50px;
}
#top #navi {
	line-height: 70px;
	height: 70px;
	
}
#top #navi a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}
#top #navi a:hover{
	border-bottom-color: #666666;
	color: #333333;
	background-color: #F4F4F4;	
}
#content {
	padding: 16px;
	width: 955px;
}
#content #menu {
	float: left;
	width: 200px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	padding-right: 16px;
	}

#content #menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #336699;
}
#content #menu a:hover {
	background-color: #EFEFEF;
}
#content #frame {
	float:left;
	width: 691px;
	padding-left: 16px;	
	
}

#content #frame iframe{
	border: 1px dotted #CCCC00;
	width: 691px;
	height: 640px;	
}
#clear {
	clear: both;
}
