Trying to get our skin to center in IE, but it needs editing the doctype line which seems impossible because I cannot find it anywhere.

Currently it has:

CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


need to change it to
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


How can this be accomplished?