﻿@charset "utf-8";
/*---------------------------------------------/
/ HVIT LLC - High Velocity Impact Technologies /
/ Design, HTML, and CSS by Smart Art ©2007     /
/---------------------------------------------*/

/* Layout Components */
body {
	background-color: #000000;
	background-image: url(images/page_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#content {
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#head {
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 150px;
}

/* Header Components */
#logo {
	background-image: url(images/reflection.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 114px;
	width: 277px;
	margin-right: 90px;
	padding-bottom: 36px;
}

#menu {
	height: 50px;
	width: 368px;
	margin-top: 89px;
	margin-bottom: 11px;
	float: left;
}

/* Content Components */
#copy {
	background-image: url(images/copy_background.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 735px;
	padding: 0px;
	margin-top: 0px;
}

#copy-body {
	background-image: url(images/copy_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	width: 560px;
	padding-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
	float: left;
}

#copy-foot {
	background-image: url(images/copy_foot.jpg);
	width: 735px;
	padding-top: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
#sm {
	background-image: url(images/sm_background.jpg);
	float: left;
	width: 83px;
	padding-top: 7px;
	padding-left: 12px;
	height: 300px;
	background-color: #000000;
	background-repeat: no-repeat;
}
#sm span {
	display: none;
	}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 28px;
	font-weight: bold;
	font-variant: normal;
	color: #930000;
	margin-bottom: 15px;
	margin-top: 0px;
	text-transform: capitalize;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #930000;
	font-size: 18px;
	margin-bottom: -10px;
}

#copy-body p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-color: #CCCCCC;
	padding: 20px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#copy-body img {
	padding: 10px;
}
#copy-body ul {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
