body {
	background-color: #000;
	background-image: url(images/bg-pattern.gif);
	margin: 0;
	padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#title {
	top: 8px;
	left: 0px;
	background-color: #000;
	color:#fff;
	padding: 6px 15px 6px 40px;
	position: absolute;
}

.small {
	color: #666;
	font-size: 7px;
}

#content {
	top: 90px;
	width: 100%;
	background-color: #000;
	position: absolute;
}


/*************************************************************************/    
/* HOME */

#home {
	position: absolute;
	top: 90px;
	width: 100%;
	height: 400px;
	background-color: #000;
	text-align: left;
}
#img {
	position: absolute;
	top: 80px;
	left: 70px;
}
#pagetitle {
	left: 530px;
	top: 32px;
	background-color: #3b3b3b;
	padding: 12px;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 14px;
	position: absolute;
}


/*************************************************************************/    
/* NAVIGATION */

#nav-home {
	top: 55px;
	left: 685px;
	position: absolute;
}
#nav {
	width: 140px;
}
#nav li {
	background-color: #111;
	margin-bottom: 4px;
	margin-left: -40px;
	list-style: none;
}
#nav a {
	color: #ff7f00;
	display: block;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}
#nav a:hover {
	color: #f00;
	background-color: #222;
}
#globalnav {
	top: 640px;
	right: 0px;
	background-color: #000;
	color: #fff;
	padding: 6px 15px 6px 40px;
	position: absolute;
}
#globalnav a {
	color: #fff;
	text-decoration: none;
}
#globalnav a:hover {
	color: #f00;
}


/*************************************************************************/    
/* PORTFOLIO */

#nav-portfolio {
	top: 112px;
	left: 0px;
	position: absolute;
}
#worktext {
	top: 10px;
	right: 0px;
	background-color: #111;
	color: #fff;
	width: 320px;
	padding: 8px;
	position: absolute;
}
#worktext a {
	color: #fff;
}
#worktext a:hover {
	color: #f00;
}


/*************************************************************************/    
/* RESUME */

#nav-resume {
	top: 40px;
	left: 0px;
	position: absolute;
}
#resume { 
	width: 720px;
	top: 0px;
	left: 120px;
	position: absolute;
}
#resume table {
	background: #fff;
	width: 580px;
	padding: 10px 60px 0px 40px;
}
#resume td {
	font-family: Georgia, serif;
	font-size: 12px;
}
#resume li {
	list-style-type: circle;
}
#resume .resume-title {
	font-size: 11px;
	color: #444;
}
#resume .resume-header {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
}
#resume .number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 20%;
	font-size: 9px;
}
#resume a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff7f00;
	font-size: 10px;
	/*text-decoration: none;*/
}
#resume a:hover {
	/*text-decoration: underline;*/
	color: #f00;
}


/*************************************************************************/    
/* CONTACT */

#nav-contact {
	top: 127px;
	left: 0px;
	position: absolute;
}

#form {
	color:#fff;
	/*left: 220px;*/
	margin-left: 20px;
	float: left;
}
#form .small {
	color: #666;
	font-size: 10px;
}
#head {
}

