/* oblio's kludged css */

body 	{
	background: white;
	color: black;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}

#content	{
	position: absolute;
	top: 10%;
	margin-left: 20%;
	margin-right: 15%;
	width: 60%;
	padding-left: 15px;
	padding-right: 15px;
	}

#side	{
	position: fixed;
	top: 10%;
	width: 15%;
	margin-left: 5%;
	margin-right: 80%;
	font-size: .75em;
	}

        .YTvideos object {
            /* You can set it custom */
            width: 384px;
            height: 313px;
        }
