[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.5

make make content div wider

Asked by RickyGtz in PHP Scripting Language, Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), Web Languages/Standards, Web-Based CMS

i want to extend the black div main on the page so the white part is not visible.. any help, this is live site

www.feedmystream.com
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
419:
420:
421:
422:
423:
424:
425:
426:
427:
428:
429:
430:
431:
432:
433:
434:
435:
436:
437:
438:
439:
440:
441:
442:
443:
444:
445:
446:
447:
448:
449:
450:
451:
452:
453:
454:
455:
456:
457:
458:
459:
460:
461:
462:
463:
464:
465:
466:
467:
468:
469:
470:
471:
472:
473:
474:
475:
476:
477:
478:
479:
480:
481:
482:
483:
484:
485:
486:
487:
488:
489:
490:
491:
492:
493:
494:
495:
496:
497:
498:
499:
500:
501:
502:
503:
504:
505:
506:
507:
508:
509:
510:
511:
512:
513:
514:
515:
516:
517:
518:
519:
520:
521:
522:
523:
524:
525:
526:
527:
528:
529:
530:
531:
532:
533:
534:
535:
536:
537:
538:
539:
540:
541:
542:
543:
544:
545:
546:
547:
548:
549:
550:
551:
552:
553:
554:
555:
556:
557:
558:
559:
560:
561:
562:
563:
564:
565:
566:
567:
568:
569:
570:
571:
572:
573:
574:
575:
576:
577:
578:
579:
580:
581:
582:
583:
584:
585:
586:
587:
588:
589:
590:
591:
592:
593:
594:
595:
596:
597:
598:
599:
600:
601:
602:
603:
604:
605:
606:
607:
608:
609:
610:
611:
612:
613:
614:
615:
616:
617:
618:
619:
620:
621:
622:
623:
624:
625:
626:
627:
628:
629:
630:
631:
632:
633:
634:
635:
636:
637:
638:
639:
640:
641:
642:
643:
644:
645:
646:
647:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr" >
 
<head>
	  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <meta name="robots" content="index, follow" />
  <meta name="keywords" content="RGV, RGV music" />
  <meta name="description" content="FeedMyStream.com - The RGV's source for video and audio" />
  <meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
  <title>Welcome to FeedMyStream.com</title>
 
  <link href="/index.php?format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
  <link href="/index.php?format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
  <link href="/templates/gk_musictube/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  <link rel="stylesheet" href="http://www.feedmystream.com/modules/mod_tabarts_gk2/style/style1.css" type="text/css" />
  <link rel="stylesheet" href="http://www.feedmystream.com/modules/mod_news_pro_gk1/style/style_standard.css" type="text/css" />
  <link rel="stylesheet" href="http://www.feedmystream.com/modules/mod_gk_news_highlighter/style/style.php?suffix=news-highlight-1&amp;moduleHeight=20&amp;moduleWidth=550&amp;interfaceWidth=60&amp;extra_divs=1&amp;bgcolor=ransparent&amp;bordercolor=ransparent&amp;set=1&amp;linkcolor=&amp;hlinkcolor=&amp;textleft_color=&amp;textleft_style=normal" type="text/css" />
  <script type="text/javascript" src="http://www.feedmystream.com/plugins/system/mediaobject/js/mediaobject-150.js"></script>
  <script type="text/javascript" src="/media/system/js/mootools.js"></script>
 
  <script type="text/javascript" src="/media/system/js/caption.js"></script>
  <script type="text/javascript" src="/plugins/content/avreloaded/swfobject.js"></script>
  <script type="text/javascript" src="/plugins/content/avreloaded/avreloaded.js"></script>
  <script type="text/javascript" src="/plugins/content/avreloaded/silverlight.js"></script>
  <script type="text/javascript" src="/plugins/content/avreloaded/wmvplayer.js"></script>
  <script type="text/javascript" src="http://www.feedmystream.com/modules/mod_tabarts_gk2/scripts/engine_compress.js"></script>
 
  <script type="text/javascript" src="http://www.feedmystream.com/modules/mod_tabarts_gk2/scripts/importer.php?modid=tabarts1&amp;activator=click&amp;animation=0&amp;animationFun=Fx.Transitions.Circ.easeOut&amp;animationType=2&amp;animationSpeed=500&amp;animationInterval=5000&amp;styleType=0&amp;styleSuffix=style1"></script>
  <script type="text/javascript" src="http://www.feedmystream.com/modules/mod_news_pro_gk1/scripts/engine_standard_compressed.js"></script>
  <script type="text/javascript" src="http://www.feedmystream.com/modules/mod_news_pro_gk1/scripts/engine_standard.js"></script>
  <script type="text/javascript" src="http://www.feedmystream.com/modules/mod_gk_news_highlighter/scripts/engine_compress.js"></script>
  <script type="text/javascript" src="http://www.feedmystream.com/modules/mod_gk_news_highlighter/scripts/importer.php?module_id=news-highlight-1&amp;animation_type=1&amp;animation_speed=250&amp;animation_interval=5000&amp;animation_fun=Fx.Transitions.linear&amp;mouseover=1"></script>
  <script type="text/javascript">
	MediaObject.init({'flash':"9,0,124,0",'windowmedia':"5,1,52,701",'quicktime':"6,0,2,0",'realmedia':"7,0,0,0",'shockwave':"8,5,1,0"});
  </script>
 
  <script type='text/javascript'>
