
#newsletter
{
	display: none;
}

#main-box {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}

#primary-content-box {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}

/* #secondary-content-box 
{
	width: 20%;
} */

a {
	color: blue !important;
	text-decoration: underline !important;
}

fieldset {
	width: 100%;
	padding: 1em;
}

dl dt {
	margin-top: 1em;
}


#editorial-area, 
#our-vacation, 
#our-vacation #our-vacation-thumb,
#column,
#column #author,
#tips,
#vacation-houses,
#best-videos,
#newsletter 
{
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0;
    padding: 0;
    background-image: none;
    float: none;
}

#editorial-area 
{
	width: 100%;
	float: none;
    margin: 0;
    padding: 0;
}

#our-vacation 
{
    float: left;
    width: 66%;
    margin-left: 0%;
}

    #our-vacation img 
    {
        float: right;
    }

    #our-vacation #our-vacation-thumb {
        float: left;
        width: 140px; 
        height: 150px;
    }

#column 
{
    float: left;
    width: 33%;
    clear: left;
}

    #column img#author 
    {
        float: right;
    }

#tips
{
    float: left;
    left: auto;
    margin-left: 1%;
    padding: 0;
    width: 32% !important;
}

    #tips h2,  #tips ul, #tips li
    {
        padding: 0;
        background-image: none;
        margin: 0;
    }

#vacation-houses
{
    float: right;
    width: 33%;
}

    #vacation-houses img 
    {
        width: 90%;
    }

#best-videos
{
    float: right;
    width: 66%;
}

#newsletter
{
    float: left;
    width: 100%;
}
