
/* import global style definitions */

@import url("_global.css");

@media screen {

	/* altering to inherited global style definitions */

	#page-content {
		margin: 0px;
		text-align: justify;
	}

	#page-content h1,
	#page-content h2.h1-style {
		margin: 16px 0px 15px 0px;
		padding: 0px 0px 0px 25px;
		background: url(/_design/destination-of-the-month/h1-bullet.jpg) no-repeat scroll 2px 2px;
		font-size: 18px;
	}

	h2 {
		background-image: url(/_design/destination-of-the-month/strong-arrow.jpg);
		background-position: 15px;
		background-repeat: no-repeat;
		padding-left: 30px;
		line-height: 40px;
		display: block;
	}

	.section-header {
		background-image: url(/_design/destination-of-the-month/destination-of-the-month-header.jpg);
	}

	#page-content img {
		margin: 4px 0px 6px 12px;
		border: 2px solid #6f9f90;
		clear: right;
		float: right;
	}

	#page-content #factfile {
		padding: 5px 10px;
		background-color: #d7e5e1;
	}

	#page-content #factfile p {
		margin-top: 10px;
		color: #666666;
		font-weight: bold;
	}

	#page-content #factfile img {
		margin-top: 20px;
	}

	/* end sections */
	
}

@media print {


}