@import url("../generic/generic.css");
@import url("bodyless.css");
/*
This is to resolve a problem in tinyMCE using the body styles in the editor!
We need a stylesheet _without_ the body styles to call in tinyMCE, so we have moved all styles excluding body to a seperate file.
That is the one we are calling above. 
The frontend template calls this one.
*/
body {
	text-align: center;
  min-width: 970px;
	font: 12px Verdana;
	color: #000000;
/*	background: #c4d3d9 url(images/background_blue.png) repeat-x 0 0;*/
	background: #c4d3d9;
}

