You are using Joomla 1.0.xx?
Open up the templates css folder and rename template.css to template_css.css and then open up the index.php for the template and find this code here:
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />
And replace with this:
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template_css.css" type="text/css" />
This is a error Ja have done in the 1.0.xx template releases lately, and Joomla 1.0.xx version have it so the templates css file NEEDS to be called template_css.css, in the 1.5 version it has changed alot and the css file is called template.css.
The only problem with this is that you can edit the css directly from the admin panel.