
@font-face {
	font-family: 'PTSerif-Caption';
	src: url('../fonts/PT_Serif-Caption-Web-Regular.eot');
	src: local('☺'), url('../fonts/PT_Serif-Caption-Web-Regular.woff') format('woff'), url('../fonts/PT_Serif-Caption-Web-Regular.ttf') format('truetype'), url('../fonts/PT_Serif-Caption-Web-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: url(../images/bg-body.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	
}
img {
	border: 0;
}


/*------------------------------ HEADER ------------------------------*/


#header {
	background: url(../images/bg-header.png) repeat-x center top;
	height:95px;
}	

/** Navigation **/
#navigation {
	display: inline-block;
	height: 40px;
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;

}
#navigation li {
	float: right;
	margin: 0 0 0 10px;
}

#navigation li a {
	color: #44b2f1;
	line-height: 40px;
	padding: 0;
	text-decoration: none;
}

/*------------------------------ CONTENTS ------------------------------*/
#contents {
	background: url(../images/bg-content.png) repeat-x center top;
	margin: 0 0 0;
	padding: 0 0 0;
}
#contents h1, #featured h3 {
	color: #fbfdfd;
	font: italic 34px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	Padding-top:30px;
	Padding-left:30px;
}
#contents p {
	color: #FFFF00;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 30px;
	text-align: justify;
}
#contents p a {
	color: #e8eff4;
}

#contents p b {
	display: block;
}
#contents .body {
	width: 940px;
	margin: 0 auto;
	padding: 0 0;
}


/** adbox **/
#adbox {
	background: #020a13 url(../images/bg-adbox.jpg) no-repeat center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 400px;
	margin: 0 auto;
/** Needed for IE7 **/
*margin: 0;
*position: relative;
*top: -40px;
}
#adbox .wrapper {
	width: 1200px;
	padding: 50px 10px 26px 0;
	margin-top: 20px;
}
#adbox .info {
	height: 354px;
	width: 500px;
	overflow: hidden;
}
#adbox h1 {
	color: #ffffff;
	font-size: 48px;
	font-style: italic;
	line-height: 50px;
	Padding-left: 100px;
	margin-bottom: 30px;
}
#adbox p {
	color: #FFFF00;
	font-size: 14px;
	line-height: 24px;
	Padding-left: 100px;
}
#adbox p a {
	color: #176eb0;
}
#adbox div.highlight {
	background: #171a1a url(../images/adbox-bg-heading.jpg) repeat-x left top;
	min-height: 82px;
	border-color: #000;
	border-style: solid none;
	border-width: 1px;
}
#adbox div.highlight h2 {
	color: #484b4b;
	font-size: 24px;
	line-height: 60px;
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	text-shadow: -3px 0 3px #121413;
}
#adbox div.highlight h2 i {
	font-weight: normal;
}
/** main **/
.main {
	padding: 0 0;
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
	background-color: #e8eff4;
	border-top: 1px solid #fdfcfc;
}
#footer .body {
	background: #072438 url(../images/border-footer.png) no-repeat center top;
	min-height: 136px;
	padding: 36px 0;
}
#footer h4 {
	color: #fff;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 12px;
}
#footer p {
	color: #7890a1;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 6px;
}


