		* { 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; } 
		
		.right_col a { color:#fff; text-decoration: none; outline: none; }
		.right_col a:hover { color:#fff; text-decoration: underline; outline: none; }
		.right_col a:visited { color:#fff; } 
		.right_col a:active { color:#fff; }
    
		img, a img { border-style: none; }

		.header {
			text-align: left;
			background: #4f0f00;
			color: #fff;
			width: 980px;
			margin: 0 0 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			}

		.main_col {
			text-align: left;
			float: left;
			background: #fff;
			color: #000;
			width: 900px;
			height: 600px;
			margin: 0 0 0 0;
			border: 20px solid blue;
			padding: 10px 30px 30px 30px;
			overflow: hidden;
			}

		.wrapper {
			text-align: center;
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
			}

