﻿* { 
    margin: 0;
    padding: 0;
}

BODY {
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 12px;
	color: Black;
	text-align: Center;
	background: white url('/img/design/PageFoneUp.png') repeat-x;
}

p{
	font-size: 12px;
	line-height: 20px;
    margin-bottom: 10px;
}

h2 {  
	font-family:Georgia, serif;
	color:#EF5C16;
	font-size: 18px;
	padding-bottom: 5px;
}

a {
	FONT-FAMILY: Tahoma;
	font-size: 12px;
	color: maroon;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}



#PageFoneDown{
	background: transparent url('/img/design/PageFoneDown.png') repeat-x left bottom;
	margin: 0 auto 0 auto;
}

#FoneUp{
	display:table;
	background: transparent url('/img/design/FoneUp.png') no-repeat center top;
	width:1000px;
	margin: 0 auto 0 auto;
}

#FoneDown{
	display:table;
	background: transparent url('/img/design/FoneDown.png') no-repeat center bottom;
	width:1000px;
	margin: 0 auto 0 auto;
}


#all{
	display:table;
	width: 960px;
	margin: 0 auto 0 auto;
}


#header{
	float: left;
	width: 100%;
	text-align:left;
	height:183px;
	margin-top:57px;
	background: #F77509	url('/img/design/FoneHead.png') repeat-x;
}

 
#header #logo{
	float: left;
}



#header #MainMenu{
	float: left;
	margin: 5px 0px 0px 50px;
	color: white;
	width: 200px;
}

.newsdate{
	font-size: 12px;  
    line-height: 18px;
    margin-bottom: 10px; 
    text-decoration: underline;
   color: #999999;
}

.newstitle{
	font-size: 14px;  
    line-height: 18px;
    margin-bottom: 10px; 
   color: #F77509;
}

.newsonmain{
	padding: 4px;
}


#MainMenu ul li {
	float: left;
	list-style: none;
	width: 100%;
	text-indent: 5px;
	margin-top: 10px;
}

#MainMenu ul li a {
	display: block;
	color: white;
	height: 22px;
	line-height: 22px;
	background: url('/img/design/Separator.png') no-repeat right;
}

#MainMenu ul li a:hover{
	background: white url('/img/design/Move.png') repeat-x;
	color: #F77509;
}

#header #Ogn{
	float: right;
	background: url('/img/design/Ogn.png') no-repeat;
	width:321px;
	height: 183px;
}



#content{
	float: left;
	text-align: left;
	width: 100%;
	background: white url('/img/design/FoneContentMenu.png') repeat-y left top;
	padding: 30px 0 0 0;
}

#content #left{
	float: left;
	width: 253px;
}

#content #left h3{
	font-family:Georgia, serif;
	color:#EF5C16;
	font-size: 18px;
	width: 100%;
	text-indent: 20px;
	background: url('/img/design/border.png') repeat-x left bottom;
	padding-bottom: 5px;
}

#list_menu{
	float: left;
	width:100%;
}

#list_menu ul {
	float:left;
	list-style: none;
	width: 100%;
	margin: 0 0 20px 0;
}

#list_menu ul li {
	list-style: none;
	float: left;
	width: 100%;
}

#list_menu ul li a {
	display: block;
	padding: 5px 10px 5px 35px;
	color: black;
	background: url('/img/design/Marker.png') no-repeat 20px 10px;
}

#list_menu ul li a:hover {
	color: white;
	background: #F77509 url('/img/design/Marker.png') no-repeat 20px 10px;
}


#content #right{
	float: left;
	width: 650px;
}

#content #right #inside {
	float: left;
	margin: 0px 20px 10px 20px;
}


.newsdate{
	float:right;
}

.newstitle{
	float:left;
}

.newstext{
	float: left;	
	width: 100%;
}

#Down {
	float:left; 
	width:100%; 
	border-top:1px #999999 solid;
	text-align:center;
	background:white;
	text-indent: 10px;
}


#Down p {
	margin: 0;
}

#Down a {
	color: black;
	text-decoration: underline;
}

#Down a:hover {
	color: #000000;
}
