
/* RESET */
* {
	margin: 0;
	padding: 0;
}



/* STRUCTURE */

body 									{background: #000;	}

#wrap-main								{background: url(http://jeffboeck.mandipardo.com/images/design.png) bottom center #000 no-repeat; margin: 40px auto 40px auto; height:600px;  width: 800px;}

#nav-wrap								{float: left; width:140px; margin-left:30px;}

#content-wrap							{float: left; margin-left: 203px; margin-top:132px; width: 541px; height:360px; overflow-y: scroll;}


.button									{padding: 5px; margin: 5px; background-color:#666666; text-decoration: none; color:#FFFFFF; -moz-border-radius:5px; -webkit-border-radius: 5px; }
.button:hover							{padding: 5px; margin: 5px; background-color:#171717; text-decoration: none; color:#FFFFFF; -moz-border-radius:5px; -webkit-border-radius: 5px; }

h1										{font-size:150%; color:#171717; font-family:Georgia, "Times New Roman", Times, serif;}

p										{font-family:Georgia, "Times New Roman", Times, serif; font-size:18px;}

.thumb									{height: 100px; width:100px; margin: 10px; }

/* NAVIGATION*/



.hide 									{visibility:hidden;}
#home									{float:left; position: absolute; margin-top:11px; margin-left:18px; height:98px; width: 89px; text-decoration:none; background:none;}
#homebutton								{float:left; position: absolute; margin-top:123px; margin-left:0px; height:66px; width: 144px;text-decoration:none; background:none;}
#bio /* about you */					{float:left; position: absolute; margin-top:193px; margin-left:0px; height:66px; width:	144px;text-decoration:none; background:none;}
#artwork  /* portfolio */				{float:left; position: absolute; margin-top:263px; margin-left:0px; height:66px; width: 144px;text-decoration:none; background:none;}
#resume/* Resume */						{float:left; position: absolute; margin-top:333px; margin-left:0px; height:66px; width: 144px;text-decoration:none; background:none;}

