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

body {
	background-color:#f4f3eb;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

body IMG {
	border:0px;
}

#container{
	width:920px;
}

.logo {
	position:relative;
	left:-190px;
}

.tagline {
	position:relative;
	top:-100px;
	left:240px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	color:#363636;
}

.elsewherelinks a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	color:#363636;
	text-decoration:none;
}

.elsewherelinks p a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	color:#000000;
	text-decoration:none;
	
}

.elsewherelinks p a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	color:#363636;
	text-decoration:none;
}

#resume {
	position:absolute;
	left:0px;
	top:190px;
}

#creative {
	position:absolute;
	left:0px;
	top:370px;
}