html{
	margin:0px;
	padding:0px;
	height: 100%;
	width:100%;
	min-height:100%;
}

body {	
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	min-width:720px;
	min-height:100%;
	text-align: center;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-image: url(bg.gif);
	background-repeat: repeat;
}

a:link {
	color: #FFF;
}
a:visited {
 	color: #CCC;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
	text-align: center;
}

#container{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-color:#414042;
}

#logo{
	padding-top: 15px;
	margin-bottom: 15px;
}	

#logo a{
	border: 0;
}	

#nav {
	text-align: center;
	margin-top: 100px;
}

#nav li{
	display:inline;
	list-style-type: none;
	border: 0px;
	padding: 2px;	
}

#contact {
	margin-top:60px;
}

#social {
	text-align: center;
	margin: 0 auto;
}

#social li{
	display:inline;
	list-style-type: none;
	border: 0px;
	padding: 2px;	
}

#copyright{
	width:960px;
	background-color: #4D4D4F;
	position:fixed;
	text-align:center;
	bottom:0;
	font-size:9px;
}

#copyright p{
	margin: 0px;
	padding: 0px;
}

#work table{
	margin-left: auto;
	margin-right: auto;
	margin-top:90px;	
}

#work td{
	padding-bottom: 1em;
}

#wrapper { 
  text-align: left;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
} 

#aboutimg {
	float:left;
	margin-right:15px;
} 

#abouttxt {  
	font-size:12px;
	text-indent:1em;
}

p#resume {
	text-align: center;
}

#signature {
	text-align: right;
}

ul {
padding-left: 0px;
}

ol {
padding-left: 0px;
}