body {
	background:#ff008a url(../imgs/bgstrip.jpg) top left repeat-x;
	color: white;
	font-family: Helvetica;
	font-size: 10px;
	position: absolute; 
}
#itemContainer {
	position: relative; 
	float: left; 
	z-index:1;
	height: 312px; 
	width: 2400px; 
	margin:14px 34px;
	
}
h1{
	position:absolute;
	z-index: 5;
	margin:0px;
	padding:5px 20px;
	top:312px;
	left:20px;
	right:20px;
	color: #96004a;
	font-size: 30px;
	position: fixed;
	text-align: right;
	background: #FFF;
}
#buffer{
	position:fixed;
	z-index:3; 
	top:0px;
	left:0px;
	width:69px;
	height:312px;
	/*background:#ff008a url(../imgs/bgstrip.jpg) top left repeat-x;*/
}
#buffer2{
	position:fixed;
	z-index:500; 
	top:0px;
	right:0px;
	width:69px;
	height:312px;
	/*background:#ff008a url(../imgs/bgstrip.jpg) top left repeat-x;
	*/
}
h1 .date {
	color:#ff7dbd;
}
h2 {
	margin:0px;
	padding:1px 4px;
	font-weight: bold;
	color:#ff008a;
	font-size: 12px;
	background:#FFF;
	text-align: right;
}

.item {
	float: left;
	width:191px;
	height:312px;
	padding:0px;
	margin: 0px;
	margin-right:71px;
	color:white;
}
#navbar {
	position: fixed;
	z-index:149;
	margin:0px;
	padding:5px 20px;
	top:360px;
	left:20px;
	right:20px;
	color: #96004a;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	border-bottom:1px solid #96004a;
}

#footer {
	position:fixed;
	z-index: 150;
	height:19px;
	margin:0px;
	padding:5px 20px 0px 20px;
	bottom:0px;
	left:20px;
	right:20px;
	color: #f40082;
	font-weight: bold;
	font-size: 10px;
	background: #FFF;
}

#home, #contact, #musings,#news,#resume {
	position:fixed;
	top:392px;
	left:40px;
	right:40px;
	text-align: right;
	display:none;
}

#newsLeft, #newsRight{
	float:right;
	margin-left:50px;
}
#newsRight {
	margin-left:0px;
}


#home a, #contact a, #musings a,#news a,#resume a {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#home p, #contact p, #musings p,#news p,#resume p {
	padding:0px;
	margin:0px 0px 7px 0px;
}
.darken {
	color:#76003f;
}
#education, #experience,#clients {
	float:right;
	margin-left:50px;
}
h3 {
	margin:0px 0px 10px 0px;
	padding:1px 4px;
	font-weight: bold;
	color:#ff008a;
	font-size: 12px;
	background:#FFF;
}
#clients ul li {
	list-style-type: none;
}


#comment,#thanks {
	color:#b90064;
	text-align: left;
	float:left;
}
#nav, #footercopy {
	float:right;
}
#nav a{
	color: #96004a;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	
}
#nav a:hover{
	color: #FFF;
	font-size: 10px;
	text-decoration: line-through;
}
p {
	padding:0px;
	margin:0px;
	font-weight: normal;
}
.title{
	width:inherit;
	text-align: right;
	line-height: 10px;
}
.titleText {
	height:56px;
}
.title p.acct {
	padding:5px 4px 13px 4px;
}
.title p.role {
	font-size: 9px;
	padding:0px 4px 10px 4px;
}
.thumbnail {
	width:191px;
	height:126px;
	vertical-align: middle;
	text-align: center;
	margin:0px;
	padding:0px;
	background-color: #FFF;
}
.thumbnail img{
	margin-top: 6px;
	border-style: none;
	display:inline;
}
.item ul{
	margin:7px 4px;
	padding:0px;
	list-style-type: none;
}
.item ul li {
	margin:0px 0px 1px 0px;
	padding: 0px;
	
}
.item a {
	font-size: 10px;
	color:white;
	text-decoration: none;
}
.item a:hover {
	color:#76003f;
}
.item a:active {
	color:#ffea00;
}
.item a:visited {
	color:#ff79c0;
	text-decoration:line-through;
}
.blnk {
	text-decoration:blink;
}
.under {
	text-decoration:underline;
}