html {
	background: #ffffff;
}
body, input, textarea {
	font-size: 12px;
	font-family: verdana;
	color: #424242;
	background: #ffffff;
}
body, img, div { 
	padding: 0px;
	margin: 0px;
	outline: none;
}
img {
	border: 0px;
}
#main {
	width: 1010px;
	margin: 0 auto;
	background: url(../images/border.gif) repeat-y;
}
#main #top {
	width: 1000px;
	height: 70px;
	margin: 0 5px 0 5px;
}
#top #logo {
	float: left;
	width: 245px;
	height: 55px;
	padding: 15px 0 0 110px;
}
#top #topmenu {
	float: right;
	height: 30px;
	padding: 40px 120px 0 0;
}
#main #content {
	clear: both;
	width: 1000px;
	margin: 0 5px 0 5px;
	background: url(../images/taust.jpg) no-repeat;
}
#content #splash {
	height: 300px;
	background: url(../images/splash2.png) top center no-repeat;
}
#content #main_menu {
	width: 486px;
	height: 302px;
	margin: 0 auto;
	background: url(../images/main_menu.png) 0 24px no-repeat;
	padding-top: 24px;
}
#content #inner {
	margin: 0 auto;
	width: 800px;
}
#content #c {
	margin: 0 auto;
	width: 760px;
	padding: 0 0 20px 0;
}
#content #tree {
	width: 285px;
	padding: 5px 5px 20px 5px;
}
#content #box_top {
	width: 500px;
	height: 20px;
	background: url(../images/box_top.png) no-repeat;
}
#content #box_middle {
	width: 500px;
	background: url(../images/box_middle.png) repeat-y;
	padding: 0 20px 20px 20px;
}
#content #box_bottom {
	width: 500px;
	height: 20px;
	background: url(../images/box_bottom.png) no-repeat;
}
#main_menu #menu {
	width: 476px;
	height: 155px;
	padding: 12px 10px 0 10px;
}
#main_menu #menu1 {
	display: block;	
	float: left;
	width: 161px;
	height: 158px;
	cursor: pointer;
}
#main_menu #menu2 {
	display: block;	
	float: left;
	width: 144px;
	height: 158px;
	cursor: pointer;
}
#main_menu #menu3 {
	display: block;	
	float: left;
	width: 160px;
	height: 158px;
	cursor: pointer;
}
#content a {
	color: #424242;
	text-decoration: none;
}
#content a:hover {
	color: #646464;
	text-decoration: underline;
}
.clear {
	clear: both;
}
#footer {
	width: 1010px;
	height: 30px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(../images/footer.gif) no-repeat;	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}
.menuIcon,.menuIconOpened {
	width: 20px;
	height: 20px;
}
.menuIconOpened {
	background: url(../images/menu_bg.gif) repeat-y;
}
div .header {
	height: 30px;
}
div .header h1 {
	font-size: 16px;
}
.button {
	width: 70px;
	border: solid 1px #424242;
	float: right;
}
textarea {
	padding: 2px;
}
