#content {  
  height: 674px;
  min-height: 674px;
  text-align: left;
  background: url(../images/logo_black.jpg) no-repeat;
  background-position: top center;
}

#content,
#width {
  max-width: 1700px;
  min-width: 780px;
}

#content[id],
#width[id] {
  width: 100%;
  height: auto;
}





#header {
  position: relative;
  height: 126px;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 364px;

  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;

  font: 700 4em "trebuchet ms", serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}

#header h2 {
  position: absolute;
  top: 10px;
  right: 5px;

  margin: 0;
  padding: 0;

  font: 700 1em "trebuchet ms", serif;
  text-transform: lowercase;
  color: #00F0EC;
}


#header img.left {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 179px;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}

#navheader {
	position: relative;
	margin :0 auto;
	width: 80%;
	height: 30px;
	padding: 0;
	border-bottom: 1px solid #069;
	z-index:0;}
#navheader li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	font: .8em/30px verdana;}
#navheader li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #333;}
#navheader li a:hover {
	color: #999;}
#navheader li.current {
	z-index: 1;
	background: transparent url(current_bg.gif) repeat-x bottom;}



#mainMenu {
	position: relative;
	margin :0 auto;
	width: 100%;
	height: 30px;
	padding: 0;
	border-bottom: 1px solid #FF9900;
	z-index:0;}
	
#mainMenu li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	font: 1.4em/30px trebuchet MS;}
	
#mainMenu li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #FFFFFF;}
	
#mainMenu li a:hover {
	color: #CCCCCC;}
	
#mainMenu li.current {
	z-index: 1;
	color: #FF9900;
	}
	



#page {
  float: left;
  postion: absolute;
  center:0;
  height: 500px;
  width: 100%;
  clear: both;
  padding-bottom: 1em;

}

#col1 {
	float:left;
	width: 600px;

}

#col2 {
	float:left;
	width: 400px;
	height:510px;

}


#footer {
	position:relative;
	height:100px;
}


.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  background: #000 url(../images/bg/syn.jpg) repeat-x bottom center;
  border-bottom: 1px solid #FF9900; 
}