#site-body{
	width:100%;
	height:100%;
	font-family: georgia;
	top: 0px;
	left:0px;
	position: absolute;
	background-color: rgb(26,26,26);
}
#header, #sec-2, #sec-4, #footer{
	background-color: rgb(26,26,26);
}

#my-title{
	font-size: 36pt;
}

#my-tagline{
	font-size: 10pt;
}
#sec-1, #sec-3{
	background-color:rgb(77,77,77);
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
}

#sec-1 p, #sec-1 h2, #sec-1 h3{
	margin-top: 0px;
	margin-bottom: 0px;
}

#sec-1 p, #sec-1 ul{
	font-size: 10pt;
}
#sec-2{
	height: 150px;
}

#header, #sec-4 {
	height: 125px;
}

#sec-4{
	height: 80px;
}

#header{
	color: #ffffff;
	height:110px;
}

#footer{
	height:25px;
	text-align:center;
	color: #ffffff;
	font-size: 10pt;
}

#footer a, a{
	color:#ffffff;
}

#circle-1{
	background-image: url("images/top_circle_1.png");
	top: 32px;
}


#circle-2{
	background-image: url("images/top_circle_2.png");	
	background-position: bottom;
}

#circle-3{
	background-image: url("images/bottom_circle_2.png");
}

#circle-2, #circle-3{
	background-repeat: no-repeat;
	position: relative;
	width: 260px;
	height:100px;
	left: 139px;
}

#circle-4{
	background-image: url("images/bottom_circle_1.png");
}

#sec-2 #headshot{
	position: absolute;
	z-index: 3;
	top: 158px;
	left: 158px;
}

#sec-2 #icons{
	position: absolute;
	z-index: 2;
	width: 300px;
	top: 232px;
	left: 420px;
}

#sec-2 #icons a img{
	border-style: none;
}
#top{
position: absolute;
	z-index: 2;
	left: 455px;
}
#icons ul{
	list-style-type: none;
}

#icons ul li{
	float: left;
	margin-right: 20px;
}


#circle-1, #circle-4{
	background-repeat: no-repeat;
	position: relative;
	width: 356px;
	height:78px;
	left: 100px;
}

#content{
position: absolute;
	z-index: 2;
	left: 455px;
	font-size: 10pt;
}
