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

body {
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	margin:0 auto;
	padding:0;
	text-align: left;
	width:950px;
	font-style: normal;
}



ul{
	list-style:none;
	padding-top:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	text-align: left;
}



a:link, a:visited{
	color: #CC6600;
	text-decoration: none;
}

a:hover, a:active{
	color:#CC6600;
	text-decoration: underline;
}

.content a:link, .content a:visited{
	color: #CC6600;
	text-decoration: none;
}
.content a:hover, .content a:active{
	color:#CC6600;
	text-decoration: underline;
}



/***********  DIV  **************/
#wrapper{
	height:auto;
	text-align: left;
	position: relative;
	margin:0 auto 0 50;
	width:900px;
	float: left;
}

.nav {
	text-align:left;
	float: left;
	position: relative;
	margin-left:0px;
	width:160px;
	border: 0px solid;
	padding: 50px 0px 0px 10px;
	height: auto;
	}


.content{
	position: relative;
	text-align:left;
	float: left;
	width:650px;
	margin: 0px;
	padding: 50px 0px 0px 50px;
	height: auto;
}

.project{
	text-align:left;
	width:480px;
	height:auto;
	margin-left: 0px;
}

.resumeBG{
	background-color:#FFFFFF
	text-align:left;
	width:600px;
	height:auto;
	margin-left: 0px;
	background-color: #333333;
	padding: 10px 20px 10px 20px;
	color:#CCCCCC;
	letter-spacing: 0.05em;
}







/***********  text style  **************/
p{line-height: 1.3;
}

h2{
	font-size:1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-decoration: underline;
	line-height: 1;
	
}

.title{
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1;
}
.subtitle{
font-size: 10px;
line-height:0.5;
letter-spacing: 0.08em;
}

.projectText{
	font-size: 10px;
	padding-left:40px;
	padding-top:2px;
	letter-spacing: 0.09em;
}



.ttimes {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
}



/***********  img  **************/
.imgWeb{
margin-top:3px;
margin-right:10px;
float:left;
}

.clear{
height:40px;
clear:both;

}

