@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: #d2e9cc url(../images/bkg_grad.jpg) repeat-x center top;
	height:100%;
}

body {
	height:100%;
	}

img {
	border: none;
}

hr, .hide {
	display: none;
}


/* =Structure
----------------------------------------------- */

#container {
	height:100%;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 955px;
}


/* =Header
----------------------------------------------- */

#head {
  width: 955px;
	height:340px;
  margin: 0 auto 0 auto;
}

#head_region_1 {
  width: 955px;
	height: 130px;
	clear:both;
}

#head_region_2 {
  width: 955px;
	height:90px;
	clear:both;
}

#head_region_3 {
	width: 955px;
	height:120px;
	clear:both;
	text-align: center;
}


/* =Content
----------------------------------------------- */

#content {
	background: url(../images/img_bkg_container.gif) repeat-y center top;
  width: 630px;
	min-height:200px;
	_height:200px;
  margin: 0 auto 0 auto;
}

#content_region_1 {
  width: 630px;
	padding-left:15px;
}

#content_region_2 {
  width: 630px;
	padding-left:15px;
}

#content_region_3 {
  width: 630px;
	height:30px;
}


/* =Footer
----------------------------------------------- */

#foot {
   width: 950px;
   height: 25px;
   margin: 0 auto 0 auto;
   display:block;
   clear: both;
}

#foot_region_1 {
	width: 950px;
	height:25px;
	clear:both;
	text-align: center;
}

#foot_region_2 {
}

#foot_region_3 {
}


/* =Misc
----------------------------------------------- */

#link {
	position:absolute;
	top:20px;
	width:172px;
	height:178px;
	z-index:1;
	margin-left:395px;
}
