
/* POSITIONED DIVS */

body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color:#F6F3EB;
	}
	a:link, a:visited {
		color: #699;
		text-decoration: underline;
		}
		a:hover {
			text-decoration: underline;
		}
	h2 {
		font: 11px Arial, Helvetica, sans-serif;
		color: #797979;
		font-weight: bold;
	}
	.bodyText {
		font: 12px 'Times New Roman', serif;
		color: #000;
		line-height: 20px;
	}
	.infoText {
		font: 13px 'Times New Roman', serif;
		color: #666;
		line-height: 20px;
	}
	.copyright {
		font: 11px Arial, Helvetica, sans-serif;
		color: #699
	}

	.greenbodyText {
		font: 13px 'Times New Roman', serif;
		color: #699;
	}

	a.greenbodyText {
		font: 13px 'Times New Roman', serif;
		color: #699;
	}
	
	.portfolioText {
	    font: bold italic 13px 'Times New Roman';
		color: #966;
	}
	
	.portfolio_sm {
		border: solid; 
		border-width: 1px;
		color: #000;
		margin: 0px 3px 3px 0px;
	}

	#logo { 
   		margin-left: 15px; 
		margin-top: 15px;	
	} 	

	#portfolio_main { 
		margin: 45px 0px 0px 0px;	
		width: 575px;
	} 	
		#portfolio_main_text { 
			margin: 10px 0px 0px 25px;	
		} 	

		#portfolio_header {
		    margin: 5px 0px 18px 0px;
		}

		#portfolio_danceheader {
		    margin: 8px 0px 18px 0px;
		}

		#portfolio_table {
		    margin: 5px 0px 0px 30px;
		}

		#portfolio_quote {
		    margin: 10px 0px 0px 30px;
		}

		#portfolio_large {
			position: relative;
		    margin: -175px 0px 0px 300px;
			border: 1px solid #000;
			width: 100px;
			height: 227px;
		}

/* commented backslash hack v2 \*/
    .outer       {
      position:absolute;
      left:50%;
      top:50%;
      width:600px;
      height:410px;
      margin-left:-300px; 
	  margin-top:-205px;
      }
