body{
	padding:0;
	margin:0;
	background:white;
	color:black;
	font-size:12px;
	text-align:center;
	position:relative;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:14px;
}
img {
	border:none;
}
a{
	outline:none;
}
p,div,ul,li,ol{
	padding:0;
	margin:0;
}
strong,em {
	font-weight:normal;
}
li{
	list-style:none;
}
h1{
	width:100%;
	height:20px;
	padding-top:5px;
	background:url(../img/common/h1.gif) black;
	background-repeat:repeat-x;
	font-size:10px;
	font-weight:normal;
	letter-spacing:2px;
	text-align:right;
}
.clear{
	clear:both;
}

#wrap{
	margin:0 auto;
	padding:0;
	width:800px;
	height:auto;
	text-align:left;
}
#head_area{
	width:800px;
	height:480px;
	position:relative;
	text-align:center;
	margin:0 0 50px 0;
}
#enter{
	position:absolute;
	right:250px;
	top:385px;
}
#enter2{
	position:absolute;
	left:220px;
}
#leave{
	position:absolute;
	right:250px;
}
#h1_p{
	width:600px;
	height:auto;
	text-align:left;
	position:absolute;
	left:100px;
	bottom:0px;
	font-size:12px;
	letter-spacing:1px;
	line-height:160%;
	line-height:140%;
}
/*news*/

#feedControl .gf-author,
#feedControl .gf-spacer,
#feedControl .gf-relativePublishedDate {
	display : none;
}   
#feedControl .gf-result {
	padding-top:5px;
}

#feedControl .gf-snippet {
	padding :5px 5px 5px 8px;
	border-top : 0px solid #565656;
	color:black;
	background:white;
	width:750px;
	height:auto;
}

#feedControl .gf-title a {
	padding : 3px 0 2px 5px;
	border-left : 3px solid #565656;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.gf-result{
	border : 1px solid #998877 ;
	padding:10px;
	background:white;
     -webkit-border-radius: 5px;  
     -moz-border-radius: 5px;  
}
.gf-result a{
	color:#75A315;
}
.gf-snippet{
  letter-spacing:1px;
  line-height:160%;
}
.gfc-tabsArea{
	z-index:2;
	margin:0 0 3px 0;
	padding:0;
}
.gfc-tabhActive{
	font-size:12px !important;
	border-top:1px solid #565656 !important;
	border-left:1px solid #565656 !important;
	border-right:1px solid #565656 !important;
	background:white !important;
	color:black !important;
	padding:5px !important;
     -webkit-border-top-left-radius: 5px;  
     -webkit-border-top-right-radius: 5px;  
     -moz-border-radius-topleft: 5px;  
     -moz-border-radius-topright: 5px;  
}
.gfc-tabhActive a{
	color:black !important;

}
.gfc-tabhInactive{
	font-size:12px !important;
	border-top:1px solid #565656 !important;
	border-left:1px solid #565656 !important;
	border-right:1px solid #565656 !important;
	background:#ccc !important;
	padding:5px !important;
     -webkit-border-top-left-radius: 5px;  
     -webkit-border-top-right-radius: 5px;  
     -moz-border-radius-topleft: 5px;  
     -moz-border-radius-topright: 5px;  
}
.gfc-resultsbox-visible{
	width:800px;
	height:auto;
	background:white;
	color:black;
	border:1px solid #565656;
	padding:5px;
	z-index:1;
	margin-bottom:10px;
     -webkit-border-top-right-radius: 5px;  
     -webkit-border-bottom-right-radius: 5px;  
     -webkit-border-bottom-left-radius: 5px;  
     -moz-border-radius-topright: 5px;  
     -moz-border-radius-bottomright: 5px;  
     -moz-border-radius-bottomleft: 5px; 
}


/*contents*/
#contents{
	width:auto;
	height:auto;
	clear:both;
}
h2,h3,h4,h5,h6{
	width:100%;
	height:auto;
	border-left:solid 5px #ccc;
	border-bottom:solid 1px #ccc;
	padding-left:5px;
}
.coment_title{
	width:100%;
	height:auto;
	border-left:solid 5px #ccc;
	border-bottom:solid 1px #ccc;
	padding-left:5px;
}
.cont_p{
	background:#fffffc;
	color:black;
     -webkit-border-radius: 5px;  
     -moz-border-radius: 5px;  
	border-radius:5px;
	border:solid 1px #ccc;
	margin:5px auto;
	padding:5px;
	line-height:160%;
}
