html {

	background: #c0c0c0;

}

body {

	margin: 0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #c0c0c0;

	width: 100%;

	display: table;
}


#container {
	width: 940px;
	margin: auto;
	background: #c0c0c0;
}

#header_section {
	width: 940px;
	height: 115px;
	background: url(images/header_bg.jpg) no-repeat;
}

/* Head Menu */
#menu {
	
	height: 30px;
	margin-left: 350px;
	margin-top: 50px;
	float: left;
	clear: both;
	display: inline;
	
}
#menu #left{
	
	width: 29px;
	height: 30px;
	background:url(images/menu_left.gif);
	float:left;
		
}

#menu #mid{
	
	height: 30px;
	background:url(images/menu_mid.gif) repeat-x;
	float:left;

}

#menu #right{
	
	width: 23px;
	height: 30px;
	background:url(images/menu_right.gif);
	float:left;

}

#menu ul {
	float: left;
	width: 340px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#menu li a:hover, #menu li .current{
	background:#fff;
	text-align: center;
	color: #ff2f2f;

}
/* End Of Head Menu*/
#content_section {
	clear: both;
	width: 940px;
	min-height: 641px;
	background: #adadad url(images/jiwan.jpg) no-repeat;
	overflow: hidden;
}

#right_section {

	width: 550px;
	float: right;
	margin-right: 20px;
	margin-top: 35px;

}

* html #right_section {
	margin-right: 5px;
}
.content{
	margin: 20px;
	margin-right: 0px;
	
}
.content h1{
	
	font-size: 25px;
	margin: 20px 0px 5px 5px;
	
}

.content p{
	
	font-size: 12px;
	color: #404040;
	margin: 3px 0px 20px 5px;
	text-align: justify;
}

.content a{
	
	color: #000;
}

.content a:hover{
	
	color: #666;
}

.content img{
	
	border: none;
	float: left;
	margin: 3px 15px 0 0;
}

.clear {
	clear: both;
	height: 1px;
}

span.black{

	color: #000;
}

span.red{

	color: #ff0000;

}

span.post {
	
	font-size: 11px;
	font-weight: bold;
	color: #666;
	margin: 5px 20px 0px 5px;

}

.gallery{
	clear: both;
	background: url(images/gallery_bg.gif) no-repeat;
	width: 365px;
	height: 110px;
	margin-top: 10px;

}


.gallery .box{
	
	border: none;
	margin-left: 35px;
	float: left;
	height: 110px;
	width: 85px;
}

* html .gallery .box{
		margin: 0px 0px 0px 17px;
}
.gallery img{
	
	border: none;
	float: left;
	margin-top:20px;
}

.gallery .text{
	
	border: none;
	float: left;
	color: #000;
	font-weight: bold;
	width: 65px;
	padding-left: 20px;
	margin-top: 20px;
}

}
span.more{
	background: url(images/more.gif) no-repeat;
	float: right;
	margin: 5px;
	width: 58px;
	height: 49px;
}
