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


* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	}
#wrapper {
	background-image: url(../Assets/images/bg_dropshadow.jpg);
	position:relative;
	width: 900px;
	margin: 0 0;
	text-align:left;
	background-color: #FFF;
	
	}
	
#clear {
	clear: both;
	}
	
	

	/* ------ position container elements -------*/



#side {
	float:left;
	width: 135px;
	position: fixed;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 30px;
	padding-left: 20px;
	}
	
* html #side { 
	position: absolute; 
	}

#main img {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#main
 {
 float: left;
 width: auto;
 position: relative;
 margin-left: 200px;
 margin-top: 30px;
}
 
 #mainAbout{
 float: left;
 width: 200px;
 position: relative;
 margin-left: 200px;
 margin-top: 30px;

 }
 #workNav {
	padding-top: 30px;
}
 
 .aboutWidth {
  width: 300px;
  }

.logoImg {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

 
	/* ------ typography -------*/


#side {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 1em;
	}

#name {
	line-height: 1.25em;
}

#workNav ul{
font-size: 1em;
}

#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.25em;
	padding-bottom: 1em;
	font-style: normal;
}

.name {
	font-size: 1em;
	font-weight: bold;
}
.material {
	font-size: 1em;
}

.company {
	font-weight: bold;
}
.fullName {
	font-style: italic;
}
.actualTrimSize {
	font-style: normal;
	font-weight: normal;
}
.title {
font
	font-variant: small-caps;
	font-size: .7em;
	letter-spacing: .1em;
}

.workplace {
font-style: italic;
}


	/*------ graphics -------*/	

hr.e {border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 80%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}

hr.f {
	border: none 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

hr.d {border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 0px 0px 40px 0px;
	text-align: left;
	}

hr.g {border: none 0; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #E7E8E9;
	width: 500px;
	height: 1px;
	margin: 0px 0px 40px 0px;
	text-align: left;
	}
	
	/*------- navigation -------*/

A:link {text-decoration: none;
color:#000000
}
A:visited {text-decoration: none;
color:#000000
}
A:active {text-decoration: none;
color:#000000
}
A:hover {
	text-decoration: underline;
	color:#CCCCCC
}

#workNav ul{
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
