@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #333333;
}
#header {
	margin: auto;
	width: 900px;
}
#topText {
	float: right;
	width: 460px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	padding-top: 35px;
	font-weight: bold;
}
#topText a {
	font-size: 16px;
	color: #ff3b9b;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#topText a:hover {
	text-decoration: underline;
}
#slide {
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#topText p {
	margin: 0px;
	padding: 0px;
}
#logo {
	float: left;
}
.cls {
	margin: 0px;
	clear: both;
	display: block;
	padding: 0px;
}
#ngContent {
	width: 900px;
	margin: auto;
}
.box {
	display: block;
	width: 441px;
	height: 305px;
	background-image: url(../images/bgBox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.box .padd {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.date {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.box h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #1e1e1e;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}
.bgnew {
	background-image: url(../img/bg-new.gif);
	background-repeat: no-repeat;
	height: 145px;
	margin-top:15px;
}

