/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


/* Header */

#header {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 0 13px;
	height: 100px;
	border: 1px solid #FE4E00;
	background: url(../images/img1.gif) repeat-x left bottom;
}

#header h1 {
	float: left;
}
#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}
#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 3px 14px 0 10px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #ECECEC;
}
#header a:hover {
	background: url(../images/img1x.gif) repeat-x left bottom;
	color: #FFFFFF;
}
#header .first a {
	background: none;
}




/* Content */

#content {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}


#colOne {
	float: left;
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 179px;
	height: 150px;
	padding: 0 0 0 21px;
	border: 1px solid #FE4E00;
	text-align: center;
	}
#colOne h3 {
	margin-top: 5px;
	width: 160px;
	padding: 0 0 0 0;
	background: none;
	}
#colOne.oneImg {
	position: absolute;
	top: -30px; left: -5px;
	}

#colOne2 {
	float: left;
	position: absolute;
	margin: 175px 0px 0px 0px;
	width: 179px;
	height: 150px;
	padding: 0 0 0 21px;
	background-color: #000000;
	border: 1px solid #FE4E00;
	text-align: center;
	}
#colOne2 h3 {
	margin-top: 5px;
	width: 160px;
	padding: 0 0 0 0;
	background: none;
	}
#colOne.twoImg {
	position: absolute;
	top: -30px; left: -20px;
	}

#colOne3 {
	float: left;
	position: absolute;
	margin: 350px 0px 0px 0px;
	width: 179px;
	height: 150px;
	padding: 0 0 0 21px;
	border: 1px solid #FE4E00;
	text-align: center;
	}
#colOne3 h3 {
	margin-top: 5px;
	width: 160px;
	padding: 0 0 0 0;
	background: none;
	}
#colOne.twoImg {
	position: absolute;
	top: -30px; left: -20px;
	}

#colTwo {
	float: right;
	margin: 0px 0px 0px 0px;
  width: 650px;
	height: 500px;
	padding: 0 29px 0 0;
	border: 1px solid #FE4E00;
	}

.framestyle {
	position: absolute; 
	margin: 2px 0px 0px 2px;
	padding 0px;
 	width: 670px;	 
  height: 490px;
 	overflow: auto;
	}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0;
	height: 20px;
	background: url(../images/img4.gif) repeat-x;
}

#footer p {
	padding: 3px 0 0 0;
	text-align: center;
	color: #8A8A8A;
}

