@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	background-repeat: repeat;
	background-image: url('http://yaphankfd.org/images/bg.gif');
    	font-family: Georgia,"Times New Roman",serif;
}

.container {
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
}

h1 {
	
	font-size:22px;
}

h2 {
}

h3 {
	padding-top:5px;
	color:#ffffff;
	font-size:16px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
}

th {
    background-color: #991312;
}


/** Header Area **/
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-top:25px;
	height: 273px;
}

.body {
	width: 950px;
	overflow: hidden;
	background: #FFF url(../images/sidebar.jpg) repeat-y;
	border-bottom: 10px solid #FFF;
}
	
/** Content Area **/
.content {
	width: 720px;
	float: left;
	overflow: hidden;
	background-color:#fff;
}
.contenttop {
	background-color:#ffffff;
	background-repeat: no-repeat;
	width:950px;
	height:10px;
	clear:both;

}
.contentbottom {
	background-color:#ffffff;
	background-repeat: no-repeat;
	width:950px;
	height:10px;
	clear:both;
}
.contentcenter{
	background-color:#ffffff;
	background-repeat: repeat-y;
	width:731px;
	height:100%;
	float:right;
	border:#ffffff;
	}


.sidebar{
	background-image:url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	width:219px; 
	float:left;
	color: #fff;
}

.sidecontent{
	width:219px;
	height:100%;
	width:219px;
	padding-left:0px;
}

.section{
	height:100%;
	margin-top:0px;
	float:left;
	margin:0 auto;
    margin-right:5px;
    width:350px;
}

.section-news{
	height:100%;
	margin-top:0px;
	float:left;
	margin:0 auto;
    margin-right:5px;
    width:100%;
}

.section-long{
	height:100%;
	float:left;
    margin-right:5px;
    width:705px;
}

.section-text {
    margin-top: 5px;
    font-size: 10px;
}

.section-text img {
    float:left;
    margin-right:2px;
    margin-top:3px;
    
}

.boxhead{
	background-image:url(../images/boxhead.png);
	background-repeat:repeat-x;
	width:100%;
	height:30px;	
	margin-bottom:5px;
}

.boxhead h3{
	padding-left: 10px;
}
 
#msgbox {
    color: red;
}


/** Footer **/
	
.f1{
	width:100px;
	float:left;
	margin-left:25px;
	margin-top:5px;}

.f2{
	width:400px;
	float:left;
	margin-left:20px;
	margin-top:30px;}	
	
.footer {
	margin:0 auto;
	width:950px;
	padding: 10px 0;
	text-align: right;
}

h2 a:hover {
color:#991312;
text-decoration:underline;
}

.boxhead a {
	display:block;
	color:#ffffff;
}

.boxhead a:hover {
	color:#000000;
}

a {
    outline:none;
    text-decoration:none;
    color:#000000;
    margin-top:0px;
}

	
img { 
	border: none; 
}

/** Navbar **/

.sidebar li {
    border-top: 2px solid black;
    text-decoration: none;
    cursor: pointer;
	color:#FFFFFF;
}

.sidebar ul {
    list-style:none;
	width:180px;
    margin-left:17px;
	padding:0px;
}

.sidebar li > ul {
    margin-left:0px;
}

.sidebar li a {
display:block;
color: #ffffff;
}

.sidebar li a:hover {
background-color:#000000;
color:#FFFFFF;
}


.sidebar td {
	border: 1px solid;
}

.sidebar ul li:last-child {
	border-bottom: 2px solid #000000;
}

#mainImage { 
	margin-right:5px;
	height:200px;
	float:left;
	border: 2px solid #991312;
}

.aimages {
	border: 2px solid #991312;
	margin-right:5px;
	height:100px;
	width:auto;
}

.recentImg {
	float:left;
	width:100px;
	height:auto;
	border:2px solid #991312;
	margin-right:5px;
}

.events {
	padding-bottom: 15px;
	padding-left:10px;
	font-size:12px;
}

.children {
	background-color:#000000;
	margin-top:5px;
	margin-bottom:5px;
	display:none;
	min-width:120px;
	padding:0px;
	z-index:10;
	margin-left:0px;
}

.children li{
	border-bottom: 1px solid #000000;
}

.children li a:hover{
	background-color: #991312;
	color:#FFFFFF;
}

.red-text {
	color: #991312;
}
.center-text {
	text-align:center;
}
