diff --git a/user_guide/toc.html b/user_guide/toc.html
index 95ea19b..7b5bd69 100644
--- a/user_guide/toc.html
+++ b/user_guide/toc.html
@@ -63,6 +63,9 @@
 

 <h1>Table of Contents</h1>

 

+<table cellpadding="0" cellspacing="10" border="0" width="100%">

+<tr>

+<td valign="top" width="25%">

 

 <h3>Basic Info</h3>

 <ul>

@@ -90,6 +93,9 @@
 </ul> 	

 

 

+</td>

+<td valign="top" width="25%">

+

 <h3>General Topics</h3>

 <ul>

 	<li><a href="./general/index.html">Getting Started</a></li>

@@ -114,6 +120,8 @@
 	<li><a href="./general/security.html">Security</a></li>

 </ul>

 

+</td>

+<td valign="top" width="25%">

 

 		

 <h3>Class Reference</h3>

@@ -144,6 +152,8 @@
 </ul>

 

 

+</td>

+<td valign="top" width="25%">

 

 <h3>Helper Reference</h3>

 <ul>

@@ -174,6 +184,9 @@
 </ul>

 

 

+</td>

+</tr>

+</table>

 

 </div>

 <!-- END CONTENT -->