* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma;
}

/* elements */
body {
	font-size: 13px;
	color: #666666;
	background: #fcfcfc;
	overflow: auto;
}
div {
	overflow: hidden;
}
h1 {
	font-size: 214%;
	margin: 3px 0px;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-size: 185%;
	margin: 3px 0px;
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-size: 157%;
	margin: 3px 0px 8px 0px;
}
h4 {
	font-size: 128%;
	margin: 3px 0px;
}
h5 {
	font-size: 114%;
	margin: 3px 0px;
}
h6 {
	font-size: 128%;
	border-bottom: 2px solid;
	margin: 3px 0px;
}
hr {
	color: #0683d1;
	margin: 12px 0px;
	height: 1px;
	border-top: 1px dashed #fcfcfc;
}
p {
	text-indent: 0px;
	padding: 3px 12px 8px 12px;
}
img {
	border: none;
}
ul {
	
}
li {
	padding: 5px 0px;
}
small {
	font-size: 80%;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;;
}
input {
	padding: 1px 4px 0px 4px;
	background: #fcfcfc;
	border: 1px solid;
	font-size: 12px;
	height: 16px;
	color: #999999;
}
blockquote {
	font-size: 126%;
	font-style: italic;
	font-weight: bold;
	display: block;
	line-height: 19px;
	margin-bottom: 4px;
}



/* id tags */
#site_placement {
	width: 1000px;
	margin: 0px auto;
}
#row1 {
	background: url(../images/bg_row1.jpg) no-repeat;
	height: 115px;
	position: relative;
	overflow: hidden;
}
#row1.employer {
	background: url(../images/bg_row1_employer.jpg);
}
#row1.about {
	background: url(../images/bg_row1_about.jpg);
}
#row1.bank {
	background: url(../images/bg_row1_bank.jpg);
}
#row1.seek {
	background: url(../images/bg_row1_seek.jpg);
}
#row1.hot {
	background: url(../images/bg_row1_hot.jpg);
}
#row1.contact {
	background: url(../images/bg_row1_contact.jpg);
}
	#row1 #homer {
		position: absolute;
		top: 35px;
		left: 40px;
		height: 80px;
		width: 270px;
	}

#row2 {
	background: url(../images/bg_row2.jpg) no-repeat;
	height: 167px;
	overflow: hidden;
	width: 1000px;
}
#row2.bank {
	background: url(../images/bg_row2_bank.jpg);
}
#row2.seek {
	background: url(../images/bg_row2_seek.jpg);
}
#row2.hot {
	background: url(../images/bg_row2_hot.jpg);
}
#row2.contact {
	background: url(../images/bg_row2_contact.jpg);
}
#row2.employer {
	background: url(../images/bg_row2_employer.jpg);
}
#row2.about {
	background: url(../images/bg_row2_about.jpg);
}
	#row2 .padding {
		padding: 10px 30px;
	overflow: hidden;
	}
#nav {
	height: 36px;
	background: url(../images/bg_nav.jpg) no-repeat;
	color: #fcfcfc;
	overflow: hidden;
	width: 1000px;
}
#nav.bank {
	background: url(../images/bg_nav_bank.jpg);
}
#nav.seek {
	background: url(../images/bg_nav_seek.jpg);
}
#nav.hot {
	background: url(../images/bg_nav_hot.jpg);
}
#nav.employer {
	background: url(../images/bg_nav_employer.jpg);
}
#nav.about {
	background: url(../images/bg_nav_about.jpg);
}
	#nav .padding {
		padding: 0px 10px;
	overflow: hidden;
	}
	
#content {
	background: url(../images/bg_content.jpg) repeat-y top;
	min-height: 400px;
	color: #fcfcfc;
	position: relative;
	width: 1000px;
	overflow: auto;
}
	#content .padding {
		padding: 15px 25px 15px 265px;
	}
	#content a {
		color: #fcfcfc;
	}

#row3 {
	height: 91px;
	background: url(../images/bg_div.jpg) no-repeat top;
}
	#row3 .padding {
		padding: 0px 10px;
		color: #333333;
	}

#row4 {
	height: 29px;
	background: url(../images/bg_row4.jpg) no-repeat;
	color: #fcfcfc;
}
	#row4 .padding {
		padding: 0px 10px;
	}

#tag {
	font-size: 82%;
}
	#tag .padding {
		padding: 15px 25px;
	}

#floatRight {
	float: right;
	width: 180px;
	display: block;
	min-height: 400px;
	overflow: auto;
}
	#floatRight .padding {
		padding: 0px 0px 0px 12px;
	}












