	
	/**
	  ___  _     _     _ _          _             _     _ _            _                  
	 / _ \| |__ | |   (_) |__      / \   _ __ ___| |__ (_) |_ ___  ___| |_ _   _ _ __ ___ 
	| | | | '_ \| |   | | '_ \    / _ \ | '__/ __| '_ \| | __/ _ \/ __| __| | | | '__/ _ \
	| |_| | |_) | |___| | |_) |  / ___ \| | | (__| | | | | |_  __/ (__| |_| |_| | | |  __/
	 \___/|_.__/|_____|_|_.__/  /_/   \_\_|  \___|_| |_|_|\__\___|\___|\__|\__,_|_|  \___|
																						   
	COPYRIGHT
	Bashkim Isai, 2006-2008
	
	WEBSITE
	http://www.phpoblib.com/
	
	LICENCE
	http://creativecommons.org/licenses/by/3.0/
	
	You are free:
		to Share — to copy, distribute and transmit the work
		to Remix — to adapt the work 
	
	Under the following conditions:
		Attribution. You must attribute the work in the manner specified by the author or 
		licensor (but not in any way that suggests that they endorse you or your use of the work). 
		
		For any reuse or distribution, you must make clear to others the license terms of this work. 
		The best way to do this is with a link to the licence page.
		
		Any of the above conditions can be waived if you get permission from the copyright holder. 
		
		Nothing in this license impairs or restricts the author's moral rights. 
	
	Attribution
		You must not remove any methodology performed by ObLib which attributes its work. ObLib
		attribution is discreet and does not alter the design or programming of your product or
		realisation.
	
	*/
	
	body
	{
		color:										#FFFFFF;
		background-color:							#002940;
		
		background-image:							url("../img/bg-page.png");
		background-repeat:							repeat-x;
		background-position:						bottom;
		background-attachment:						fixed;
		
		font-family:								"Georgia", "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size:									10pt;
		line-height:								200%;
		
		margin:										0;
		padding:									100px 0;
	}
	
	a img
	{
		border:										none;
	}
	
	h1
	{
		font-family:								"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:								bold;
		font-size:									14pt;
		
		margin:										0 0 10px 0;
		padding:									0;
	}
	
	h2
	{
		font-family:								"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:								normal;
		font-size:									12pt;
		
		height:										20px;
		
		margin:										30px 0 10px 0;
		padding:									0;
	}
	
	p
	{
		margin:										0 0 20px 0;
	}
	
	a:link,
	a:visited
	{
		color:										#FFFFFF;
		text-decoration:							none;
		
		border-bottom:								dotted 1px #FFFFFF;
	}
	
	pre
	{
		margin:										0;
		padding:									0;
		
		line-height:								normal;
	}
	
	.Left
	{
		float:										left;
	}
	
	.Right
	{
		float:										right;
	}
	
	.Clear
	{
		clear:										both;
	}
	
	/**
	 *
	 */
	
	#Container
	{
		margin:										0 auto;
		width:										1000px;
	}
	
	#Column-Page
	{
		float:										left;
		
		width:										700px;
		margin-right:								50px;
	}
	
	#Column-Menu
	{
		float:										left;
		
		width:										250px;
	}
	
	#Copyright
	{
		margin:										30px 10px;
		line-height:								175%;
	}
	
	/**
	 *
	 */
	
	.Summary-Icon
	{
		float:										left;
		
		margin:										0 10px 0 0;
	}
	
	.Summary-Synopsis
	{
		float:										left;
		width:										185px;
	}
	
	/**
	 *
	 */
	
	.Msg
	{
		border:								solid 1px;
		padding:							5px 5px 5px 20px;
		margin:								20px 0 30px 40px;
		
		background-position:				top left;
		background-repeat:					no-repeat;
	}
	
	.Msg .Msg-Image
	{
		position:							absolute;
	}
	
	.Msg .Msg-Image img
	{
		position:							relative;
		
		top:								-20px;
		left:								-61px;
	}
	
	.MsgError
	{
		border-color:						#CC0000;
		background-color:					#F5CFCF;
		color:								#000000;
	}
	
	.MsgError a,
	.MsgError a:link,
	.MsgError a:visited
	{
		color:								#000000;
	}
	
	/**
	 *
	 */
	
	#Column-Menu
	{
		font-size:							8pt;
	}
	
	#Column-Menu ul
	{
		list-style-type:					none;
		
		margin:								0;
		padding:							0;
	}
	
	#Column-Menu ul li
	{
		list-style-type:					none;
		
		margin:								0;
		padding:							0;
		
		line-height:						175%;
	}
	
	/**
	 *
	 */
	
	.Box-Container
	{
		display:							block;
		
		margin-bottom:						10px;
	}
	
	.Box-Border
	{
		display:							block;
		height:								1px;
		overflow:							hidden;
		font-size:							.01em;
	}
	
	.Box-1
	{
		margin-left:						3px;
		margin-right:						3px;
		padding-left:						1px;
		padding-right:						1px;
	}
	
	.Box-2
	{
		margin-left:						1px;
		margin-right:						1px;
		padding-right:						1px;
		padding-left:						1px;
	}
	
	.Box-3
	{
		margin-left:						1px;
		margin-right:						1px;
	}
	
	.Box-Content
	{
		padding:							0 10px;
	}
	
	/**
	 *
	 */
	
	.Box-Blue .Box-Border
	{
		background:							#1f6890;
	}
	
	.Box-Blue .Box-1
	{
		border-left:						1px solid #0d4462;
		border-right:						1px solid #0d4462;
		background:							#17587c;
	}
	
	.Box-Blue .Box-2
	{
		border-left:						1px solid #032f48;
		border-right:						1px solid #032f48;
		background:							#195c80;
	}
	
	.Box-Blue .Box-3
	{
		border-left:						1px solid #195c80;
		border-right:						1px solid #195c80;
	}
	
	.Box-Blue .Box-4
	{
		border-left:						1px solid #0d4462;
		border-right:						1px solid #0d4462;
	}
	
	.Box-Blue .Box-5
	{
		border-left:						1px solid #17587c;
		border-right:						1px solid #17587c;
	}
	
	.Box-Blue .Box-Content
	{
		background:							#1F6890;
	}
	
	/**
	 *
	 */
	
	.Box-Red .Box-Border
	{
		background:							#99352a;
	}
	
	.Box-Red .Box-1
	{
		border-left:						1px solid #412e36;
		border-right:						1px solid #412e36;
		background:							#72322f;
	}
	
	.Box-Red .Box-2
	{
		border-left:						1px solid #0f2a3d;
		border-right:						1px solid #0f2a3d;
		background:							#7b322e;
	}
	
	.Box-Red .Box-3
	{
		border-left:						1px solid #7b322e;
		border-right:						1px solid #7b322e;
	}
	
	.Box-Red .Box-4
	{
		border-left:						1px solid #412e36;
		border-right:						1px solid #412e36;
	}
	
	.Box-Red .Box-5
	{
		border-left:						1px solid #72322f;
		border-right:						1px solid #72322f;
	}
	
	.Box-Red .Box-Content
	{
		background:							#99352a;
	}
	
	/**
	 *
	 */
	
	.Box-Green .Box-Border
	{
		background:							#7a9a2a;
	}
	
	.Box-Green .Box-1
	{
		border-left:						1px solid #345936;
		border-right:						1px solid #345936;
		background:							#5b7d2f;
	}
	
	.Box-Green .Box-2
	{
		border-left:						1px solid #0c343d;
		border-right:						1px solid #0c343d;
		background:							#62842e;
	}
	
	.Box-Green .Box-3
	{
		border-left:						1px solid #62842e;
		border-right:						1px solid #62842e;
	}
	
	.Box-Green .Box-4
	{
		border-left:						1px solid #345936;
		border-right:						1px solid #345936;
	}
	
	.Box-Green .Box-5
	{
		border-left:						1px solid #5b7d2f;
		border-right:						1px solid #5b7d2f;
	}
	
	.Box-Green .Box-Content
	{
		background:							#7a9a2a;
	}
	
	
	/**
	 *
	 */
	
	.Box-Gold .Box-Border
	{
		background:							#997529;
	}
	
	.Box-Gold .Box-1
	{
		border-left:						1px solid #414936;
		border-right:						1px solid #414936;
		background:							#72622e;
	}
	
	.Box-Gold .Box-2
	{
		border-left:						1px solid #0f303d;
		border-right:						1px solid #0f303d;
		background:							#7b662d;
	}
	
	.Box-Gold .Box-3
	{
		border-left:						1px solid #7b662d;
		border-right:						1px solid #7b662d;
	}
	
	.Box-Gold .Box-4
	{
		border-left:						1px solid #414936;
		border-right:						1px solid #414936;
	}
	
	.Box-Gold .Box-5
	{
		border-left:						1px solid #72622e;
		border-right:						1px solid #72622e;
	}
	
	.Box-Gold .Box-Content
	{
		background:							#997529;
	}
	
	
	/**
	 *
	 */
	
	.Box-White .Box-Border
	{
		background:							#FFFFFF;
	}
	
	.Box-White .Box-1
	{
		border-left:						1px solid #6d8592;
		border-right:						1px solid #6d8592;
		background:							#bfc9cf;
	}
	
	.Box-White .Box-2
	{
		border-left:						1px solid #193e53;
		border-right:						1px solid #193e53;
		background:							#ced6da;
	}
	
	.Box-White .Box-3
	{
		border-left:						1px solid #ced6da;
		border-right:						1px solid #ced6da;
	}
	
	.Box-White .Box-4
	{
		border-left:						1px solid #6d8592;
		border-right:						1px solid #6d8592;
	}
	
	.Box-White .Box-5
	{
		border-left:						1px solid #bfc9cf;
		border-right:						1px solid #bfc9cf;
	}
	
	.Box-White .Box-Content
	{
		background:							#FFFFFF;
	}
	
	
	
	/**
	 */
	
	#SocialBookmarks ul,
	#SocialBookmarks li
	{
		list-style-type:					none;
		
		margin:								0;
		padding:							0;
	}
	
	#SocialBookmarks
	{
		margin-top:							40px;
	}
	
	#SocialBookmarks li
	{
		float:								left;
		
		margin:								5px 5px 0 5px;
		padding:							0;
	}
	