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

html { min-height: 100%; margin-bottom: 1px; }
body  {
	background-image: 
	url('img/tile.png');
	background-color:#000;
	background-repeat: repeat
	}
			
			
		a:link { color: #666; text-decoration: none }
		a:hover { color: #E6A518; text-decoration: none }
		a:visited { color: #666; text-decoration: none }			

	
		
#box {
		position:relative;
		margin-right : auto;
		margin-left : auto;
		padding:50px;
		background-color:#000;
		width : 960px;
		height: 500px;
		border:5px solid #151515;
		left:0px;
		top:10px;	
		}					

#flash {
		position:relative;
		width : 800px;
		height: 500px;
		background-color:#000;
		left:-20px;
		top:0px;	
				}
				
div.mainNav {
		font-family:times,serif; color: #fff;
		font-size:13px ;
		line-height:150%;
		position:relative;
		left:20px;	
		text-align:right;
		top:-50px;
		}
				
		
div.logo {
		position:relative;
		left:20px;	
		text-align:right;
		top: -34px;
				}

div.rightText {	
		font-family:verdana, arial; color: #999;
		font-size:10px ;
		line-height:150%;				
		position:relative;	
		width :170px;
		height: 400px;
		text-align:left;
		left:780px;
		top:-548px;
				}
					
div.aboutText {	
		font-family:verdana, arial; color: #999;
		font-size:10px ;
		line-height:150%;				
		position:relative;	
		width :400px;
		height: 400px;
		text-align:left;
		left:540px;
		top:-528px;
								}				
						
			
div.portraitImage {				
		position:relative;
		background-image:url('img/selfPortrait.JPG');	
		width :390px;
		height: 390px;
		left:90px;
		top:50px;
				}
				
div.indexImage1 {				
		position:relative;	
		width :390px;
		height: 390px;
		left:90px;
		top:50px;
				}	
				
div.indexImage2 {				
		position:relative;
		width :390px;
		height: 390px;
		left:520px;
		top:-340px;
								}									
	
