@import url(type.css);
@import url(nav.css);
@import url(forms.css);
@import url(errors.css);
@import url(datagrid.css);

/*
-----------------------------------------------
Title: cyteworks base styles
Author: Brian Merckens
Version: 	27 March 2006
----------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

html {
	background: #ababab url(../images/bkg_base.gif) no-repeat center 66px;
	height:100%;
}

body {
	background: url(../images/bkg_head.gif) no-repeat center top;	
	height:100%;
	}

img {
	border: none;
}

hr, .hide {
	display: none;
}


/* =Structure
----------------------------------------------- */

#container {
	height:100%;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 746px;
}


/* =Footer
----------------------------------------------- */

#foot {
   background: url(../images/bkg_foot.gif) no-repeat center top;    
   width: 746px;
   height: 50px;
   margin: 0 auto 0 auto;
   display:block;
   clear: both;
}

#foot_region_1 {
   width: 250px;
   height: 45px;
	 float: left;
	 margin: .2em 0 0 1.5em;
	 _margin: 0 0 0 .75em;
}

#foot_region_2 {
   width: 200px;
   height: 45px;
	 float: right;
	 padding: 0;
   margin: .2em 1.5em 0 0;
   _margin: 0 .75em 0 0;
}

#foot_region_3 {
  clear: both;
	height: 15px;
	border-top: solid 5px #8c8c8c;
}


/* =Misc
----------------------------------------------- */