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

/* ---------- basic styling ---------- */
* {
	margin: 0px;
	padding: 0px;
	border: 0;
}

body{
	background-color: #434242;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
	
#wrapper{
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #434242;
	overflow: hidden;
	}
	
#clear{
	clear: both;
	}
	
/* -------- position container elements --------*/

#header{
	position: relative;
	height: 128px;
	background: url(../images/aboutmeimages/topBar.jpg) no-repeat;
	}
	
#header #logoText{
	position: absolute;
	top: 0;
	left: 65px;
	width: 497px;
	height: 134px;
	font-size: 58px;
	padding-left: 0.3em;
	padding-top: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: -0.06em;
	}
	
#header ul{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 490px;
	top: 72px;
	list-style: none;
	width: 159px;
	height: 40px;
	font-style: normal;
	height: 40px;
	background: url(../images/indeximages/aboutoff.png) no-repeat top left;
	}

	
/* ---------- main content styling ----------*/

#leftBar{
	position: relative;
	width: 270px;
	height: 472px;
	background: url(../images/aboutmeimages/leftBar.jpg) no-repeat;
	}
	
#leftBar ul{
	position:absolute;
	list-style: none;
	}	
	
#leftBar ul a{
	position: relative;
	padding-top: .5em;
	left: 85px;
	top: 36px;
	line-height: 1.7em;
	display: block;
	width: 58px;
	height: 30px;
	}
	
#leftBar #blog{
	position: absolute;
	left: 82px;
	top: 152px;
	}
	
#leftBar #image{
	position: absolute;
	right: 12px;
	bottom: 69px;
	background: url(../images/aboutmeimages/jenPhoto.jpg) no-repeat;
	width: 80px;
	height: 108px;
	}
	
#rightBar{
	position: absolute;
	width: 530px;
	height: 472px;
	background: url(../images/aboutmeimages/rightBar.jpg) no-repeat;
	float: right;
	left: 270px;
	top: 128px;
	}
	
#rightBar #text{
	position: absolute;
	width: 425px;
	height: 413px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	}
