.yellowinside {
    position: relative;   
    background-color: #FAEA19;
    padding: 5px;
}

#nav_tabs {
	position: relative;
	left: 200px;
	top: 52px;
}

.nav_tab {
	position: relative;
	float: left;
	padding: 6px;
	padding-bottom: 2px;
	margin: 2px;
	background-color: #a9da67;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
	
}

#muzzy_video_wrap {	
	width: 439px;
	height: 331px;
	padding-left: 4px;
	left: -8px;
	position: relative;
    background: url(/img/frontpage/left_1.2.jpg);
    margin: 8px;
}


#muzzy_video 
{
    position: relative;
    top: 110px;
	left: 60px;
}


#muzzy_try_free {
	border: medium none; 
	position: absolute; 
	left: 382px; 
	top: 0pt;
}

#muzzy_pitch {
	height: 283px;
	width: 610px;
	background-color: #f9ea19;	
}

.pitch_button {
	position: relative;
	width: 16px;
	height: 16px;
	background-color: #449acb;
	float: left;
	margin: 1px;
	top: -6px;
}

.pitch_button:hover {
	background-color: #95d0f1;
}

#pitch_button_one {
	background: url(pitch_button_one.gif);
}
#pitch_button_one:hover {
	background: url(pitch_button_one_hover.gif);
}

#pitch_button_two {
	background: url(pitch_button_two.gif);
}
#pitch_button_two:hover {
	background: url(pitch_button_two_hover.gif);
}

#pitch_button_three {
	background: url(pitch_button_three.gif);
}

#pitch_button_arrow {
	background: url(pitch_button_arrow.gif);
	width: 26px;
}
#pitch_button_arrow:hover {
	background: url(pitch_button_arrow_hover.gif);
}

#pitch_button_three:hover {
	background: url(pitch_button_three_hover.gif);
}

#more_vids {
	position: relative;
	top: 6px;
	font-size: 14px;
	left: 156px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#more_vids a {
	color: #006699;
	font-weight: bold;
}

#why_muzzy {	
	background: url(/img/frontpage/right_1.2.jpg);
	width: 517px;
	height: 331px;
	position: relative;
    left: -14px;
    margin: 8px;
}

#learn_more {
	position: absolute;
	top: 274px;
	left: 315px;
	font-size: 14px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding: 6px;
}

#learn_more a {
	font-weight: bold;
	/*color: #d9eefb;*/
	color: #006699;
}
#learn_more a:hover {
	color: #dbeefb;
}


