
body {
	margin: 0 auto;
	font-family:"Helvetica Neue",Helvetica,arial,sans-serif;	
	}

.container{
	left: 0px;
	margin: 0 auto;
	position: absolute;
	width: 1024px;	
}


/*-------------------
TITLE w NAME
------------------- */
.title{

	/*border: blue solid;*/
	z-index: 3;
	width: 974px; /*width 1024 - padding left & right 50 px*/
	height: 70px; /*height 170-padding top25 & padding btm 75px*/
	position: absolute;

	padding-bottom: 75px;
	padding-top: 25px; 
	padding-left: 25px; 
	padding-right: 25px; 

	font-size: 35px;
	font-weight: bold;
	line-height: 25px;
}

.titlefade{

	z-index: 1;
	width: 974px; /*width 1024 - padding left & right 50 px*/
	height: 70px; /*height 170-padding top25 & padding btm 75px*/
	position: absolute;

	padding-bottom: 75px;
	padding-top: 25px; 
	padding-left: 25px; 
	padding-right: 25px; 

	background-image:url('../images/titlefade.png');
	background-repeat: repeat-x;
}

	/*-------------------
	Engly Chang Link Style
	------------------- */
	.title a:link,
	.title a:active,
	.title a:visited{
		color: #000000;
		text-decoration: none;
	}
	.title a:hover{
		color: #e94d10;
		text-decoration: none;
	}




.title .subtext{
	font-size: 15px;
	font-weight: normal;
	color: #888888;
}

	/*-------------------
	Designer in New York... Link Style
	------------------- */
	.title .subtext	a:link, a:active, a:visited, a:hover{
		color: #e94d10;
		text-decoration: none;
	}


/*-------------------
NAVIGATION
------------------- */
.nav {
	/*border: red solid;*/

	z-index: 2;
	position: fixed;

	width:215px; /*240px-paddingleft25*/
	padding-left: 25px;
	padding-top: 170px;

	height:1000px;
	
	font-family: Georgia, Serif;
	font-size: 13px;
	
}

.navfade {
	background-image:url('../images/fadenavbg.png');
	background-repeat: repeat-y;
	
	z-index: 1;
	position: fixed;

	width:215px; /*240px-paddingleft25*/
	padding-left: 25px;
	padding-top: 170px;

	height:1000px;
}

.nav .type{
	font-family:"Helvetica Neue",Helvetica,arial,sans-serif;	
	font-size: 11px;
	color: #888888;
}

		/*-------------------
		NAVIGATION LINK STYLE
		------------------- */
.nav a:link,
.nav a:active,
.nav a:visited{
	color: #333333;
	text-decoration: none;
}

.nav a:hover{
	color: #e94d10;
	text-decoration: none;
}

.nav .current {
	color: #e94d10;
	font-weight: bolder;
}









/*-------------------
Main Content
------------------- */

.maincontent{
	/*border: yellowgreen solid;*/

	position: relative;
	left: 240px;
	top: 170px;
	width:759px; /*1024-paddingleft25-navwidth240*/
	
	padding-right: 25px;

	color: #333333;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}
.maincontent .projectname{
	font-family: ‘Times New Roman’, Times, serif;
	font-size: 15px;
	
	
}
.maincontent .company{
	color: #888888;	
}


	/*-------------------
	Main Content Copy Link Style
	------------------- */
	.maincontent a:link, a:active, a:visited, a:hover{
		color: #e94d10;
		text-decoration: none;
	}
	
ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
li
{
background-image: url(../images/triangle.gif);
background-repeat: no-repeat;
background-position: 0px 3px;
padding-left: 14px;
}	

	

img {
	border: 0;	
}

