body {background: #110e16 url(images/sjadesign_bg.jpg) no-repeat top left;
padding: 0px;
margin: 0px;
}

* {padding: 0px;
	margin: 0px;
	}

p {padding-top: 10px;}

#resume {border: #79222d 2px dashed;
	padding: 18px;
	margin: 0px;}

#resume ul {	padding: 0px;
	margin: 10px 10px 10px 40px;
	}

#resume h1 {
	padding: 2px 6px;
	margin: 20px 0px 10px 0px;
	color: #f6efef;
	font-size: 10pt;
	background-color: #79222d;
	}

#resume td {
	margin: 20px 20px;
	}

a:link {color: #570f14;}
a:visited {color: #570f14;}
a:hover {text-decoration: none; color: #8b2d34;}
a:active {text-decoration: none; color: #8b2d34;}

#banner {
	position: absolute;
	top: 70px;
	left: 20px;
	width: 380px;
	height: 110px;
	margin: 0;
	padding: 0;
	background: url(images/spacer.gif) 0px 0px no-repeat;
	}
	
#banner span {
	display: none;
	}
		
#banner a {
	width: 380px;
	height: 110px;
   	display: block;
	}
	
#nav {
	position: absolute;
	top: 128px;
	left: 439px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	z-index: 10;
	}

#nav span {
	display: none;
	}

#nav li, #nav a {
	height: 52px;
   	list-style: none;
	display: block;
	}

#nav li {
	margin-left: 4px;
	float: left;
	list-style: none;
	display: inline;
	}

#navDesign {
	width: 83px;
	background: url(images/nav_design_bg.gif) 0px 0px no-repeat;
	}

#navDesignOn {
	width: 83px;
	background: url(images/nav_design_bg.gif) 0px -54px no-repeat;
	}
	
#navProgramming {
	width: 144px;
	background: url(images/nav_programming_bg.gif) 0px 0px no-repeat;
	}

#navProgrammingOn {
	width: 144px;
	background: url(images/nav_programming_bg.gif) 0px -54px no-repeat;
	}
	
#navResume {
	width: 90px;
	background: url(images/nav_resume_bg.gif) 0px 0px no-repeat;
	}
	
#navResumeOn {
	width: 90px;
	background: url(images/nav_resume_bg.gif) 0px -54px no-repeat;
	}
		
#navDesign a:hover {background: url(images/nav_design_bg.gif) 0px -54px no-repeat; }
#navProgramming a:hover {background: url(images/nav_programming_bg.gif) 0px -54px no-repeat; }
#navResume a:hover {background: url(images/nav_resume_bg.gif) 0px -54px no-repeat; }

#container {
	position: absolute;
	width: 752px;
	top: 198px;
	left: 16px;
	background-color: #f6efef;
	}
	
#content {
	margin: 20px 20px 40px 20px;
	font: 10pt verdana, sans-serif;
	min-height: 120px;
	clear: both;
	}
	
#footer {
	background: #110e16 url(images/bottom_bg.gif) no-repeat top left;
	padding: 3px 14px 20px 14px;
	text-align: right;
	font: 8pt verdana, sans-serif;
	color: #fff;
	clear: both;
	}	
		
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:active, #footer a:hover {
	text-decoration: underline;
	}
	
	
#footerLinks ul {
	height: 19px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	list-style: none;
	display: inline;
	float: left;
	overflow: hidden;
	}

#footerLinks li {
	margin-right: 10px;
	float: left;
	list-style: none;
	display: inline;
	}
	
#copyright {
	color: #ffffff;
	text-align: center;
	margin-top: 12px;
	clear: both;
	}
	
#intro {
	color:#79222d;
	font-weight: bold;
	text-align: center;
	margin: 0px 150px 30px 150px;
	padding: 0px 16px;
	clear: both;
	border-right: #79222d 2px dashed;
	border-left: #79222d 2px dashed;
	}	

#programList {
	margin: 20px 0px 2px 60px;
	padding: 0;
	list-style: none url(images/red_list.gif) outside;
	vertical-align: text-top;
	}
	
#programList li {
        padding-bottom: 14px;
	}

.designBlock {
	width: 706px;
	background-color: #FFF;
	border: #35323a 1px dashed;
	margin-bottom: 40px;
	}

.imageBlock {
	width: 302px;
	margin: 20px 10px 20px 20px;
	padding-right: 20px;
	border-right: #110f16 1px dashed;
	float: left;
	position: relative;

	}
	
.bottomImage {
	position: relative;
	margin-top: 10px;
	}
	
.thumbs {
	margin-top: 10px;
	}
	
.thumbs img {
	border: #110f16 2px solid;
	margin-right: 6px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	}

#th1, #th9, #th5, #th11, #th13, #th15, #th18, #th22, #th26, #th29, #th32, #th40 {
	opacity: 1;
	filter: alpha(opacity=100);
	}
	
.imageMed {
	border: #110f16 2px solid;
	}
	
.imageMed:hover {
  border: #1d6bc5 2px solid;
	  }
  	

.imageBlock span, .bottomImage span {
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	top: 7px;
	right: 25px;
	}

.bottomImage span {
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	top: 7px;
	right: 5px;
	}
	
.imageBlock .zoom, .bottomImage .zoom {
	background: url(images/magnifying.gif) no-repeat;
	}

.desc {
	width: 310px;
	_width: 280px;
	margin: 20px 20px 20px 10px;
	color: #35323a;
	float: right;
	}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}

h1 {
	margin: 0px 0px 10px 0;
	font-size: 11pt;
	}

.desc ul {
	margin: 0 0 0 14px;
	padding: 0px;
	}
	
.desc li {
	padding-bottom: 8px;
	}