		* { margin: 0; padding: 0; }

		html { height:100%; }

		body {
		text-align: left; 
		width: 100%;
		height: 100%;
		font-size: 62.5%; 
		font-family: Helvetica, arial, sans-serif;
		color: #000;
		background: #fff;
		margin: 0;
		border: 0;
		padding: 0; }

		a { color:#007ca5; text-decoration:none; outline: none; }
		a:visited { color:#666; } 
		a:active { color:#999; } 
		
		.left_col a { color:#fff; text-decoration: none; outline: none; }
		.left_col a:hover { color:#fff; text-decoration: underline; outline: none; }
		.left_col a:visited { color:#fff; } 
		.left_col a:active { color:#fff; }

    
		img, a img { border-style: none; }
	
		h1, .h1 { font-size: 2.4em; }
		h2, .h2 { font-size: 2em; } /* 20pt */
		h3, .h3 { font-size: 1.8em; } /* 18pt */
		h4, .h4 { font-size: 1.6em; } /* 16pt */
		h5, .h5 { font-size: 1.4em; } /* 14pt */
		h6, .h6 { font-size: 1.1em; } /* 11pt */

		.small { font-size: .9em; }

		.clearer { clear:both; }

		.header {
			text-align: left;
			background: #0000cc;
			color: #fff;
			width: 100%;
			margin: 0 0 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			}

		.left_col {
			text-align: left;
			float: left;
			background: #0000FF;
			color: #fff;
			width: 150px;
			height: 700px;
			margin: 0 0 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			}
	
		.main_col {
			text-align: left;
			float: left;
			background: #fff;
			color: #000;
			width: 550px;
			height: 600px;
			margin: 0 0 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			font-size: 1.4em;
			}

		.footer {
			text-align: left;
			background: #eceae1;
			color: #000;
			width: 100%;
			margin: 0 0 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			}
			
		.wrapper {
			text-align: center;
			width: 100%px;
			margin-left: auto;
			margin-right: auto;
			
			}
			