/*<![CDATA[*/
	var jax_live_site = 'http://www.feedmystream.com/index.php';
	var jax_site_type = '1.5';
/*]]>*/
</script><script type="text/javascript" src="http://www.feedmystream.com/plugins/system/pc_includes/ajax_1.2.js"></script>
  <link rel="stylesheet" type="text/css" href="http://www.feedmystream.com/components/com_jomcomment/style.css"/>
<link rel="stylesheet" type="text/css" href="http://www.feedmystream.com/components/com_jomcomment/templates/default/comment_style.css"/>
 
<script type='text/javascript'>
/*<![CDATA[*/
var jc_option           = "";
var jc_autoUpdate       = "0";
var jc_update_period    = 300*1000;
var jc_orderBy          = "1";
var jc_livesite_busyImg = "http://www.feedmystream.com/components/com_jomcomment/busy.gif";
var jc_username         = "";
var jc_email            = "";
var jc_commentForm;
/*]]>*/
</script>
 
 
	
<link rel="shortcut icon" href="/images/favicon.ico" />
<link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="/templates/system/css/general.css" type="text/css" />
<link href="/templates/gk_musictube/css/template_css.css" rel="stylesheet" media="all"  type="text/css" />
 
<link href="/templates/gk_musictube/css/suckerfish.css" rel="stylesheet" media="all" type="text/css" />
<link href="/templates/gk_musictube/css/joomla_classes.css" rel="stylesheet" media="all" type="text/css" />
<link href="/templates/gk_musictube/css/typography.css" rel="stylesheet" media="all" type="text/css" />
<link href="/templates/gk_musictube/css/gk_stuff.css" rel="stylesheet" media="all" type="text/css" />
<link href="/templates/gk_musictube/css/style1.css" rel="stylesheet" media="all" type="text/css" />
<!--[if IE 6]><link href="/templates/gk_musictube/css/ie6_css.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 7]><link href="/templates/gk_musictube/css/ie7_css.css" rel="stylesheet" type="text/css" /><![endif]-->
<!-- Dynamic generated styles for background -->
<style type="text/css">
body{background: #7d7e7d url('/templates/gk_musictube/images/bg_page2.png') repeat-x 0 0;}
</style>
<!-- Dynamic generated localized strings -->
<script type="text/javascript">
	$template_path = '/templates/gk_musictube';
	$GKGlobal = {};
	$GKGlobal["open"] = "Open login";
	$GKGlobal["close"] = "Close login";
	$GKGlobal["column_order"] = '';
	$GKGlobal["column_slide"] = {};
</script>
<script type="text/javascript" src="/templates/gk_musictube/lib/scripts/template_scripts.js"></script>
<script type="text/javascript" src="/templates/gk_musictube/lib/scripts/menu.php?width=1&amp;height=1&amp;opacity=1&amp;animation=1&amp;speed=180"></script></head>
 
<body>
	<div id="wrapper_main">
		
				<!-- userarea -->
		<div id="wrapper_userarea" class="wrapper_centered">
			<div id="userarea">
								<div class="userarea">
				<form action="/index.php" method="post" name="form-login" id="form-login" >
            <ul class="loginposition">
            <li>
 
                  <label for="modlgn_username">Username</label>
                  <input id="modlgn_username" type="text" name="username" class="inputbox" alt="username" size="15" />
            </li>
            <li>
                  <label for="modlgn_passwd">Password</label>
                  <input id="modlgn_passwd" type="password" name="passwd" class="inputbox" size="15" alt="password" />
            </li>
            <li id="form-login-button">
 
                  <input type="submit" name="Submit" class="button" value="Login" />
            </li>
            <li id="form-login-remember">
                                    <input id="modlgn_remember" type="radio" name="remember" class="inputbox" value="yes" alt="Remember Me" />
                  <label for="modlgn_remember">Remember Me</label>
                              </li>
            <li>
                  <a href="/index.php?option=com_user&amp;view=reset">
 
                  Forgot your password?</a>
            </li>
                        <li style="width: 120px;">
                  <a href="/index.php?option=com_user&amp;task=register">
                  Create an account</a>
            </li>
                  </ul>
            <input type="hidden" name="option" value="com_user" />
 
      <input type="hidden" name="task" value="login" />
      <input type="hidden" name="return" value="" />
      <input type="hidden" name="752d3f7c7291c9b50146cb032ebcb950" value="1" /></form>
 
				</div>
							</div>
		</div>
				<div id="wrapper_top" class="wrapper_centered">
 			<a id="logo" href="/./">
 
 
 
<img src="/../../images/FMSlogo.jpg" alt="Logo" />				</a>
						
						<div id="login_btn"><span>Open login</span></div>
				  </div>
<!-- menu -->
		<div id="wrapper_menu" class="wrapper_centered">
			<div class="wrapper_centered clearfix">
				<div id="horiz-menu">
 
					<ul class="menu"><li id="current" class="level1 active"><a href="http://www.feedmystream.com/" class="level1 topdaddy"><span>Home</span></a></li><li class="level1"><a href="/index.php?option=com_content&amp;view=article&amp;id=46&amp;Itemid=53" class="level1 topdaddy"><span>Blog Radio</span></a></li><li class="level1 topli"><a href="/index.php?option=com_content&amp;view=article&amp;id=57&amp;Itemid=66" class="level1 topli topdaddy"><span>Med-Talk</span></a><ul><li><a href="/index.php?option=com_content&amp;view=article&amp;id=61&amp;Itemid=71"><span>Taglerock</span></a></li></ul></li><li class="level1 topli"><a href="/index.php?option=com_content&amp;view=article&amp;id=19&amp;Itemid=27" class="level1 topli topdaddy"><span>Tech-Talk</span></a><ul><li><a href="/index.php?option=com_content&amp;view=article&amp;id=22&amp;Itemid=34"><span>Computer Forensics</span></a></li><li><a href="/index.php?option=com_content&amp;view=article&amp;id=5&amp;Itemid=2"><span>How To</span></a><ul><li><a href="#"><span>Remove Spyware</span></a></li><li><a href="#"><span>Remove viruses</span></a><ul><li><a href="#"><span>Dummy item</span></a></li><li><a href="#"><span>Dummy item</span></a></li><li><a href="#"><span>Dummy item</span></a></li></ul></li><li><a href="#"><span>Dummy item</span></a><ul><li><a href="#"><span>Dummy item</span></a></li><li><a href="#"><span>Dummy item</span></a></li><li><a href="#"><span>Dummy item</span></a><ul><li><a href="#"><span>Dummy item</span></a></li><li><a href="#"><span>Dummy item</span></a></li></ul></li><li><a href="#"><span>Dummy item</span></a></li><li><a href="/index.php?option=com_newsfeeds&amp;view=categories&amp;Itemid=49"><span>The Scene</span></a></li></ul></li></ul></li><li><a href="/index.php?option=com_content&amp;view=section&amp;id=4&amp;Itemid=37"><span>More about Joomla!</span></a></li></ul></li><li class="level1"><a href="/index.php?option=com_content&amp;view=section&amp;id=3&amp;Itemid=41" class="level1 topdaddy"><span>Biz-Talk</span></a></li><li class="level1"><a href="/index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=1&amp;Itemid=50" class="level1 topdaddy"><span>RGV Music</span></a></li><li class="level1"><a href="/index.php?option=com_weblinks&amp;view=categories&amp;Itemid=48" class="level1 topdaddy"><span>RGV Talent</span></a></li><li class="level1"><a href="/index.php?option=com_zina&amp;Itemid=67" class="level1 topdaddy"><span>Music</span></a></li><li class="level1"><a href="/index.php?option=com_content&amp;view=article&amp;id=19&amp;Itemid=72" class="level1 topdaddy"><span>sfdsf</span></a></li></ul>				</div>
 
	    			    		<div id="font_minus_btn" title="DECREASE_FONT_SIZE"></div>
	    		<div id="font_reset_btn" title="RESET_FONT_SIZE"></div>
	    		<div id="font_plus_btn" title="INCREASE_FONT_SIZE"></div>
					    	</div>
		</div>
		<div id="wrapper_inside" class="wrapper_centered">
					<div class="wrapper_centered bigger">
									<div id="breadcrumbs">
						<div class="bg_right">
 
							<div class="pathway_wrapper">
								      								<span class="breadcrumbs_start">You are here : </span>
 																<span class="breadcrumbs pathway">
Home</span>
 
							</div>
							
							
<div class="gk_news_highlighter" id="news-highlight-1">
                <div class="gk_news_highlighter_interface">
                <span class="text">HOT NEWS</span>
 
                				<div><a href="#" class="prev"></a>
				<a href="#" class="next"></a></div>
				        </div>
                <div class="gk_news_highlighter_wrapper">
                                                                                    	<div class="gk_news_highlighter_item"><span class="gk_news_highlighter_title">Josh Stone on the Spotlight</span> &raquo; <span class="gk_news_highlighter_desc">Joss Stone is a nineteen-year-old Brit with a huge voice  th...</span></div>
                                                                                            	<div class="gk_news_highlighter_item"><span class="gk_news_highlighter_title">Metallica To Be Inducted Into Hall of Fame</span> &raquo; <span class="gk_news_highlighter_desc">Wow . . . what a great way to start off 2009! We are beyond ...</span></div>
 
                                                                                            	<div class="gk_news_highlighter_item"><span class="gk_news_highlighter_title">Myslovitz Major Performance through the Night</span> &raquo; <span class="gk_news_highlighter_desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nul...</span></div>
                                                                                            	<div class="gk_news_highlighter_item"><span class="gk_news_highlighter_title">South Texas College</span> &raquo; <span class="gk_news_highlighter_desc">HTML clipboardCollege students and administrators at South T...</span></div>
                                                                                            	<div class="gk_news_highlighter_item"><span class="gk_news_highlighter_title">Computers Forensics in South Texas</span> &raquo; <span class="gk_news_highlighter_desc">Computer forensics is simply the application of computer inv...</span></div>
 
                                                                    </div>
</div>
 
						</div>
					</div>
													<div id="search">
					<form action="index.php" method="post">
	<div class="search">
		<input name="searchword" id="mod_search_searchword" maxlength="20" alt="Search" class="inputbox" type="text" size="20" value="search..."  onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" /><input type="submit" value="Search" class="button" onclick="this.form.searchword.focus();"/>	</div>
 
	<input type="hidden" name="task"   value="search" />
	<input type="hidden" name="option" value="com_search" />
</form>
					</div>
							</div>
				
			
		
				<div id="wrapper_header" class="clearfix">
			<div class="wrapper_centered">
									<div id="header1" style="width:918px;">
							<div class="moduletable_color nopad">
 
					<h3>SpotLight News</h3>
					
 
	
	<div class="gk_npro_mainwrap" id="gk_npro-newspro2" style="width: 905px;">
	
			
		<div class="gk_npro_full" style="width: 905px;float: right;">
						
						<div class="gk_npro_full_scroll1" style="width: 905px;">
 
					<div class="gk_npro_full_tablewrap" style="width: 905px;">
						<table class="gk_npro_table" style="width: 905px;">
											
													<tr valign="top">
									
																	<td style="width: 25%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=52:computerforensicsinsouthtexas&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Computers Forensics in South Texas</a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=52:computerforensicsinsouthtexas&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image i_left" src="http://www.feedmystream.com/components/com_gk2_photoslide/images/thumbs/449462shakira_news_plg.jpg" alt="News image" style="margin: 8px;"  /></a><p class="gk_npro_text ta_justify">Computer forensics is simply the application of computer investigation and analysis techniques in the interests of deter... <a class="gk_npro_readmore_inline" href="/index.php?option=com_content&amp;view=article&amp;id=52:computerforensicsinsouthtexas&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a></p>	 
									</td>		
																	
																	<td style="width: 25%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=53:south-texas-college&amp;catid=34:demo"  rel="nofollow"  target="_blank" >South Texas College</a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=53:south-texas-college&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image i_left" src="http://www.feedmystream.com/components/com_gk2_photoslide/images/thumbs/849167rolling_plg.jpg" alt="News image" style="margin: 8px;"  /></a><p class="gk_npro_text ta_justify">HTML clipboardCollege students and administrators at South Texas Colleges fourth annual  summit on college access and s... <a class="gk_npro_readmore_inline" href="/index.php?option=com_content&amp;view=article&amp;id=53:south-texas-college&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a></p>	 
									</td>		
																	
																	<td style="width: 25%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=56:metallica-to-be-inducted-into-hall-of-fame&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Metallica To Be Inducted Into Hall of Fa</a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=56:metallica-to-be-inducted-into-hall-of-fame&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image_static i_left" src="/images/stories/demo/metallica.jpg" alt="News image" style="width:113px;height:53px;margin: 8px;"  /></a><p class="gk_npro_text ta_justify">Wow . . . what a great way to start off 2009! We are beyond proud to let you  know that we will indeed be inducted into ... <a class="gk_npro_readmore_inline" href="/index.php?option=com_content&amp;view=article&amp;id=56:metallica-to-be-inducted-into-hall-of-fame&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a></p>	 
									</td>		
																	
																	<td style="width: 25%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=54:barry-adamsom-and-nick-cave&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Barry Adamsom and Nick Cave</a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=54:barry-adamsom-and-nick-cave&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image i_left" src="http://www.feedmystream.com/components/com_gk2_photoslide/images/thumbs/247249BarryAdamson_plg.jpg" alt="News image" style="margin: 8px;"  /></a><p class="gk_npro_text ta_justify">Nick Cave will be the special  guest next Thursday (April 8) at the first night of the Mini-Meltdown  Festival at London... <a class="gk_npro_readmore_inline" href="/index.php?option=com_content&amp;view=article&amp;id=54:barry-adamsom-and-nick-cave&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a></p>	 
									</td>		
																						</tr>
 
													<tr valign="top">
									
																	<td style="width: 25%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=58:josh-stone-on-the-spotlight&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Josh Stone on the Spotlight</a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=58:josh-stone-on-the-spotlight&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image_static i_left" src="/images/stories/demo/josh_plug2.jpg" alt="News image" style="width:113px;height:53px;margin: 8px;"  /></a><p class="gk_npro_text ta_justify">Joss Stone is a nineteen-year-old Brit with a huge voice  that packs grit and diva-tude beyond its years. There are a co... <a class="gk_npro_readmore_inline" href="/index.php?option=com_content&amp;view=article&amp;id=58:josh-stone-on-the-spotlight&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a></p>	 
									</td>		
																	
																	<td style="width: 25%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=47:u2-get-on-your-boots-&amp;catid=34:demo"  rel="nofollow"  target="_blank" >U2 - Get On Your Boots </a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=47:u2-get-on-your-boots-&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image i_left" src="http://www.feedmystream.com/components/com_gk2_photoslide/images/thumbs/344009u2_plg.jpg" alt="News image" style="margin: 8px;"  /></a><p class="gk_npro_text ta_justify">Through a combination of zealous righteousness and post-punk experimentalism,  U2 became one of the most popular rock an... <a class="gk_npro_readmore_inline" href="/index.php?option=com_content&amp;view=article&amp;id=47:u2-get-on-your-boots-&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a></p>	 
									</td>		
																	
																	<td style="width: 25%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=50:madonna-tops-moneymakers&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Madonna Tops Moneymakers</a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=50:madonna-tops-moneymakers&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image i_left" src="http://www.feedmystream.com/components/com_gk2_photoslide/images/thumbs/737530madonna_plug.jpg" alt="News image" style="margin: 8px;"  /></a><p class="gk_npro_text ta_justify">There's no  stopping Maddona. The 50  year-old pop star is the highest earning star in the music business bringing in  a... <a class="gk_npro_readmore_inline" href="/index.php?option=com_content&amp;view=article&amp;id=50:madonna-tops-moneymakers&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a></p>	 
									</td>		
																	
																	<td style="width: 25%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=51:the-b-52s-as-a-new-wave&amp;catid=34:demo"  rel="nofollow"  target="_blank" >The B-52's as a New Wave</a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=51:the-b-52s-as-a-new-wave&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image i_left" src="http://www.feedmystream.com/components/com_gk2_photoslide/images/thumbs/130127B52_plg.jpg" alt="News image" style="margin: 8px;"  /></a><p class="gk_npro_text ta_justify">The B-52's originated as a New Wave rock band formed in Athens, Georgia, United States, in 1976. The band's name comes f... <a class="gk_npro_readmore_inline" href="/index.php?option=com_content&amp;view=article&amp;id=51:the-b-52s-as-a-new-wave&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a></p>	 
									</td>		
																						</tr>
 
													<tr valign="top">
									
																	<td style="width: 25%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=55:myslovitz-major-performance&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Myslovitz Major Performance through the </a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=55:myslovitz-major-performance&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image_static i_left" src="/images/stories/demo/myslovitz.jpg" alt="News image" style="width:113px;height:53px;margin: 8px;"  /></a><p class="gk_npro_text ta_justify">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu erat  faucibus ante malesuada cursus. Aenean rhoncus ... <a class="gk_npro_readmore_inline" href="/index.php?option=com_content&amp;view=article&amp;id=55:myslovitz-major-performance&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a></p>	 
									</td>		
																	
																	<td style="width: 25%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=49:after-midnight-project-release-ep&amp;catid=34:demo"  rel="nofollow"  target="_blank" >After Midnight Project release EP</a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=49:after-midnight-project-release-ep&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image i_left" src="http://www.feedmystream.com/components/com_gk2_photoslide/images/thumbs/795650project_plg.jpg" alt="News image" style="margin: 8px;"  /></a><p class="gk_npro_text ta_justify">With a combination of pop rock, industrial, and a pinch of nu metal, After  Midnight Project have released an EP that wi... <a class="gk_npro_readmore_inline" href="/index.php?option=com_content&amp;view=article&amp;id=49:after-midnight-project-release-ep&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a></p>	 
									</td>		
																	
																	<td style="width: 25%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=48:director-tim-burton-approached-pearl-jam-&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Director Tim Burton approached Pearl Jam</a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=48:director-tim-burton-approached-pearl-jam-&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image i_left" src="http://www.feedmystream.com/components/com_gk2_photoslide/images/thumbs/588348pearl_jam__plg.jpg" alt="News image" style="margin: 8px;"  /></a><p class="gk_npro_text ta_justify">Wartime, for everything else that's wrong with it, brings  out the best in Pearl Jam: the power-chord brawn, contrary ri... <a class="gk_npro_readmore_inline" href="/index.php?option=com_content&amp;view=article&amp;id=48:director-tim-burton-approached-pearl-jam-&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a></p>	 
									</td>		
																	
																	<td style="width: 25%;padding: 10px;"></td>
 
																						</tr>
													<tr valign="top">
									
																	<td style="width: 25%;padding: 10px;"></td>
																	
																	<td style="width: 25%;padding: 10px;"></td>
																	
																	<td style="width: 25%;padding: 10px;"></td>
																	
																	<td style="width: 25%;padding: 10px;"></td>
																						</tr>
												
						
						</table>			
					</div>
 
			</div>
					</div>
	
			
	</div>
 
		</div>
	
					</div>
											</div>
		</div>
				
					
			  			<div class="advert_wrap clearfix">
 
	  							                    
								                              
									<div class="us_width-100">
				    		<div class="moduletable_color">
						
							
				<h3><span><strong>Featured </strong>Video</span></h3>
			   			<div class="moduletable_content">
				<div id="gk_embed_media" style="position: relative; z-index: 0;"><object width="295" height="176"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2396020&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=41BCEA&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=2396020&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=41BCEA&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" wmode="transparent" width="295" height="176"></embed></object></div>			</div>
		</div>
	
				    </div>
 
					   			</div>
      				
		<div id="wrapper_content" class="clearfix wrapper_centered"> 
								
				
				<div id="component-right" style="width: 532px;">
								                
				   
				                
					          
								                        
					   				<div class="module_wrap">
	       						<div class="moduletable nopad">
			   			<div class="moduletable_content">
				
 
	
	<div class="gk_npro_mainwrap" id="gk_npro-newspro3" style="width: 620px;">
	
			
		<div class="gk_npro_full" style="width: 420px;float: right;">
							<div class="gk_npro_full_interface">
 
				
					<ul>
											<li>0</li>	
											<li>1</li>	
						
					</ul>
					
					<div class="gk_npro_interface_bg">
						<div class="gk_npro_full_prev">prev</div>
						<div class="gk_npro_full_next">next</div>
					</div>
 
				</div>
						
						<div class="gk_npro_full_scroll1" style="width: 420px;">
				<div class="gk_npro_full_scroll2" style="width: 10000px;">
			
										<div class="gk_npro_full_tablewrap" style="width: 420px;">
						<table class="gk_npro_table" style="width: 420px;">
						
																		
													<tr valign="top">
									
																	<td style="width: 100%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=55:myslovitz-major-performance&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Myslovitz Major Performance through the </a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=55:myslovitz-major-performance&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image_static i_left" src="/images/stories/demo/myslovitz.jpg" alt="News image" style="width:113px;height:53px;margin: 3px;"  /></a><p class="gk_npro_text ta_justify">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu erat  faucibus ante malesuada cursus. Aenean rhoncus fermentum nulla. Vestibulum quis  sem id elit vestibulum euismod. Nam mattis mollis odio. Fusce eu nisi.  Suspendisse viverra metus et turpis. Curabitur rhoncus felis et enim. Phasellus  id dui et pede condimentum faucibus. Sed varius. Ut ut dui. Class aptent taciti  sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque  viverra mi et sem pharetra ...</p><a class="readon readon_class p_right" href="/index.php?option=com_content&amp;view=article&amp;id=55:myslovitz-major-performance&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a>	 
									</td>		
																						</tr>
 
												
						
						</table>			
					</div>
										<div class="gk_npro_full_tablewrap" style="width: 420px;">
						<table class="gk_npro_table" style="width: 420px;">
						
																		
													<tr valign="top">
									
																	<td style="width: 100%;padding: 10px;"> 			
										<h4 class="gk_npro_header ta_left"><a href="/index.php?option=com_content&amp;view=article&amp;id=53:south-texas-college&amp;catid=34:demo"  rel="nofollow"  target="_blank" >South Texas College</a></h4><a href="/index.php?option=com_content&amp;view=article&amp;id=53:south-texas-college&amp;catid=34:demo"  rel="nofollow"  target="_blank" ><img class="gk_npro_image_static i_left" src="http://admin.southtexascollege.edu/pr/news/2009/mar/images/summit_pic.jpg" alt="News image" style="width:113px;height:53px;margin: 3px;"  /></a><p class="gk_npro_text ta_justify">HTML clipboardCollege students and administrators at South Texas Colleges fourth annual  summit on college access and success in March 2009. From left are Pricilla  Hinojosa, MISD project manager for STC; STC President Shirley A. Reed; and  Jessica Ray Rincones, a student in STCs MCCTI Program with her parents Nancy  and Ruben Rincones.More than 200 educators from across the Rio South Texas  Region, the state of Texas and the nation got together in early March to ...</p><a class="readon readon_class p_right" href="/index.php?option=com_content&amp;view=article&amp;id=53:south-texas-college&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Read more...</a>	 
									</td>		
																						</tr>
 
												
						
						</table>			
					</div>
								
				</div>
			</div>
					</div>
	
				<div class="gk_npro_short" style="width: 200px;float: right;">
			
					
			<div class="gk_npro_short_scroll1" style="width: 200px;">
				<div class="gk_npro_short_scroll2" style="width: 10000px;">
			
										<div class="gk_npro_short_ulwrap" style="width: 200px;">
 
						<ul>
													 	<li class="even"><h4><a href="/index.php?option=com_content&amp;view=article&amp;id=52:computerforensicsinsouthtexas&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Computers Forensics </a></h4><p>Computer forensics is simply t</p></li>													 	<li class="odd"><h4><a href="/index.php?option=com_content&amp;view=article&amp;id=50:madonna-tops-moneymakers&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Madonna Tops Moneyma</a></h4><p>There's no  stopping Maddona. </p></li>													 	<li class="even"><h4><a href="/index.php?option=com_content&amp;view=article&amp;id=51:the-b-52s-as-a-new-wave&amp;catid=34:demo"  rel="nofollow"  target="_blank" >The B-52's as a New </a></h4><p>The B-52's originated as a New</p></li>													</ul>
					</div>
										<div class="gk_npro_short_ulwrap" style="width: 200px;">
 
						<ul>
													 	<li class="even"><h4><a href="/index.php?option=com_content&amp;view=article&amp;id=47:u2-get-on-your-boots-&amp;catid=34:demo"  rel="nofollow"  target="_blank" >U2 - Get On Your Boo</a></h4><p>Through a combination of zealo</p></li>													 	<li class="odd"><h4><a href="/index.php?option=com_content&amp;view=article&amp;id=54:barry-adamsom-and-nick-cave&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Barry Adamsom and Ni</a></h4><p>Nick Cave will be the special </p></li>													 	<li class="even"><h4><a href="/index.php?option=com_content&amp;view=article&amp;id=48:director-tim-burton-approached-pearl-jam-&amp;catid=34:demo"  rel="nofollow"  target="_blank" >Director Tim Burton </a></h4><p>Wartime, for everything else t</p></li>													</ul>
					</div>
										<div class="gk_npro_short_ulwrap" style="width: 200px;">
 
						<ul>
													 	<li class="even"><h4><a href="/index.php?option=com_content&amp;view=article&amp;id=49:after-midnight-project-release-ep&amp;catid=34:demo"  rel="nofollow"  target="_blank" >After Midnight Proje</a></h4><p>With a combination of pop rock</p></li>													</ul>
					</div>
								
				</div>
			</div>
			
			<div class="gk_npro_short_interface">
								<span>More in: <a href="/index.php?option=com_content&amp;view=category&amp;id=34">Demo </a></span>
 
								
				<div class="gk_npro_short_next">next</div>
				<div class="gk_npro_short_prev">prev</div>
			</div>
			
						
		</div>
			
	</div>
 
			</div>
		</div>
 
	
	           		</div>
	           		           	</div>
				                  
					   				<div id="right" style="width: 400px;">
	   							<div class="moduletable" id="col_mod_2">
						
							
				<h3>
					<span><strong>Who's </strong>Online</span>
										<span class="interface">
						<span class="down"></span>
 
						<span class="up"></span>
						<span class="rollup"></span>
					</span>
									</h3>
			  			<div class="moduletable_content">
				 We have&nbsp;6 guests&nbsp;online   			</div>
		</div>
 
			<div class="moduletable_color nopad" >
			  			<div class="moduletable_content">
				
<div class="gk2_tabarts gk2_tabarts-style1 clearfix-tabs" id="tabarts1">
	<div class="gk2_tabarts_wrap-style1 clearfix-tabs" style="">
			
    <ul class="gk2_tabartsmenu_ul-style1">
            <li><span>Tab 1</span></li>
            <li><span>Tab 2</span></li>
            <li><span>Tab 3</span></li>
 
            <li><span>Tab 4</span></li>
        </ul>
                
	<div class="gk2_tabarts_container0-style1" style="height: 329px;">
        <div class="gk2_tabarts_container1-style1 clearfix-tabs" style="height: 329px;">
            <div class="gk2_tabarts_container2-style1 clearfix-tabs">
                
<div class="gk2_tabarts_item-style1" style="height: 329px;">
	<div class="gk2_tabarts_item_space">
	<div><a href="/index.php?option=com_content&amp;view=article&amp;id=47:u2-get-on-your-boots-&amp;catid=34:demo"><img class="gk_tabarts_gk2_news_image" src="/images/stories/demo/u2_news.jpg" alt="News image" style="width: 262px;height: 123px;display: block;margin: 0 auto;" /></a></div><h4 class="gk_tabarts_gk2_news_header" style="text-align: left;"><a href="/index.php?option=com_content&amp;view=article&amp;id=47:u2-get-on-your-boots-&amp;catid=34:demo">U2 - Get On Your Boots </a></h4><p class="gk_tabarts_gk2_news_text" style="text-align: justify;">Through a combination of zealous righteousness and post-punk experimentalism, U2 became one of the most popular rock and roll bands of the '80s. Equally known for their sweeping sound as for their grandiose statements about politics and religion, the...</p><a class="readon readon_class" href="/index.php?option=com_content&amp;view=article&amp;id=47:u2-get-on-your-boots-&amp;catid=34:demo" style="float: left;">Read more...</a>	</div>
 
</div>
<div class="gk2_tabarts_item-style1" style="height: 329px;">
	<div class="gk2_tabarts_item_space">
	<div><a href="/index.php?option=com_content&amp;view=article&amp;id=49:after-midnight-project-release-ep&amp;catid=34:demo"><img class="gk_tabarts_gk2_news_image" src="/images/stories/demo/project_news.jpg" alt="News image" style="width: 262px;height: 123px;display: block;margin: 0 auto;" /></a></div><h4 class="gk_tabarts_gk2_news_header" style="text-align: left;"><a href="/index.php?option=com_content&amp;view=article&amp;id=49:after-midnight-project-release-ep&amp;catid=34:demo">After Midnight Project release EP</a></h4><p class="gk_tabarts_gk2_news_text" style="text-align: justify;">With a combination of pop rock, industrial, and a pinch of nu metal, After Midnight Project have released an EP that will definitely turn heads. The question is, which heads will it turn? Certain songs on The Becoming sound as if they would fit in on...</p><a class="readon readon_class" href="/index.php?option=com_content&amp;view=article&amp;id=49:after-midnight-project-release-ep&amp;catid=34:demo" style="float: left;">Read more...</a>	</div>
</div>
<div class="gk2_tabarts_item-style1" style="height: 329px;">
	<div class="gk2_tabarts_item_space">
	<div><a href="/index.php?option=com_content&amp;view=article&amp;id=51:the-b-52s-as-a-new-wave&amp;catid=34:demo"><img class="gk_tabarts_gk2_news_image" src="/images/stories/demo/b52_news.jpg" alt="News image" style="width: 262px;height: 123px;display: block;margin: 0 auto;" /></a></div><h4 class="gk_tabarts_gk2_news_header" style="text-align: left;"><a href="/index.php?option=com_content&amp;view=article&amp;id=51:the-b-52s-as-a-new-wave&amp;catid=34:demo">The B-52's as a New Wave</a></h4><p class="gk_tabarts_gk2_news_text" style="text-align: justify;">The B-52's originated as a New Wave rock band formed in Athens, Georgia, United States, in 1976. The band's name comes from a particular beehive hairdo resembling the nose cone of the aircraft of the same name. During their early years, wigs of that ...</p><a class="readon readon_class" href="/index.php?option=com_content&amp;view=article&amp;id=51:the-b-52s-as-a-new-wave&amp;catid=34:demo" style="float: left;">Read more...</a>	</div>
 
</div>
<div class="gk2_tabarts_item-style1" style="height: 329px;">
	<div class="gk2_tabarts_item_space">
	<div><a href="/index.php?option=com_content&amp;view=article&amp;id=55:myslovitz-major-performance&amp;catid=34:demo"><img class="gk_tabarts_gk2_news_image" src="/images/stories/demo/myslovitz.jpg" alt="News image" style="width: 262px;height: 123px;display: block;margin: 0 auto;" /></a></div><h4 class="gk_tabarts_gk2_news_header" style="text-align: left;"><a href="/index.php?option=com_content&amp;view=article&amp;id=55:myslovitz-major-performance&amp;catid=34:demo">Myslovitz Major Performance through the Night</a></h4><p class="gk_tabarts_gk2_news_text" style="text-align: justify;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu erat faucibus ante malesuada cursus. Aenean rhoncus fermentum nulla. Vestibulum quis sem id elit vestibulum euismod. Nam mattis mollis odio. Fusce eu nisi. Suspendisse viverra metus e...</p><a class="readon readon_class" href="/index.php?option=com_content&amp;view=article&amp;id=55:myslovitz-major-performance&amp;catid=34:demo" style="float: left;">Read more...</a>	</div>
</div>            </div>
        </div>
    </div>
      
	</div>
 
	
		
</div>
<div style="clearfix-tabs"></div>   			</div>
		</div>
		           		</div>
        					            
 			</div>
		</div>
		
				<div id="wrapper_bottom" class="clearfix wrapper_centered">
									<div class="us_width-33">
						<div class="moduletable">
 
						
							
				<h3><span><strong>Sections </strong>News</span></h3>
			   			<div class="moduletable_content">
				<ul class="sections"><li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=6">
		Blog</a>
</li>
<li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=4&amp;Itemid=37">
 
		About Us</a>
</li>
<li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=1">
		News</a>
</li>
<li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=3&amp;layout=blog&amp;Itemid=44">
		FAQs</a>
 
</li>
<li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=5">
		Demo</a>
</li>
</ul>			</div>
		</div>
	
			</div>
			 						<div class="us_width-33">
						<div class="moduletable">
 
						
							
				<h3><span><strong>Sections </strong>News</span></h3>
			   			<div class="moduletable_content">
				<ul class="sections"><li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=6">
		Blog</a>
</li>
<li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=4&amp;Itemid=37">
 
		About Us</a>
</li>
<li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=1">
		News</a>
</li>
<li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=3&amp;layout=blog&amp;Itemid=44">
		FAQs</a>
 
</li>
<li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=5">
		Demo</a>
</li>
</ul>			</div>
		</div>
	
			</div>
									<div class="us_width-33">
						<div class="moduletable">
 
						
							
				<h3><span><strong>Sections </strong>News</span></h3>
			   			<div class="moduletable_content">
				<ul class="sections"><li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=6">
		Blog</a>
</li>
<li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=4&amp;Itemid=37">
 
		About Us</a>
</li>
<li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=1">
		News</a>
</li>
<li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=3&amp;layout=blog&amp;Itemid=44">
		FAQs</a>
 
</li>
<li>
	<a href="/index.php?option=com_content&amp;view=section&amp;id=5">
		Demo</a>
</li>
</ul>			</div>
		</div>
	
			</div>
								</div>
			</div>
 
	<!-- footer -->
	<div class="wrapper_centered clearfix">    
		<div id="wrapper_footer">
		
<!-- Copyright Information -->
 
<div id="copyright">
    <div id="informations"> FeedMysTream.com .  All rights reserved.    </div>
<!-- Style Switcher -->
        <div id="stylearea">
    	<a href="#" id="style_icon-1" class="style_switcher">Blue</a>
 
    	<a href="#" id="style_icon-2" class="style_switcher">Maroon</a>
    	<a href="#" id="style_icon-3" class="style_switcher">Pink</a>
    </div>
	</div>
		</div>
	</div>
	
		<!-- IE6 alert -->
	<!--[if IE 6]>
	<div id="ie6">
	
<div>
	<h2>Your are currently browsing this site with Internet Explorer 6 (IE6).</h2>
 
	<h3>Your current web browser must be updated to version 7 of Internet Explorer (IE7) to take advantage of all of template's capabilities. </h3>
 
	<b>Why should I upgrade to Internet Explorer 7?</b> Microsoft has redesigned Internet Explorer from the ground up, with better security, new capabilities, and a whole new interface. Many changes resulted from the feedback of millions of users who tested prerelease versions of the new browser.
 
	The most compelling reason to upgrade is the improved security. The Internet of today is not the Internet of five years ago. There are dangers that simply didn't exist back in 2001, when Internet Explorer 6 was released to the world. Internet Explorer 7 makes surfing the web fundamentally safer by offering greater protection against viruses, spyware, and other online risks.
 
	<p>Get free downloads for Internet Explorer 7, including recommended updates as they become available. To download Internet Explorer 7 in the language of your choice, please visit the <a href="http://www.microsoft.com/windows/products/winfamily/ie/worldwide.mspx" title="Internet Explorer 7 worldwide page" target="_blank">Internet Explorer 7 worldwide page</a>.</p>
</div>	</div>
	<![endif]-->
 
		
</body>
</html>
 
Related Solutions
Keywords: make make content div wider
 
Loading Advertisement...
 
[+][-]03/09/09 05:17 PM, ID: 23842568Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/09/09 07:24 PM, ID: 23843098Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]03/09/09 07:25 PM, ID: 23843107Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/09/09 09:59 PM, ID: 23843652Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/10/09 03:15 AM, ID: 23844855Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]03/10/09 08:21 AM, ID: 23847720Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/10/09 09:53 AM, ID: 23848833Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/10/09 02:01 PM, ID: 23851310Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]03/10/09 02:02 PM, ID: 23851325Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]03/10/09 02:10 PM, ID: 23851436Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/10/09 02:46 PM, ID: 23851853Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/10/09 07:28 PM, ID: 23853503Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/10/09 07:48 PM, ID: 23853575Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: PHP Scripting Language, Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), Web Languages/Standards, Web-Based CMS
Sign Up Now!
Solution Provided By: jason1178
Participating Experts: 5
Solution Grade: A
 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625