/** PAGE */

#page {
	width: 736px;
	margin: 0px auto;
}

/** SIDEBAR */

#sidebar {	
	float: left;
	width: 255px;
}

/** LOGO */

#logo {
	height: 345px;
	background: url(../../images/NotepadTopLogoProd01.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	/*text-indent:-999em;*/
}

/** CONTENT */

#content {
	float: left;
}

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 180px;
}

.two-columns .column2 {
	float: right;
	width: 160px;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
}


