body { 
	background: url('stripes.jpg') #dddddd;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: .7em;
	line-height: .9em;
	overflow: hidden;
}

#container {
	width: 950px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
}


/* left column */
#left {
	background: url('side.png') no-repeat;
	width: 130px;
	height: 550px;
	margin: 10px;
	position: relative;
	top: 10px;
	left: 10px;
	padding-top: 50px;
	text-align: center;
}

#left img {
	padding-top: 10px;
}

#left p {
	padding: bottom: 10px;
}

#left ul {
	display: block;
	list-style-type: none;
	padding-left: 0;
	line-height: 4em;
	font-size: 1.1em;
	font-variant: small-caps;
}

#left ul li {
	padding-bottom: 5px;
	height: 25px;
}

#left ul li.current {
	background: url('current.png') no-repeat center bottom;
}

#left a:link {
	text-decoration: none;
	color: #000000;
}

#left a:hover {
	text-decoration: underline;
	color: #000000;
	background: #f6ff00;
}

#left a:active, a:visited {
	text-decoration: none;
	color: #999999;
}

.contact {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 95px;
	width: 100%;
}

/* top part of middle part */
#midtop { 
	background: url('midtop.png') no-repeat;
	width: 650px;
	height: 53px;
	margin: 10px;
	position: relative;
	top: -600px;
	left: 140px;
}



/* main box */
#midmid { 
	background: url('midmid.png');
	width: 570px;
	height: 431px;
	padding: 10px 40px 0px 40px;
	position: relative;
	top: -610px;
	left: 140px;
	margin: 10px;
}

#midmid img.me {
	float: right;
	margin-right: 20px;
	margin-top: 30px;
}

#midmid img {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

#midmid a img {
	border: none;
}

#midmid .line {
	margin-top: 45px;
	margin-right: 75px;
}

#midmid ol {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#midmid ol li {
	display: inline;
	padding: 0;
	margin: 0;
}

#midmid a:link {
	text-decoration: underline;
	color: #999999;
}

#midmid a:hover {
	text-decoration: none;
	color: #aaaaaa;
	background: #f6ff00;
}

#midmid a:active, a:visited {
	text-decoration: underline;
	color: #aaaaaa;
}


/* mid bottom div... */
#midbottom {
	background: url('midbottom.png') no-repeat;
	width: 650px;
	height: 56px;
	position: relative;
	top: -620px;
	left: 150px;
	margin-right: 15px;
}


/* right column (portfolio) */
#right {
	background: url('side.png') no-repeat;
	width: 130px;
	height: 550px;
	margin: 10px;
	position: relative;
	top: -1180px;
	left: 795px;
	padding-top: 50px;
	text-align: center;
	line-height: 1.2em;
}

#right ul {
	display: block;
	list-style-type: none;
	padding: 0;
}

#right ul li {
	display: block;
	list-style-type: none;
	padding: 0;
}

#right ul ul {
	display: block;
	list-style-type: none;
	padding: 0;
}

#right ul ul li {
	display: inline;
	list-style-type: none;
	padding: 3px;
}
	
#right a:link {
	text-decoration: underline;
	color: #999999;
}

#right a:hover {
	text-decoration: none;
	color: #000000;
	background: #f6ff00;
}

#right a:active, a:visited {
	text-decoration: underline;
	color: #aaaaaa;
}



/* various items */
h1 {
	font-weight: normal;
	font-size: 1.1em;
	font-variant: small-caps;
}

h2 {
	font-weight: normal;
	font-size: .9em;
}

.name {
	color: #666666;
}

.download {
	position: absolute;
	bottom: 10px;
	left: 75px;
}






/* boxessssssssssssssssss! */
/* boxes on: */
#box {
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 230px;
	height: 230px;
	float: left;
	padding: 9px;
	margin-left: 20px;
	margin-top: 30px;
}

#textbox {
	text-align: right;
	display: block;
	border: 1px solid #dddddd;
	width: 208px;
	height: 208px;
	padding: 10px;
}


/* boxes on: */
#box2 {
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 180px;
	height: 120px;
	float: left;
	padding: 10px;
	margin-left: 20px;
	margin-top: 120px;
}

#textbox2 {
	text-align: right;
	display: block;
	border: 1px solid #dddddd;
	width: 158px;
	height: 83px;
	padding: 10px;
	padding-top: 25px;
}

/* boxes on: */
#box3 {
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 180px;
	height: 180px;
	float: left;
	padding: 10px;
	margin-left: 20px;
	margin-top: 120px;
}

#textbox3 {
	text-align: right;
	display: block;
	border: 1px solid #dddddd;
	width: 158px;
	height: 145px;
	padding: 10px;
	padding-top: 20px;
}

/* text box with copy */
#box4 {
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 180px;
	height: 210px;
	float: left;
	padding: 10px;
	margin-left: 20px;
	margin-top: 100px;
}

#textbox4 {
	text-align: right;
	display: block;
	border: 1px solid #dddddd;
	width: 158px;
	height: 185px;
	padding: 10px;
}

/* individual pppppppppppppppages */
	/* portfolio - web */
#midmid img.web {
	margin-top:130px;
}

#midmid img.web2 {
	margin-top:120px;
}


	/* portfolio - logos */
#midmid img.mj1 {
	margin-top:180px;
}

#midmid img.mj2 {
	margin-top:70px;
}


	/* resume */
h1.res {
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	text-align: left;
}

#res {
	line-height: .1em;
}

#res p {
	text-align: right;
}

h2.resume {
	color: #666666;
	text-align: right; 
	font-weight: normal;
	font-size: 1em;
	margin-top: 20px;
}

.res1, .res2, .res3, .res4, .res5, .res6, .res7, .res8 {
	display: table-cell;
	width: 150px;
	text-align: right;
}

/*#res ul {
	list-style-type: none;
	display: table-row;
	padding: 0;
	margin: 0;
}

#res ul li {
	display: table-cell;
	padding-right: 20px;
}*/



/*info*/
.info {
	display: block;
	margin-top: 260px;
	margin-right: 20px;
	text-align: right;
}