@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
}

body {
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size:13px;
}

a:link, a:visited, a:active {
	font: Arial, Helvetica, sans-serif;
	color:#006699;
	text-decoration:none;
}

a:hover {
	font: Arial, Helvetica, sans-serif;
	color:#006699;
	text-decoration: underline;
}

#header {
	z-index:1;
	float:left;
	top:0px;
	left:0px;
	background-image:url(../images/header.jpg);
	height: 150px;
	width:1000px;
	background-position:top left;
	background-repeat:no-repeat;
}


#navigation {
	z-index:1;
	float:left;
	background-image:url(../images/navigation.jpg);
	height:40px;
	background-repeat:repeat-x;
	width:100%;
}

#wrapper {
	top:118px;
	margin:0 auto;
	width: 1000px;
}

#content {
	width:980px;
}

h1 {
	font-size:18px;
}

#links {
	float:left;
	width:1000px;
}

.space {
	margin-left:20px;
	margin-right:20px;
}

#left-column {
	float:left;
	margin-top:20px;
	width:430px;
	margin-right:70px;
	margin-left:30px;
	line-height:20px;
}

#right-column {
	float:left;
	margin-top:20px;
	left:500px;
	width:430px;
	line-height:20px;
}

.project {
	height:100px;
}


/*****TABS****/
#tabs {
	height:20px;
	width:1000px;
}

#tabs.ul {
	height:20px;
}

p.project {
	float:left;
	width:510px;
	height:120px;
}

p.project a {
	color:#0099FF;
}

.details {
	float:left;
	width:450px;
}

#left-column-resume {
	float:left;
	margin-top:20px;
	width:1000px;
	margin-right:110px;
}

#skills1 {
	float:left;
	width:200px;
}

#skills2 {
	float:left;
	width:180px;
}

.indent {
	margin-left:22px;	
}

#resume1 {
	float:left;
	width: 550px;
	margin-left:30px;
	margin-right:30px;
	line-height:20px;
}

#resume2 {
	float:left;
	width: 380px;
	line-height:20px;
}

#download {
	width:700px;
	height:80px;
	margin-left:30px;
}

#footer-navigation {
	z-index:1;
	float:left;
	background-image:url(../images/navigation.jpg);
	height:40px;
	background-repeat:repeat-x;
	width:100%;
}
