@charset "utf-8";
/* CSS style for I need a Brand Logo */

html, body, div, span, h1, h2, p, img {
border:0 none;
font-size:100%;
font-weight:normal;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}

html {
	background:#cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:100%;
	}

a {color:#aa1e37;font-weight:bold;}

#content {
	width:1024px;
	height:820px;
	margin:auto;
	}

#columnleft { 
	width:385px;
	float:left;
	}

#columnright {
	width:630px;
	float:left;
	}

#logo {
	background:url(images/head_logo.png) no-repeat 0 0;
	width:385px;
	height:256px;
	}
	#logo h1 { text-indent: -9999em; }

#download {
	background:url(images/download.png) no-repeat 0 0;
	width:385px;
	height:564px;
	color:#fff;
	padding-top:40px;
	}
	#download_block {
		height:373px
		}
	#download h2 {
		padding:0 0 20px 84px;
		font-size:20px;
		font-weight:bold;
		}
	#download p {
		padding:0 44px 20px 84px;
		}
	#download #pdf {
		padding-right:20px;
		margin-left:110px;
		}
	#download #copywrite {
		font-size:9px;
		}

#copy {
	background:url(images/head_copy.png) no-repeat 0 0;
	width:639px;
	height:215px;
	}

#sample {
	background:url(images/sample.png) no-repeat 0 0;
	width:639px;
	height:605px;
	padding-top:81px;
	}
	#sample #sample_block {
		height:364px;
		width: 200px;
		padding-left:34px;
		}
	#sample h2 {
		font-size:20px;
		font-weight:bold;
		color:#aa1e37;
		padding-bottom:20px
		}
	#sample p {
		padding-bottom:20px;
		}
	#sample #success {
		text-align:right;
		width: 200px;
		padding-left:300px;
		}