@charset "utf-8";
/* CSS Document */

* {
	margin:0;padding:0;
}

html {
	background-color:white;
}
body {
	background-color:white;
	width:800px;
	height:600px;
}

#side_nav {
	float:left;
	width:263px;
	height:600px;
}
#content {
	width:537px; /* body width (800) - sidenav width (263) */
	float:left;
}
#header {
	float:left;
	height:75px;
}
iframe {
	border:none;
}