@charset "utf-8";
/* CSS Document */

	* {
		font-family: Arial, Helvetica, sans-serif;
		
		margin: 0;
		padding: 0;
		
		outline: none !important;
		-moz-outline: none !important;
		-webkit-outline: none !important;
		
		text-decoration: none;
		/*list-style-type: none;*/
	}
		html { overflow: auto; }
		body {
			margin: 0;
			padding: 0;
		}
		
			h1, h2, h3, h4, h5 { margin-bottom: .63em; }
			
			p {
				color: #333;
				font-size: 12px;
				line-height: 16px;
				margin-bottom: 1em;
			}
			
			ul { list-style-type: none; }
			ul li { font-size: 12px; }
			
			img {
				/* 
				// The image no longer have any more only if you specify 
				// ot that individual image you needed to have border. You 
				// will have to remove the "!important" if you have to, 
				// to apply border to your image.
				*/
				border: none;
			}
			
			#wrap {
				margin: auto;
				padding: 1.26em 0;
				width: 900px;
			}
			
			#set-layer {
				position: absolute;
				
				width: 0;
				height: 0;
				
				margin: 0;
				padding: 0;
			}
			
			.in-pad { padding: 1.26em; }
			.in-pad2 { padding: 3px; }
			.in-pad3 { padding: 1.26em; }
			
			.clr { clear: both; }
			.clr-l { clear: left; }
			.clr-r { clear: right; }

