<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY			{
				color: #777777;
				margin: 0;
				padding: 0;

				}
				
#content 		{
				position: relative;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				width: 800px;
				height: 600px;
				background-image: url(../images/bkg.jpg);
				background-attachment: fixed;
				background-repeat: no-repeat;
				background-position: top left;

			
				}
				
#project
				{
				position: absolute;
				left: 10px;
				top: 100px;
				width: 200px;
				height: 450px;
				float: left;
				overflow: hidden;
				text-align: left;
				}
				
			
#header
				{
				position: absolute;
				left: 90px;
				top: 30px;
				width: 680px;
				height: 90px;
				float: left;
				overflow: hidden;
				text-align: left;
				}
				
			
#client
				{
				position: absolute;
				left: 630px;
				top: 30px;
				width: 100px;
				height: 90px;
				float: left;
				overflow: hidden;
				text-align: left;
				}
								
				

#projectView	{
				height: 450px;
				overflow: hidden;
				
				}

							
				
#projectList {				
				position:relative;
				text-align: left;
				font-family: Gill Sans, Lucida, Helvetica, Verdana, sans-serif;
				margin: 0px 0px 0px 20px;					  
				}
#scrollArea
				{
				position: absolute;
				left: 0px;
				top: 0px;
				height: 450px;
				width: 5px;
				overflow: hidden;
				z-index: 1;
				background: #f0f0f0;
			
				}

#scrollTab
				{
				/*	position: absolute;*/
				/*top: -1px;*/
				width: 5px;
				background: #cbcbcb;
				height: 25px;
				cursor: hand;
				cursor: pointer;
				}				
								
#stage
				{
				position: absolute;
				float: left;
				top: 100px;
				left: 200px;
				width: 600px;
				height: 450px;
				overflow: hidden;
				margin: 0 0 0 0px;
			
				}			

#work 			{ 
				position: absolute; 
				left: 0%; 
				top: 0%; 
				}



iframe 			{
				overflow: hidden;
				overflow-x: hidden;
				overflow-y: hidden;
				}

staticFrame 	{
				overflow-x: hidden;
				overflow-y: hidden;
				}


p { color: #000; font-size: 9px; font-family: Gill Sans, Lucida, Helvetica, Verdana, sans-serif; text-decoration: none; }
pre { color: #000; font-size: 1em; font-family: "Times New Roman", Georgia, Times }
blockquote { color: black; font-size: 1em; font-family: "Times New Roman", Georgia, Times }
h1 { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }

a { color: #999999; font-size: 9px; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration: none; text-decoration: none; letter-spacing: 0px;}
a:visited { color: #999999; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; text-decoration: none; letter-spacing: 0px;}
a:hover { color: #555555; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; letter-spacing: 0px;}
a:active { color: #999999; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; text-decoration: none; letter-spacing: 0px;}

tr { border: 0 }

.title {
	color: #888888;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: bold;
}
.text {
	color: #999999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 0px;
}

.info {
	color: #999999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}

.staticFrame 	{
				overflow-x: hidden;
				overflow-y: hidden;
				}</pre></body></html>