You can just include your CSS code at the top of your index.php file. Here is one method of doing it:
PHP Code:
$template_baseurl = $this->baseurl . '/templates/' . $this->template;
// add template css to JDocumentHTML
$this->addStyleSheet($template_baseurl . '/yourCSS.css');