/*Style for VOIP Not Logged In*/
#voip_left_side_menu {
    float:left; width:16px; background:url(/images/voip_images/menu_left_side.jpg) no-repeat #ffffff; height:48px;
}

#voip_right_side_menu {
    float:left; width:16px; background:url(/images/voip_images/menu_right_side.jpg) no-repeat #ffffff; height:48px;
}

#voip_background_menu {
    float:left; width:886px; background:url(/images/voip_images/menu_background.jpg) repeat-x #ffffff; height:48px;
}

.eyp_voice{
    float:left;
    background:url(/images/voip_images/eyp_voice_home.jpg);
    width:81px; height:48px;
    margin: 0px 50px 0px 50px;
}

.faq{
    float:left;
    background:url(/images/voip_images/eyp_voice_faq.jpg);
    width:42px; height:48px;
    margin: 0px 40px 0px 40px;
}

.requirements{
    float:left;
    background:url(/images/voip_images/eyp_voice_requirements.jpg);
    width:121px; height:48px;
    margin: 0px 50px 0px 50px;
}

.how_to{
    float:left;
    background:url(/images/voip_images/eyp_voice_installation.jpg);
    width:76px; height:48px;
    margin: 0px 40px 0px 40px;
}

.download{
    float:left;
    background:url(/images/voip_images/eyp_voice_downloads.jpg);
    width:102px; height:48px;
    margin: 0px 0px 0px 50px;
}

.voip_download_url{
    background:url(/images/voip_images/eyp_voice_button.jpg);
    width:316px; height:50px;
}

#voip_result {
    float:left; width:800px;
    margin: 0px 0px 0px 40px;
}

#voip_result_index {
    float:left; width:915px;
    margin: 0px 0px 0px 50px;
}

#voip_background_menu a:hover {
    cursor: pointer;
}

.clear {
    clear:both;font-size:1px;height:1px;
}

.right_side {
    float:left; width:443px;
    margin: 0px 0px 0px 25px;
}

.right_side_text {
    float:left; width:350px;
    margin: 0px 0px 0px 35px;
}

.left_side {
    float:left; width:436px; height:572px;
}
<!--
.text_medium {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.title_bold {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
}

.link {
    font-family: Arial, Helvetica, sans-serif
}

.title1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.text_1 {
    font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.bullet_s {
    font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
    width: 10px
}

.bullet_l {
    font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
    width: 25px
}

.red_text {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

img a.hover {
    cursor: pointer;
}