Check this out: http://www.microsoft.com/resources/documentation/sql/2000/all/reskit/en-us/part3/c1161.mspx
Usually you would use the IMAGE datatype, however, when you start this new database directly on SQL Server 2005 use VARBINARY(MAX), since IMAGE will deprecate in some future version of SQL Server.