* {
		margin: 0;
		padding: 0;
										}


	body {
		background: #fff;
		font-size: 10px;
		color: #000000;
		font-family: Andale Mono, sans-serif;;
		line-height: 13px;
		letter-spacing: 0px;

										}


	a {
		color: #333333;
		background-color: transparent;
		text-decoration: none;
		/*border-bottom: 1px solid #dddddd;*/
		padding: 0 0 0 0;
										}


	a:active {
		color: #333333;
		background-color: transparent;
		text-decoration: none;
		/*border-bottom: 1px solid #000;*/
		padding: 0;
										}


	a:visited {
		color: #333333;
		background-color: transparent;
		text-decoration: none;
										}


	a:hover {
		color: #333333;
		background-color: #ffff33;
		/*border-bottom: 1px solid #000;*/
		text-decoration: none;
										}


	a:focus {
		outline: none;
										}


	a img {
		border: none;
										}



	a:hover.red {
		color: #dd0000;
										}


/* 
	#frametop {
		position: fixed;
		top: 0;
		left: 0;
		height: 6px;
		width: 100%;
		background: #fff;
		z-index: 104;
										}


	#framebtm {
		position: fixed;
		bottom: 0;
		left: 0;
		height: 6px;
		width: 100%;
		background: #fff;
		z-index: 103;
										}

	#frameleft {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 6px;
		background: #fff;
		z-index: 102;
										}

	#frameright {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 6px;
		background: #fff;
		z-index: 101;
										}
*/


	#menu {
		width: 205px;
		overflow: auto;
		top: 0;
		left: 0;
		position: fixed;
		height: 100%;
		background-color: transparent;
										}


	#menu ul {
		list-style: none;
		margin: 0 0 3px 0;
										}


	#menu ul li.section-title {
		color: #000;
		margin: 10px 0 0 0;
										}


	#menu ul li.active a { 
		color: #000;
				background: transparent;
		text-decoration: line-through;
		/*border-bottom: 1px solid #000;*/
										}

	#content {
		height: 100%;
		margin: 0 0 0 300px;
		top: 0;
										}


	.container {
		margin: 0 0 0 0;
		padding: 25px 0 0 25px;
										}


	#content .container { 
		padding-left: 3px; 
										}


	#content p {
		width: 400px;
		margin-bottom: 9;
										}


	p {
		margin: 0 0 1px 0;
										}


		h1 { font-size: 12px; }
		h2 { font-size: 12px; }
		h3 { font-size: 12px; }
		h4 { font-size: 12px; }



	#img-container {
		margin: 0;
		padding: 0;
										}


	#img-container p {
		width: 400px;
		margin: 0;
		padding: 0 0 12px 0;
										}


	#once {
		clear: left;
										}

	#footer {
		position: fixed;
		bottom: 25px;
		left: 25px;
		background: #fff;
		/*filter: alpha(opacity=100);
		opacity: 1.0;
		z-index: 98;*/
		font-size: 10px;
		font-family: Andale Mono, sans-serif;;
		line-height: 13px;
		letter-spacing: 0px;
		text-transform: none;
										}

/* Twitter Status */


	#twitter_div span {
		display: block;
		width: 144px;
										}

	#twitter_div ul {
		margin: 0;
		padding: 0;
										}

	#twitter_div li {
		margin: 0 0 2px 0;
										}


/* Contact Form */


	#contact-overlay {
		background: #fff;
		font-size: 13px;
		color: #000;
		font-family: Andale Mono, sans-serif;;
		line-height: 18px;
		letter-spacing: 0px;
		cursor: wait;
		position: relative;
		width: 12;
		margin-top: 0;
		margin-left: 0;

										}


	#contactForm { 
		padding-top: 36px; 
										}


	#contact-container {
		padding: 0px;
		width: 100%;
										}


	#contact-container .contact-input {
		font-size: 13px;
		color: #000;
		font-family: Andale Mono, sans-serif;;
		line-height: 18px;
		letter-spacing: 0px;
		padding: 3px;
 
										}


	#contact-container .contact-loading {
		position: absolute; 
		background: url(http://danielpagan.com/ndxz-studio/site/img/loadingAnimation-whbg.gif) no-repeat; 
		z-index: 8000; 
		height: 16px; 
		width: 16px; 
		margin: 0 0 0 0; 
		padding: 0;
										}


	#contact-footer {
		position: relative;
		font-size: 12px;
		margin-left: 80px;
		margin-bottom: 14px;
		padding-top: 20px;
		}