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

body {
	margin: 0;
	background:#FFFFFF;
}

	#wrapper {
	width: 1000px;
	height:760px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -512px;
	}
	
	#navigation{
	position:absolute;
	top:200px;
	left:434px;
	width: 551px;
	margin-left: -202px;
	}


	/* Button Styles for the hover effect */
	
a {
	color: #a8a8a8;
	text-decoration: none;
	}		
	
a:hover {
	color: #ec008c;
	}

	
	#nav-home {
	width: 75px;
	height: 20px;
	font: bold 18px Helvetica;
	position: absolute;
	top:20px;
	left:11px;
	background: transparent url(../images/lines.gif) top right no-repeat;
	}
	
	#nav-portfolio {
	width: 97px;
	height: 20px;
	font: bold 18px Helvetica;
	position: absolute;
	top:20px;
	left:89px;
	background: transparent url(../images/lines.gif) top right no-repeat;
	margin-left:-1px;
	}

	#nav-resume {
	width: 92px;
	height: 20px;
	font: bold 18px Helvetica;
	position: absolute;
	top:20px;
	left:188px;
	background: transparent url(../images/lines.gif) top right no-repeat;
	margin-left:-2px;
	}

	#nav-email {
	width: 57px;
	height: 22px;
	font: bold 18px Helvetica;
	position: absolute;
	top:20px;
	left:280px;
	margin-left:-1px;
	/*background:transparent url(../images/email.jpg) top left no-repeat;*/
	}

	

/* End the button styles */


	#content {
	width: 1000px;
	position:relative;
		}
	
	#header {
	background-image:url(../images/header.png);
	height:80px;
	width:544px;
	position:absolute;
	top:117px;
	left:54px;
	}
	
	#artwork {
	background-image:url(../images/artwork.jpg);
	height: 760px;
	width:164px;
	position:absolute;
	top:0px;
	left: 660px;
	background-repeat:repeat-y
		}
		
		
	#copy {
	width: 549px;
	height: 589px;
	position:absolute;
	top: 105px;
	left: 40px;
	background: transparent url(../images/content_holder.png);

		}
		
	#copy_port h1 {
	font: bold 16px/150% Helvetica;
	color: #F90088;
	position:absolute;
	left: 92px;
	top: 270px;
	width: 433px;
	height: 163px;

		}	
		
	h1 {
	font: bold 16px/150% Helvetica;
	color: #F90088;
	position:absolute;
	left: 62px;
	top: 165px;
	width: 433px;
	height: 163px;
		}
		
	#copy p {
	font: normal 14px/200% Helvetica;
	color: #F90088;
	position:absolute;
	left: 62px;
	top: 368px;
	width: 433px;
	height: 163px;
		}
		
	#box {
	background-image:url(../images/box.jpg);
	height: 193px;
	width: 545px;
	position:absolute;
	top:247px;
	left:54px;
	}
	
	#art {
	height: 234px;
	width: 548px;
	position:absolute;
	top:462px;
	left:63px;
	}
	
	#sprinkles {
	background-image:url(../images/1.jpg);
	height: 223px;
	width: 93px;
	position:absolute;
	top:-10px;
	left:2px;
	}
	
	#cd {
	background-image:url(../images/2.jpg);
	height: 222px;
	width: 85px;
	position:absolute;
	top:-11px;
	left:95px;
	}
	
	#mag_ad {
	background-image:url(../images/3.jpg);
	height: 225px;
	width: 85px;
	position:absolute;
	top:452px;
	left:243px;
	}
	
	#newsletter {
	background-image:url(../images/4.jpg);
	height: 221px;
	width: 85px;
	position:absolute;
	top:453px;
	left:327px;
	}
	
	#flash {
	background-image:url(../images/5.jpg);
	height: 221px;
	width: 85px;
	position:absolute;
	top:453px;
	left:412px;
	}
	
	#logos {
	background-image:url(../images/6.jpg);
	height: 221px;
	width: 92px;
	position:absolute;
	top:451px;
	left:496px;
	}
			
	#definition {
	position:absolute;
	width: 199px;
	height: 752px;
	top: 0px;
	left: 827px;
	background: transparent url(../images/pic.gif) top left no-repeat;
	text-indent: -7000px;
		}
		
	#footer {
	width: 100%;
	height: 40px;
	background-color:#F90088;
	padding: 0;
	margin: 0;
	}
		
	#footer p {
	color: #fff;
	font: normal 10px  "Helvetica";
	padding:15px 0 0 185px;
		}
		
	