/* CSS Document */
html{font:11px/16px tahoma, arial, helvetica, sans-serif; color:#555555; height: 100%;}
body{margin:0; padding:0; /*background-color: #F6F6F6;*/ background-image:url(../images/new_back.gif); height:100%;}

form, textarea {margin:0; padding:0;}


input, textarea, select{font:11px Tahoma, Arial, Geneva, sans-serif; background:#DBDBDB; border:1px solid #C2C2C2; color:#000000; vertical-align:top; padding-left:2px}
input{ width:153px; height:20px;}
.inp_h{ height:23px; margin:0 0 5px 0;}
textarea{width:153px; height:97px; overflow:auto;}
.content{font:11px/16px tahoma, arial, helvetica, sans-serif; color:#555555;}

#main {
	background-color: #F6f6f6;
	/*border-left: 3px solid #130090;
	border-right: 3px solid #130090;*/
	width: 710px;
}
#header {
	background-color:#FFFFFF;
	height:100px;
}

#header a {
	width: 60px;
	height: 60px;
	display: inline;
}
#header ul {
	list-style-type:none;
}

#header li {
	width: 60px;
	height: 60px;
	display: block;
	padding: 0px 0px;
	text-align: center;
	background-image:url(../images/top_button.gif);
	background-repeat:no-repeat;
}

#main_pic {
}

#navigation{
}

#info {
	padding: 20px 60px 20px 60px;
}


#footer {
	border-top: 1px solid #999999;
	width: 690px;
	text-align: center;
	display:block;
}
#footer ul {
	list-style-type:none;
}
#footer li {
	display: inline;
	margin: 0px 5px;
	text-align:center;
}

#footer_line {
	text-align: center;
	border-top:3px solid #999999;
}

#footer a {
	color: #ff5e00;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.o_txt {
	color: #ff5e00;
}

.db_txt {
	color: #130090;
}
a.o_link {
	color: #ff5e00;
	text-decoration: underline;
}

a.o_link:hover {
	text-decoration: none;
}
