/*  -------------------------------------------------------------
	Base
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/*
		* { outline: 2px dotted red }
		* * { outline: 2px dotted green }
		* * * { outline: 2px dotted orange }
		* * * * { outline: 2px dotted blue }
		* * * * * { outline: 1px solid red }
		* * * * * * { outline: 1px solid green }
		* * * * * * * { outline: 1px solid orange }
		* * * * * * * * { outline: 1px solid blue }
*/


		/*  Tag
			- - - - - - - - - - - - - - - - - - - - -  */
		body {
			margin:0;
			padding:0;
			font-size:14px;
			line-height:130%;
			color:#333;
			font-family:Arial, Helvetica, sans-serif;
			background-color:#fff;}

		body,html{
			height:100%;}
		
		a {
			border:0;}
		
		img {
			border:0;}


		/*  Layout
			- - - - - - - - - - - - - - - - - - - - -  */
		#web {}



		/*  Other
			- - - - - - - - - - - - - - - - - - - - -  */
		.container-width {
			width:100%;}

		.import_color1 {}

		.import_color2 {}

		.padding_5 {
			padding:5px;}
		
		#copyright {}
		
		#copyright span {}