/** Coded by: Jeffrey (Joseph Witchard)
 ** Created on: 01/16/09
 ** Last modified: 08/29/09
 ** Purpose: To style the news categories
 **          page. */

/* for the welcome */

#category_welcome {
	width: 300px;
	padding-left: 25px;
	margin-top: 30px;
				 }
				 
#category_welcome h1 { line-height: 30px; }

/* for the list */

#cat_list {
	margin-top: 30px;
			 }
			 
/* for the description */

.desc_class {
	margin-bottom: 10px;
				}