*{ /*reset default values*/
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 854px;
	height: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -427px;
	top: 10px;
	background-image: url(images/container_background.gif);
	background-repeat: repeat-y;
}
#policy_container {
	width: 854px;
	height: 1350px;
	position: absolute;
	left: 50%;
	margin-left: -427px;
	top: 10px;
	background-image: url(images/container_background.gif);
	background-repeat: repeat-y;
}
#catalog_container {
	width: 854px;
	height: 1600px;
	position: absolute;
	left: 50%;
	margin-left: -427px;
	top: 10px;
	background-image: url(images/container_background.gif);
	background-repeat: repeat-y;
}
#footer {
	position: absolute;
	height: 75px;
	width: 854px;
	bottom: 0px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}
#header {
	position: absolute;
	top: 0px;
	height: 355px;
	width: 854px;
}
#home_textbox {
	position: absolute;
	width: 550px;
	top: 400px;
	left: 140px;
	height: 650px;
}
#policy_textbox {
	position: absolute;
	width: 600px;
	top: 400px;
	left: 120px;
	height: 800px;
}
#techcorner_textbox {
	position: absolute;
	width: 600px;
	top: 400px;
	left: 130px;
	height: 700px;
}
#catalog_frame {
	position: absolute;
	width: 842px;
	top: 357px;
	left: 6px;
	height: 1150px;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.style4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav {
	height: 220px;
	width: 180px;
	position: absolute;
	left: 2px;
	top: 88px;
	z-index: 50;
}
#nav li {
	list-style: none;
	background-color: #5c7bb8;
	text-align: left;
	line-height: 18px; /*for IE fix*/
}
#nav li a{
	text-decoration: none;
	display: block;
	border-top: solid 1px #6d8ac3;
	border-bottom: solid 1px #445fae;
	border-right: solid 1px #36519d;
	color: #DBE8FF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#nav li a:hover {
	color: #FFFFFF;
	background-color: #4B6FAF;
	border-top: solid 1px #5074bc;
}
#footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
p {
	padding-bottom: 12px;
}
