body {
	background-image: url(../images/template-imgs/bg-01.jpg);
	background-position: 50% 0px;
	background-color: #272727;
	background-repeat: no-repeat;
	color: #333;
	font-family: "Myriad Pro", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#container {
	width: 950px;
	margin: 15px auto 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	width: 950px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	bottom: 0px;
}
#header img, .txt img{
	behavior: url(/css/iepngfix.htc)
}
a:link , a:visited{
	color: #e13e8d;
	text-decoration: none;
}
a:hover {
	color: #936;
	text-decoration: underline;
}
.nav {
	width: 200px;
	height: 470px;
	padding: 7px;
	margin: 0px;
	background-color: #FFF;
	float: left;
	font-size: 1px;
	line-height: 0px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 1px;
	line-height: 0px;
}
.nav ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 0px;
	font-size: 1px;
}
.nav li a{
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	border: solid 2px #fff;
	width: 198px;
	height: 87px;
	line-height: 0px;
	font-size: 1px;
}
.nav li a:hover, .nav li .active {
	border: solid 2px #1B1B1B;
	font-size: 1px;
	line-height: 0px;
}
.nav li .txt {
	height: 77px;
	padding: 5px;
	margin: 0px 0px 0px 174px;
	border: none;
	background-color: #1B1B1B;
}
.nav ul .ruta  {
	background-image: url(../images/nav/nav-pics_ruta.jpg);
	font-size: 1px;
	line-height: 0px;
}
.nav ul .tours {
	background-image: url(../images/nav/nav-pics_tours.jpg);
	font-size: 1px;
	line-height: 0px;
}
.nav ul .books {
	background-image: url(../images/nav/nav-pics_books.jpg);
	font-size: 1px;
	line-height: 0px;
}
.nav ul .blog {
	background-image: url(../images/nav/nav-pics_blog.jpg);
	font-size: 1px;
	line-height: 0px;
}
.nav ul .recipes {
	background-image: url(../images/nav/nav-pics_recipes.jpg);
	font-size: 1px;
	line-height: 0px;
}
.bodyBox {
	background-color: #FFF;
	width: 707px;
	margin: 0px;
	padding: 7px;
	height: 470px;
	float: right;
}
.bodyBox .leftCol {
	margin: 0px;
	padding: 5px 9px 5px 5px;
	width: 327px;
	margin-top: 85px;
	float: left;
}
.bodyBox .rightCol {
	width: 345px;
	clear: both;
	margin-top: 85px;
	padding: 5px;
	float: right;
}
.bodyBox p  {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0px 0px .7em 0px;
	padding: 0px;
	color: #474747;
}
.bodyBox h1  {
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-weight: normal;
	color: #000;
}
.bodyBox h2  {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: -15px 0px 10px 0px;
	padding: 0;
	color: #e13e8d;
	font-weight: normal;
}
.bodyBox h3  {
	display: block;
	font-size: 1.4em;
	color: #e13e8d;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	line-height: 1.4em;
}
.bodyBox #photoThumbs {
	overflow: auto;
	height: 380px;
	padding: 5px;
	width: 695px;
	margin: 0px;
}
.bodyBox #photoThumbs  ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}
.bodyBox #photoThumbs ul li{
	display: block;
	margin: 0px 1px 1px 0px;
	padding: 0px;
	float: left;
}
.bodyBox #photoThumbs ul li a{
	border: solid 1px #fff;
	float: left;
}
.bodyBox #photoThumbs ul li a:hover{
	border: solid 1px #36316B;
	float: left;
}
#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5, #fragment-6, #fragment-7 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contact {
	color: #FFF;
	float: right;
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px #fff;
}
.contact a{
	color: #FFF;
}
.contact a:hover {
	color: #FFF;
	opacity: .6;
	-moz-opacity: .6;
	text-decoration: none;
}
#footer {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	width: 100%;
	display: block;
	float: right;
}
#footer .copyright {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	float: right;
	opacity: .6;
	-moz-opacity: .6;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
