@import url(type.css);
@import url(nav.css);
@import url(forms.css);
@import url(errors.css);

/*
-----------------------------------------------
Title: cyteworks base styles
Author: Brian Merckens
Version: 	27 March 2006
----------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

html {
	background: #fff;
	height:100%;
}

body {
 
 	}


img {
	border: none;
}

hr, .hide {
	display: none;
}


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

#container {
	background:url(../images/bkg_lines.gif) repeat-x center 159px;
	height:866px;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 865px;
}


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

#head {
	width: 866px;
	height: 194px;
}

#head_region_1 {
 height: 54px;
}

#head_region_2 {
 width: 300px;
 height: 105px;
 margin: 0 auto 0 auto;
}

#head_region_3 {
 width: 866px;
 height: 35 px;
 margin: 0 auto 0 auto;
}



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

#content {
	width: 866px;
	min-height:350px;
	_height:350px;
}


#content_region_1 {
	width: 818px;
  margin: 0;
	padding: 0 20px;
}


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

#foot {
	width: 866px;
	height: 103px;
}

#foot_region_1 {
	width: 430px;
	padding:0;
  margin: 30px auto 0 auto;
}

#foot_region_2 {
	width: 866px;
	height: 1px;
	_margin:10px 0 0 0;
}

#foot_region_3 {
	width: 430px;
	height: 52px;
  margin: 10px auto 0 auto;
  _margin: 0 auto 0 auto;
}

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