#guide-wrapper{
	position: relative;
}
#guide-header {
	position: relative;
	left: -310px;
	top: -257px;
}
#guide-header h2 {
	height: 18px;
	width: 550px;
	font-family: Arial;
	font-style: italic;
	color: #FFF;
	font-size: 40px;
	background-color: #000;
	padding: 12px 10px 10px 15px;
	position: absolute;
	left: 500px;
	top: 0;
}

#guide-header h3 {
	height: 18px;
	width: 350px;
	font-family: Arial;
	font-style: italic;
	color: #FFF;
	font-size: 40px;
	background-color: #000;
	padding: 10px;
	position: absolute;
	left: 775px;
	top: 44px;
}

#mystuff-content {
	height: 550px;
	left: 90px;
	top: -190px;
	width: 825px;
	position: relative;
}



#mystuff-vid {
	background:#000;
	height:266px;
	width:580px;
	display:block;
	clear:both;
	border-bottom:solid 4px #888;
	position: relative;
	left: 140px;
	top: 10px;
}

#mystuff-bottom {
	position: relative;
	left: -20px;
	top: 20px;
}

#mystuff-bottom ul{
	width: 230px;
	text-align: center;
}

.mystuff-col1 {
	position: absolute;
	top: 35px;
	left: 40px;
	}

.mystuff-col2 {
	position: absolute;
	top: 35px;
	left: 310px;
}

.mystuff-col3 {
	position: absolute;
	top: 35px;
	left: 580px;
}


.mystuff-list1, .mystuff-list4, .mystuff-list7{}

.mystuff-list2, .mystuff-list5, .mystuff-list8{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	padding: 10px 0px 10px 50px;
}

.mystuff-list3, .mystuff-list6, .mystuff-list9{
	color: #666;
	font-size: 12px;
	padding-left: 40px;
}

/* CTA */
#guide-cta {
	position: relative;
	top: -288px;
	left: 795px;
	z-index: 1;
	width: 150px;
}

#guide-cta div {
	cursor: pointer;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

}

#guide-cta div a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #666;
	border-color: #595959;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	padding: 5px 10px 5px 10px;
}

#guide-cta div a:hover {
	background-color: #999;
}

/* SHARE */
#guide-share {
	position: relative;
	left: 917px;
	top: -330px;
	width: 13px;
}

#shareLinkContainer {
	height:20px;
	left:920px;
	overflow:hidden;
	position:absolute;
	top:-292px;
	width:20px;
}