#container {
width: 1000px;
margin: 0 auto;
text-align: center;
}

body, table {
	margin: 0px;
	font-family: arial;
	color: #3d3d3d;
	font-size: 8.5pt;
	background-color: #f5f5f5;
}

input, textarea {
	font-family: arial;
	color: #3d3d3d;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #f5f5f5;
	text-align: justify;
}

A:link{COLOR: #3d3d3d; text-decoration: none; font-weight: normal;} 
A:visited{COLOR: #3d3d3d; text-decoration: none; font-weight: normal;} 
A:active{COLOR: #3d3d3d; text-decoration: none; font-weight: normal;} 
A:hover{COLOR: #262626; text-decoration: none; font-weight: normal;} 

#lines01{ 
	position: relative;
	left: 35px;
	top: 15px;
}

#lines02{ 
	position: relative;
	left: 35px;
	top: 85px;
}

#header{ 
	position: relative;
	left: 35px;
	top: 35px;
}

#menu{ 
	position: relative;
	left: 325px;
	top: 35px;
}

#contact{ 
	position: relative;
	left: 850px;
	top: 35px;
}

#details{ 
	position: relative;
	left: 35px;
	top: 100px;
  	width: 950px;
  	text-align: justify;
  	line-height: 18px;
}

#main{ 
	position: relative;
	left: 325px;
	top: -250px;
    width: 650px;
    line-height: 18px;
}

.portfolio {
	font-family: arial;
	color: #3d3d3d;
	font-size: 8.5pt;
	font-weight: bold;
	text-transform: uppercase; 
	line-height: 1.4em;
	padding: 0;
	margin: 0; 
} 

.description {
	font-family: arial;
	color: #3d3d3d;
	font-size: 8pt;
	text-transform: uppercase; 
	line-height: 1.4em;
	padding: 0;
	margin: 0; 
} 

.year {
	font-family: arial;
	color: #20c5cc;
	font-size: 8pt;
	text-transform: uppercase; 
	line-height: 1.4em;
	padding: 0;
	margin: 0; 
} 

