@charset "utf-8";
body,td,th {
	color: #999;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color:#5081BC;
	text-decoration:none;
	font-weight:0;

}
a:hover{
color:#333333;	
	
}
body {
	background-color: #FFF;
	margin:0px;
}

#container{
	width:900px;
	margin:0px auto;
	padding: 20px;
}

#header{
	height:155px;
	width:900px;
	background-image: url(../images/header/chad_steele_logo.png);
	background-repeat: no-repeat;
}


#content{
	width:900px;
	height: 500px;
	margin-top: 10px;
}

.box {
	width:200px;
	height:120px;
	border:1px solid #cccccc;
	margin: 10px 20px 20px 0px;
}

.box:hover {
	border: 1px dashed;
}

 #header li{
	 list-style:none;
	 display:inline;	

}

 .row li{
	 list-style:none;
	 display:inline;	

}

#sidebar li{
	list-style:none;	
}

.row{
	float:left;
	height: 416px;
}

.row2{
	float:left;
	height: 416px;
	width: 202px;
}

.row2 li{
 	list-style:none;
	display:inline;
}


#footer{
	height:50px;
	width: 900px;
	background-image: url(../images/chad_steele_contact_foot.png);
	background-repeat: no-repeat;
	float: left;
	clear:both;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
}


#sidebar{
	float:left;
	width:219px;
	margin-left: 15px;
	margin-top: 10px;
	font-size: 0.7em;
}

 h5{
	
margin:0px;	
}

 h3{
	
margin:0px;	
}


#links{
	width:300px;
	height:34px;
	position: relative;
	top: 104px;
	left: 550px;
}
	
#fb_link{
	height:28px;
	width:28px;
	text-indent:720px;
	overflow:hidden;
	background-image:url(../images/facebook_icon.png);
	background-repeat:no-repeat;
	position:relative;
	top: 12px;
	display: block;
	left: 872px;
	
}


#fb_link:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	
}


#portfolio_link{
	height:34px;
	width:114px;
	text-indent:720px;
	overflow:hidden;
	display:block;
	background-image:url(../images/header/links/chad_steele_portfolio_link.png);
	background-repeat:no-repeat;
	position:relative;
	left: 0px;
	top: 0px;
	background-position: top;
}

#portfolio_link:hover{
background-position:bottom;	
}



#about_link{
	height:34px;
	width:141px;
	text-indent:720px;
	overflow:hidden;
	display:block;
	background-image:url(../images/header/links/chad_steele_aboutme_link.png);
	background-repeat:no-repeat;
	position:relative;
	left: 150px;
	top: -34px;
	background-position: top;
}

#about_link:hover{
background-position:bottom;	
}


.data{
	float: left;
	width: 644px;
	height: 404px;
	border: 1px solid #cccccc;
	margin-top: 10px;
}

.data_abt{
	float: left;
	width: 644px;
	height: 404px;
	border: 1px solid #ffffff;
	margin-top: 10px;
	font-size: 0.75em;
	text-align: justify;
}
