@charset "utf-8";
/* CSS Document */

body {
	margin:70px 0 0 0;
	background: url(imgs/bg.jpg) repeat-x; 
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

img {
	border:0px;
}

a:link {
	color: #2e2e2e;
	text-decoration:none;
}
a:visited {
	color: #2e2e2e;
	text-decoration:none;
}
a:hover {
	color: #2e2e2e;
	text-decoration:underline;
}
a:active {
	color: #2e2e2e;
	text-decoration:underline;
}


#content {
	width:708px;
	margin:0 auto;	
}

.portItemLeftCol {
	float:left;
	width:231px;
	height:104px;
	margin-top: 7px;
	margin-right: 7px;
}

.portItemCenterCol {
	float:left;
	width:231px;
	height:104px;
	margin-top: 7px;
	margin-right: 7px;	
}

.portItemRightCol {
	float:left;
	width:231px;
	margin-top: 7px;
	height:104px;
}

#footer {
	float:left;
	margin-top:35px;	
	width:708px;
}

#brandsLeft {
	float:left;
	color:#818181;
	margin-right:20px;
}

#brandsLeft h1 {
	margin:0px;
	font-size: 10px;
	color:#666;
}

#brandsRight {
	float:left;
	color:#818181;
	margin-right:65px;
	margin-top:12px;
}

#resume {
	float:left;
	color:#818181;
}

#footerRight {
	float:right;	
}

#contactInfo {
	float:left;
	text-align: right;
	margin-right:15px;
}

#bear {
	float:left;
}

#rr {
	margin-top:70px;
	padding-top:30px;
	border-top: 1px solid #666;
}

/***** Hovers *****/

div.fadehover {
	position: relative;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
 


