@import url(type.css);
@import url(nav.css);

/*
-----------------------------------------------
Title: cyteworks base styles
Author: Brian Merckens
Version: 	27 March 2006
----------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

html {
	background: url(../images/img_bkg_tall.gif) repeat-y center top;
	height:100%;
}

body {
	background: url(../images/img_bkg_wide.gif) no-repeat center 32px;
	height:100%;
	}

img {
	border: none;
}

hr, .hide {
	display: none;
}


/* =Structure
----------------------------------------------- */

#container {
	height:100%;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 879px;
}


/* =Header
----------------------------------------------- */

#head {
	width: 848px;
	height:192px;
	margin: 0 auto 0 auto;
	top: 32px;
	position: relative;
}

#head_region_1 {
	width: 298px;
	height:192px;
	float:left;
}

#head_region_2 {
	background: url(../images/img_header.jpg) no-repeat center top;
	width: 550px;
	height:192px;
	float:right;
 }

/* =Content
----------------------------------------------- */

#content {
	width: 780px;
	min-height:420px;
	_height:420px;
	margin: 0 auto 0 auto;
	padding: 60px 0 30px 0;
	clear: both;
}

#content_region_1 {
	width: 780px;
}

#content_region_half_width {
	width: 390px;
	display: inline;
	float:left;
}

#logo1 {
	width: 249px;
	float:left;
	text-align:center;
	
}
#logo2 {
	width: 249px;
	float:left;
	text-align:center;
	margin-top:4px;
}
#logo3 {
	width: 147px;
	float:left;
	text-align:center;
}
#logo4 {
	width: 135px;
	float:left;
	text-align:center;
}

/* =Footer
----------------------------------------------- */

#foot {
  width: 750px;
  height: 60px;
  margin: 0 auto 0 auto;
}

#foot_region_1 {
	width: 750px;
	height:60px;
	float:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4d99d0;
}


/* =Misc
----------------------------------------------- */
