* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	background: #222425;
	color: #222425;
}

p {
	font-size: 1.3em;
	margin-bottom: 15px;
}

a	{color: #1eafde; font-weight: bold;}
.cb	{clear:both}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 0 0 0;
	margin: 40px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#page-wrap h1{
	width: 499px;
	height: 0px;
	display: block;
	padding-top: 150px;
	background:url(images/BoomVenturesLogo.gif) no-repeat;
	overflow:hidden;
	margin: 0 0 0 40px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
	text-align:center;
	margin: 0 0 0 20px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #1eafde;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#captcha input {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 15px 0px 0px 115px;
	border: 2px solid #ccc;
}
#captcha label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

#footer{
	background: #222425;
	margin: 15px 0 0 0;
	position: relative;
}
.column{
	float: left;
	width: 212px;
	height: 135px;
	display: block;
	text-align:center;
}

#hvtv h2 a{
	width: 200px;
	height: 0px;
	display: block;
	padding-top: 91px;
	background:url(images/HVTLogo.gif) no-repeat;
	overflow:hidden;
}

#dm h2 a{
	width: 200px;
	height: 0px;
	display: block;
	padding-top: 96px;
	background:url(images/DMLogo.gif) no-repeat;
	overflow:hidden;
}

#hirez h2 a{
	width: 200px;
	height: 0px;
	display: block;
	padding-top: 116px;
	background:url(images/HiRezLogo.gif) no-repeat;
	overflow:hidden;
}

#hirez{
	margin: 10px 0 0 0;
}

#dm{
	margin: 30px 0 0 0;
}


#hvtv{
	margin: 35px 0 0 20px;
}