html, body{
			width: 100%;
			margin: 0;
			padding: 0;
			background: url(../graphics/bkg.png) repeat;
			font-size: 100%;
			/*font-family:"lucida grande",tahoma,verdana,arial,sans-serif;*/
			/*font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif;*/
			/*font-family:  Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
			font-family: Goudy Old Style, Georgia, Times, serif;
		}

#top{
	width: 100%;
	height: 10px;
	margin: 0;
	padding: 0;
	background: #000;
}

#wrapper{
			width: 550px;
			margin: 0 auto;
			padding: 0;
			background: transparent;
		}
		
#cover{
	margin: 0;
	width: auto;
	height: auto;
	padding: 20px;
	background: #fafafa;
	border-bottom: dotted 1px #000;
}

.type{
	font-size: 80%;
        font-style: italic;
}

#content{
	margin-top: 0;
	padding: 10px 25px 0 25px;
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
	background: #fafafa;
}

/*NAVIGATION*/
#nav{
	margin: 0;
	padding: 5px;
	width: auto;
	font-size: 110%;
	color: #000;
	background: #fafafa;
}

#nav ul{
	margin: 0 auto;
	padding: 0;
	width: 50%;
}

#nav ul li{
	margin: 0;
	padding-right: 10px;
	display: inline;
}

.button{
	cursor: pointer;
}

#networks{
	display: none;
}

#contact{
	display: none;
}
/*END NAVIGATION*/


		#cover h1{
			margin: 0;
			padding: 0;
			display: inline;
		}
		
		#cover p{
			font-size: 90%;
			font-style: italic;
			margin: 0 0 10px 0;
			padding: 0;
		}
		
		#cover img{
			float: right;
			margin: 0px;
			padding: 0;
		}
		
		#content h1{
			font-size: 98%;
			margin: 0;
			padding: 0;
			display: inline;
		}
		
		#content p{
			font-size: 90%;
		}
		
		#content ul li{
			font-size: 90%;
		}
		
		#content a.vc{
			font-size: 80%;
			font-style: italic;
			margin: 0;
			padding: 0;
		}
		
		/*PAST WORK SECTION*/
		
		#past {
			margin: 0 auto;
			padding: 5px 0 0 50px;
			width: 350px;
		}
		
		#past li{
			width: 115px;
			padding-right: 30px;
			display: inline;
			list-style: none;
			text-align: left;
		}
		
		#past img{
			border: 1px dotted #333;
		}
		
		/*NETWORK SECTION*/
		ul.nc{
			margin: 10px 0;
			padding: 0;
			overflow: hidden;
		}
		
		ul.nc li{
			width: 125px;
			height: 32px;
			margin-bottom: 5px;
			list-style: none;
			text-align: left;
			float: left;
		}
		
		ul.nc li a{
			margin-left: 35px;
		}
		
		a.link, a:link.link{
			color: #600;
			text-decoration: none;
		}
		
		 a:hover.link, a:visited.link{
			color: #000;
			text-decoration: none;
			border-bottom: dotted 1px #000;
		}
		
		/*SOCIAL MEDIA ICONS*/
		#twitter{
			background: url(../graphics/icons/twitter_32.png) no-repeat;
		}
		
		#facebook{
			background: url(../graphics/icons/facebook_32.png) no-repeat;
		}
		
		#delicious{
			background: url(../graphics/icons/delicious_32.png) no-repeat;
		}
		
		#digg{
			background: url(../graphics/icons/digg_32.png) no-repeat;
		}
		
		#lastfm{
			background: url(../graphics/icons/lastfm_32.png) no-repeat;
		}
		
		#qik{
			background: url(../graphics/icons/qik_32.png) no-repeat;
		}
		
		#friendfeed{
			background: url(../graphics/icons/friendfeed_32.png) no-repeat;
		}

		/*CONTACT SECTION*/
		ul.cInfo{
			margin-top: 5px;
			padding: 0;
		}
		
		ul.cInfo li{
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		a.vc, a:link.vc{
			color: #600;
			text-decoration: none;
			font-size: %80;
		}
		
		 a:hover.vc, a:visited.vc{
			color: #000;
			text-decoration: none;
			border-bottom: dotted 1px #000;
			font-size: %80;
		}
		
		/*FOOTER*/
			#footer{
				margin: 0;
				padding: 0;
				width: auto;
				background: #fafafa;
			}
			
			#footer p{
				margin: 0;
				padding: 5px;
				font-size: 75%;
				text-align: center;
				color: #000;
			}
			
			a.footer, a:link.footer{
				color: #600;
				text-decoration: none;
			}
			
			a:visited.footer, a:hover.footer{
				color: #000;
				text-decoration: none;
				border-bottom: dotted 1px #000;
			}
			
			
		/*END FOOTER*/
