/* CSS Document */

#about {
	float:left;
	width:567px;
	background:url(../images/homecross.gif) repeat-y;
	}
	
#abouttop {
	width:567px;
	height:339px;
	background: url(../images/abouttop.jpg);
	}
	
#aboutpic {
	padding:5px 0 0 67px;
	width: 450px;
	height:285px;
}
	
#about h2 {
	font-size:14px;
	padding:12px 0 5px 0;
	margin:0 0 0 0;
	color:#000;}
	
#skills {
	float:left;
	width:130px;
	padding:12px 30px 10px 30px;
	text-align:right;
}
	
#aboutbottom {
	background:url(../images/homebottom.jpg);
	background-position:bottom center;
	display:table;
	background-repeat:no-repeat;
	min-height:200px;
	height:auto !important;
	height:200px;
	width:567px;}
	
#aboutmiddle {
	clear:both;
	width:567px;
	height:20px;
	background-color:#ededed;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;}
