/*----------------------------------------------------------------------------------------------------
[Main Stylesheet]

	- Project:				UAB Guía de l'Estudiant - http://www.projecturl.com
	- Author:				jmfr
	- Version:				1.0
	- Creation Date:			21/07/2008
	- Last Change:			21/07/2008
	- Primary use:			Screen / Monitor

[Color codes]

	- Color #1 (Content):				#2b2b2d		(Hard Grey)
	- Color #2 (Titles):				#ffffff		(White)
	- Color #3 (Head Links):				#efd2d7		(Pink)
	- Color #4 (Head Links):				#9dc4ae		(Light Green)
	
[Typography]

	- Font Type #1 (content):				Verdana, Arial, Helvetica, sans-serif

[Structure A]

	+	Body
			+	Central / [div]
				+	Canvas / [div]
						-	Top Grandient (grandientTop) / [div]
						-	Transiction Top Grandient (grandientTTop) / [div]
						+	Web Content (content) / [div]
								[Structure B]
						-	Bottom Grandient (grandientTBottom) / [div]
						-	Transiction Bottom Grandient (grandientBottom) / [div]

[Structure B]

	+ Header (headArea) / [div]
			- Logo UAB (logoUab) / [a]
			- User Tools (userToolsList) / [ul]
	+ Content (webContent) / [div]
			+ Left Content (leftColumn) / [div]
					- Vertical Menu (verticalMenuList) / [ul]
			+ Center Content (centerColumn) / [div]
					+ Box (box) / [div]
							- Photo Gallery (photoGallery) / [ul]
			+ Right Content (rightColumn) / [div]
					- Vertical Menu (verticalMenuList) / [ul]
	- Footer (footArea) / [div]
----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------
	Default Styles for all Objects, HTML, BODY and Default link and its hover
----------------------------------------------------------------------------------------------------*/

*{
	font-size:0.98em;
}

