/***********************************************************************

Author:     Sander Tiekstra
Company:    Tiekstramedia
URL:        http://www.nr14.nl

***********************************************************************/


/*	TABLE OF CONTENTS

	1.	Imported Styles
	2.	Display none
	3.	Print specific

*/



/*	1. Imported Styles 
-------------------------------------------------------------------- */
@import url("default.css");


/*	2. Display none
-------------------------------------------------------------------- */
#untitle {
	display: none;
}

/*	2. Print specific styles
-------------------------------------------------------------------- */
html {
	height:	auto;
	overflow: visible;	
}

body {
	height:	auto;
	overflow: visible;	
}

#content ul {
	list-style-image: none;
	list-style-type: disc;
}