@charset "UTF-8";

body {
	background:url(images/bodyBG.jpg);
}

#logo {
	width:200px;
	height:120px;
	position:absolute;
	z-index:99999;
	top:0px;
	left:0px;
	background:url(images/logo.png) no-repeat top left;
	text-indent:-99999px;
	display:block;
}
#contact a {
	width:200px;
	height:120px;
	position:absolute;
	z-index:99999;
	top:0px;
	right:0px;
	background:url(images/contact.png) no-repeat top left;
	text-indent:-99999px;
	display:block;
}
#work a {
	width:200px;
	height:200px;
	position:absolute;
	z-index:99999;
	top:0px;
	left:0px;
	background:url(images/work.png) no-repeat top left;
	text-indent:-99999px;
	display:block;
}


#container{
	max-width:800px;
	position:relative;
	margin:3% auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
	#container h1, h2, h3{
		font-size:20px;
		color:#333;
		text-align:center;
		padding-bottom:15px;
	}
	#container p, ul, li{
		font-size:12px;
		padding-left:0;
	}
	#container strong{
		padding-bottom:0px;
	}
	#container li{
		margin-left:20px;
	}
#left{
	width:30%;
	background:#ededed;
	border:#000 solid 6px;
	border-radius:10px;
	float:left;
	padding:10px 10px 15px 5px;
	margin-top:200px;
}
	#email a{
		background:url(images/email.png) no-repeat top center #000;
		height:40px;
		width:100%;
		display:block;
		text-indent:-9999px;
		border:#555 3px solid;
		border-radius:5px;
		margin-bottom:15px;
	}
	#call a{
		background:url(images/call.png) no-repeat top center #000;
		height:40px;
		width:100%;
		display:block;
		text-indent:-9999px;
		border:#555 3px solid;
		border-radius:5px;
		margin-bottom:15px;
	}
	#resume a{
		background:url(images/resume.png) no-repeat top center #000;
		height:40px;
		width:100%;
		display:block;
		text-indent:-9999px;
		border:#555 3px solid;
		border-radius:5px;
	}
#right{
	width:60%;
	background:#ededed;
	border:#000 solid 6px;
	border-radius:10px;
	float:right;
	padding:10px 15px 15px 15px;
}

.floatleft{
	float:left;
}
.percent50{
	width:50%;
	margin-top:-10px;
}
#bottomtext{
	font-size:8px;
	font-weight:normal;
	color:#555;
	width:100%;
	text-align:right;
	height:10px;
}
	#bottomtext a{
	font-size:8px;
	font-weight:normal;
	color:#555;
	text-decoration:none;
	}
.cleared{
	clear:both;
}