
	/*****************************************************************/
	/*	Base																		  	  */
	/*****************************************************************/

	body
	{
		background-image:url('../../_start/image/background.png');
	}
	
	/*****************************************************************/
	/*	Header	 																	  */
	/*****************************************************************/	
	
		/**************************************************************/
		/*	Header / Bottom	 													  */
		/**************************************************************/
	
			/***********************************************************/
			/*	Header / Bottom / Feature		 								  */
			/***********************************************************/	

			div.header div.header-bottom div.header-bottom-feature ul
			{
				background-image:url('../../_start/image/icon.png');
			}
			
			/***********************************************************/
			/*	Header / Bottom / Contact   								  	  */
			/***********************************************************/	
						
			div.header div.header-bottom div.header-bottom-contact h3
			{
				margin-top:40px;
			}

	/*****************************************************************/
	/*	Content	 																	  */
	/*****************************************************************/
	
	div.content
	{
		border:none;
		padding:0px;
		min-height:300px;
	}
	
		div.content ul li
		{
			float:left;
			width:180px;
			margin-left:20px;
			text-align:center;
		}
		
		div.content ul li:first-child
		{
			margin-left:0px;
		}
		
			div.content ul li h3
			{
				margin-top:0px;
			}

		