@charset "UTF-8";
/* CSS Document */
img {
	border: none;
	behavior: url(iepngfix.htc);
}
.bg {
	z-index:0;
}
body {
	background: #EFEFEF url(images/EImoto.png) no-repeat top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	border: none;
	padding:140px 0px 0px 0px;
}
#wrapper {
	min-height: 660px;
}
#topbar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 139px;
	z-index: 1000;
	background: url('images/top_bar_bg.jpg'); background-repeat: repeat-x;
}
#topbar img {
	display: block;
}
td.leftborder {
	background: url('images/left_shadow.png') repeat-y;
}
td.rightborder {
	background: url('images/right_shadow.png') repeat-y;
}
td.bottomborder {
	height: 6px;
	background: url('images/bottom_shadow.png') repeat-x;
}
td.leftcorner {
	background: url('images/left_corner_shadow.png') no-repeat;
}
td.rightcorner {
	background: url('images/right_corner_shadow.png') no-repeat;
}
#bottomborder2 {
	background: url('images/bottom_shadow.png') repeat-x;
}
#sec6, #sec7 {
	padding-left:25px;
	padding-right:25px;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
}
#sec5, #sec4, #sec3, #sec2, #sec1 {
	padding-left:25px;
	padding-right:25px;
	color:#666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	z-index:50;
	height:50px;
	width: 550px;
	float:left;
	padding-left:20px;
	font-size:24px;
	font-weight: normal;
	color:#999999;
}
h2 {
	font-size:18px;
	color:#666666;
	font-weight: normal;
	margin: 0px;
}
.projects {
	float:left;
	font-size:15px;
	color:#FFFFFF;
	font-weight:lighter;
	line-height:18px;
	padding-left:20px;
	width:780px;
	height:475px;
	
}
.column_left {
	color:#222222;
	float: left;
	padding-left:20px;
	font-size:13px;
	width:240px;
	height:480px;
}
.column_left2 {
	
	color:#222222;
	float: left;
	padding-left:20px;
	font-size:13px;
	width:240px;
}
.column_right {
	color:#222222;
	font-size:13px;
	padding-right:20px;
	width:240px;
	float:right;
	height:480px;
}
.column_right2 {
	color:#222222;
	font-size:13px;
	padding-right:20px;
	width:240px;
	float:right;
}
.column_middle {
	color:#222222;
	float: left;
	font-size:13px;
	padding-left:20px;
	width:240px;
	height:480px;
}
.column_middle2 {
	color:#222222;
	float: left;
	font-size:13px;
	padding-left:20px;
	width:240px;
}
.column_left_wide {
	color:#222222;
	float: left;
	padding-left:20px;
	font-size:13px;
	width:500px;
}
.column_right_wide {
	color:#222222;
	font-size:13px;
	padding-right:20px;
	width:500px;
	float:right;
}
.column_left_wide2 {
	padding-left:20px;
	margin-top:-15px;
	width:500px;
	float:left;
	font-size:15px;
	color:#FFFFFF;
	font-weight:lighter;
	line-height:18px;
}
a {
	color: #FF4400;
	text-decoration: none;
}
a:hover {
	color:#666666;
}
div.heightfix {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
div.badgeholder div.ybad {
	color: #666;
}
div.badgeholder div.ybad a {
	color: #f40;
}

