@charset "utf-8";
/* CSS Document */

body {
	background-image: url(navigation/BACKGROUND_TILE.jpg);
	background-repeat: repeat;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Courier New", Courier, monospace;
}

#container
{
width: 100%;

}

#preview
{
width : 740px; 
height: 560px;
border : solid 1px #999999;
}




#leftnav
{
float: left;
width: 237px;
}

#content
{
float: left;
width: 740px;
height: 560px;
}


