/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*
BEGIN JUSTIFICATION MODIFICATIONS
---------------------------------

This is to make the paragraph text stay justified
site wide

added by Doc January 6, 2010 1:22 PM

*/

.item p {
text-align:justify;
}

/*
END JUSTIFICATION MODS
----------------------
*/