html { /* inforces screen to show scrollbar */

}
body {
    margin:0;
	padding:0;
}

/* Header */
div#header {
}
    div#header h1 {
        position: absolute;
        top: 7px;
        padding-top: 20px;
        background: url(/themes/rvtheme/images/logo.gif) no-repeat left top;

        font-size: 30px;
        font-family: "Trebuchet MS";
    }
        div#header h1 a {
            background-color: transparent;
            text-decoration: none;
            color: #fff;

            display: block;
            width: 305px;
            height: 40px;
        }
            div#header h1 a span {
                display: block;
                text-indent: -9999px;
            }
/* END header */




/* Left/right blocks */
div.block {
	margin-left: 1em;
    margin-bottom: 1.5em;
	border: 1px solid #363636;
	background:#ECECEC;
	text-align:left;
	color:#000000;
}
    div.block h2 {
	padding: 0.3em;
    border-bottom: 1px solid #000000;
	background:#595959;
    color:#FFFFFF;
    font-weight: bold;
	font-size: 1.1em;
    }
    div.block div.content {
    padding: 0.4em 10px;
    font-size: 0.9em;
    }
	
	div.block div.content a {
	color:#C32321; 
	text-decoration:underline;
	font-size:1em;
	}

	div.block div.content a:hover {
	color:#920706; 
	text-decoration:underline;	
	font-size:1em;
	}			
	
/* END left/right blocks */
