@charset "UTF-8"; 
@import url("navigation.css");

body{
	margin:0px;
	padding:0px;
	background:url(../img/background.jpg) repeat;
	font:12px/18px Arial,Helvetica,sans-serif
}

a{
	color: #5C0001;
}
a:hover {
	text-decoration: none;
}

h1{font-size:22px; position:absolute; top:-1000px}

h2{
	font-size: 15px;
	margin-top: 0px;
	color: #032D3F;
}

h3{}

h4{}

h5{}
hr{border-top:1px solid #181818; border-right-style:none; border-bottom-style:none; border-left-style:none}
.clear{content:"."; display:block; height:0px; clear:both; visibility:hidden}

.hidden{display:none}

#container-wrap{margin:0px; padding:0px; width:100%; background:url(../img/paper-repeat.jpg) repeat center top}
#container-wrap #container{color:#181818; margin:0px auto; padding:0px; width:800px; clear:both; float:none}

#header{margin:0px; padding:37px 0px 0px; height:149px; width:100%; text-align:center}

#container #left{float:left; margin:0px; padding:0px; width:172px; background:url(../img/left-image.gif) no-repeat; height:380px}
#container #center{margin:0px 0px 66px; padding:0px 10px; float:left; width:422px}
#container  #center  .img-border {
	border: 1px solid #181818;
}
#container #right{margin:0px; padding:0px; float:left; width:186px; background:url(../img/right-image.gif) no-repeat center -23px; height:403px}
#container #right #tag{
	position:absolute;
	margin-top:-24px;
	margin-left:-40px;
	border-style: none;
}

#footer{
	margin:0px auto;
	padding:0px 0px 0px 171px;
	height:134px;
	width:629px
}
#footer div{
	background:url(../img/footer-banner.png) no-repeat;
	height:140px;
	width:485px;
	margin-top: -65px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}
#footer #made-in-usa {
	position: absolute;
	margin-left: 348px;
	margin-top: 102px;
	z-index: 1000;
}
