html,body {
	margin:0;
	padding:0;
   text-align: center;
}
body {
	font-family: "Trebuchet MS", "MS Sans Serif", Geneva, sans-serif;
   font-size: 13px;
   color: #000168;
   line-height: 130%;
}
div {
   text-align: left;
}
h1, h2, h3, h4 {
   color: #FF9800;
   margin: 0;
   padding: 10px 0 6px 0;
}
h1 {
   font-size: 20px;
   margin: 3px 0;
}
h2 {
   font-size: 18px;
   margin: 3px 0;
}
h3 {
   font-size: 16px;
   margin: 3px 0;
}
h4 {
   font-size: 14px;
   margin: 3px 0;
}
a {
   color: #3399FE;
}
a:hover {
   color: #FF9800;
}
img {
   border: 0;
}


#nav {
   width: 840px;
   height: 224px;
   background: url(images/navbg.gif) top left no-repeat;
   margin: 10px auto 0 auto;
}
#nav a {
   width: 87px;
   height: 87px;
   display: block;
   float: left;
   display: inline;
}
a#nav1 {
   background: url(images/btn_contact.gif) top left no-repeat;
   margin-left: 67px;
   margin-top: 135px;
}
a#nav1:hover, a#nav1.current {
   background: url(images/btn_contact.gif) -87px 0 no-repeat;
}   
a#nav2 {
   background: url(images/btn_quote.gif) top left no-repeat;
   margin-left: 58px;
   margin-top: 88px;
}
a#nav2:hover, a#nav2.current {
   background: url(images/btn_quote.gif) -87px 0 no-repeat;
}   
a#nav3 {
   background: url(images/btn_shop.gif) top left no-repeat;
   margin-left: 72px;
   margin-top: 55px;
}
a#nav3:hover, a#nav3.current {
   background: url(images/btn_shop.gif) -87px 0 no-repeat;
}   
a#nav4 {
   background: url(images/btn_home.gif) top left no-repeat;
   margin-left: 71px;
   margin-top: 38px;
}
a#nav4:hover, a#nav4.current {
   background: url(images/btn_home.gif) -87px 0 no-repeat;
}   

#main {
   background: url(images/t-shirtbg.jpg) top right no-repeat;
   width: 840px;
   margin: 0 auto;
}
#leftcol {
   float: left;
   width: 466px;
}
#rightcol {
   float: left;   
   width: 374px;
   margin-top: 328px;
}
#rightcolbox {
   background-color: #F8E348;
   padding: 5px 20px;
}
#rightcolbox h3 {
   color: #000168;
}
.clear {
   clear: left;
}
.contents {
   padding: 20px;
}
#footer {
   width: 840px;
   margin: 10px auto 10px auto;
   text-align: center;
   font-size: smaller;
   color: #999999;
}
#footer a {
   color: #999999;
}
#footer a:hover {
   color: #000000;
}
#col1, #col2 {
   float:left;
   width: 165px;
}
li {
   list-style-type: square;
}
.center {
   text-align: center;
}
th, td {
   vertical-align: top;
}
.linkbox {
   width: 148px;
   height: 40px;
   border: 1px solid black;
   margin: 0 auto;
   padding: 10px;
   margin-bottom: 20px;
}
input.text {
   width: 200px;
   border: 1px solid #aaaaaa;
}
textarea {
   width: 200px;
   height: 50px;
   border: 1px solid #aaaaaa;
}
