/* CSS Document */
body {
	background:url(../images_index/new-index/bg.jpg) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005CC1;
}
#global {
	position:absolute;
	top:0px;
	width:1000px;
	left:50%;
	margin-left:-500px;
}
#img-home {
	position:relative;
	width:1000px;
	height:745px;
}
.img-home-slice {
	position:relative;
	width:1000px
}
#menuhome {
	position:absolute;
	top:398px;
	left:456px;
	width:127px;
	height:100px;
	z-index:100;
}
.bt-home {
	position:relative;
	width:127px;
}
#posts {
	position:relative;
	margin-top:20px;
	width:700px;
	text-align:center;
	margin-left:150px;
}
.post {
	position:relative;
	margin-top:15px;
	background:#EBEBEB;
	padding:15px;
}
.post-2 {
	position:relative;
	margin-top:5px;
}
.post p {
	margin-bottom:0px
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #005CC1;
	margin-top: 0px;
}
h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #005CC1;
	margin-top: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#005CC1;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #55A0FF;
	text-decoration: underline;
}
.t-c {
	text-align:center;
}
