/* 
	Base styles
	
	These are all the base styles that control basic HTML tags.
	All the referenced styles sheets are imported to control the UI
	of the theme.
*/

@import url("calendar.css");
@import url("pageLayout.css");
@import url("dasBlog.css");
@import url("colors.css");
@import url("admin.css");

A, A:link, A:visited, A:active  { font-weight: bold; text-decoration: none; }

body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 0.7em;
  background-color:#303030;
  text-align:left;
}

#pageContainer
{
	width: 760px;
	margin: 0 auto;
	font: 8pt arial, verdana, sans-serif;  
}

#pageContent
{
	float: left;
	width: 760px;
	padding: 0 0px;
	/* url( "page_container_bg.gif" ) repeat-y;*/
}

#pageHeader
{
	padding: 0 0 0px 0;
	margin: 0;
	height: 188px;
	width: 760px;
	background: url( "images/Header2.jpg" ) no-repeat top; 
}

#pageTopLogo
{
	padding: 0 0 15px 0;
	margin: 0;
	height: 94px;
	width: 760px;
	background: url( "image/umb_brain_728x90_uk.gif" ) no-repeat top; 
}


/* pre { white-space: normal; overflow: auto; } */