#content_menu {
float: left;
z-index: 100;
position:relative;
width: 200px;
margin-right: 10px;
margin-top: 3em;
text-transform: lowercase;

}

#content_menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#content_menu li {
  margin-bottom: 3em;
}
#content_menu a {
color: blue;
font-family: Arial;
}

#content_text {
margin-left: 210px;
}

img {
   behavior: url("/static/pngbehavior.htc");
}

a img {
  border: 0px;
}

body {
	background: #25556e url(../images/sky.jpg) repeat-x 0 0;
	color: black;
  font-family: Georgia,Times,serif;

}

h1,h2,h3,h4,h5 {
  text-transform: lowercase;
  letter-spacing: 1px;
  font-weight: normal;
  margin-left: -20px;
}
                           
h3,h4,h5 {
  margin-left: -10px;
  font-weight:bold;
}

#header { 
	text-align: center;

  margin: 0px auto;
  width: 90%;
}

#header * {
  margin: 0;
}

#nav_box {
	width: 90%;
	background: url(/static/blank.gif);
	text-align: center;
	margin: 0px auto;
	padding: 15px;
	position: relative;

}

#nav_box .tl {
  position: absolute;
	top:0;
	left: 0;

	width: 15px;
	height: 15px;

	margin-bottom: 0;

  background: url(../images/nav-tl.png) no-repeat 0 0 !important;
	background: url(../images/nav-tl.gif) no-repeat 0 0;
}

#nav_box .top {
  position: absolute;
  background: url(../images/nav-top.png) repeat-x 0 0 !important;
	background: url(../images/nav-top.gif) repeat-x 0 0;
	height: 15px;
	top:0;
	left: 15px;
	right: 14px;
	margin-bottom: 0;
}

* html #nav_box .top {
	width: expression(document.getElementById("nav_box").clientWidth -14 -15+ "px");
}
#nav_box .tr {
  position: absolute;
  background: url(../images/nav-tr.png) no-repeat 0 0 !important;
	background: url(../images/nav-tr.gif) no-repeat 0 0;

width: 15px;
height: 15px;
top:0;
right: 0;

margin-bottom: 0;
}


#nav_box .bl {
  position: absolute;
  background: url(../images/nav-bl.png) no-repeat 0 0 !important;
  background: url(../images/nav-bl.gif) no-repeat 0 0;
	width: 15px;
	height: 15px;
	bottom: 0;
	left: 0;

	margin-bottom: 0;

}

#nav_box .bottom {
  position: absolute;
  background: url(../images/nav-bottom.png) repeat-x 0 0 !important;
	background: url(../images/nav-bottom.gif) repeat-x 0 0;
	height: 15px;
	bottom:4px;
	left: 15px;
	right: 14px;
	
	margin-bottom: 0;
}
* html #nav_box .bottom {
	width: expression(document.getElementById("nav_box").clientWidth -14 -15+ "px");
}
#nav_box .br {
  position: absolute;
  background: url(../images/nav-br.png) no-repeat 0 0 !important;
  background: url(../images/nav-br.gif) no-repeat 0 0;
width: 15px;
height: 15px;
bottom:0;
right: 0;

margin-bottom: 0;

}

#nav_box .left {
  position: absolute;
  background: url(../images/nav-left.png) repeat-y 0 0 !important;
  background: url(../images/nav-left.gif) repeat-y 0 0;
width: 15px;
top:15px;
bottom: 15px;
left: 0;

margin-bottom: 0;
}

* html #nav_box .left {

   height: expression(document.getElementById("nav_box").clientHeight -15 -15+ "px");
line-height:1px; 
font-size:1px;
overflow: hidden;
}

#nav_box .right {
  position: absolute;
  background: url(../images/nav-right.png) repeat-y 0 0 !important;
  background: url(../images/nav-right.gif) repeat-y 0 0;
width: 15px;
top:15px;
bottom: 15px;
right: 0px;

margin-bottom: 0;
}
* html #nav_box .right {
	height: expression(document.getElementById("nav_box").clientHeight -15 -15+ "px");
line-height:1px; 
font-size:1px;
overflow: hidden;
}

#menu {
overflow: auto;
background: white;
padding-bottom: 7px;
color: inherit;
margin-bottom: 0;
text-align: center;
width: 100%;
}

#menu a {
font: 16px Georgia,Times,serif;
letter-spacing: 1px;

color: #3A6E84;
width: 19%;
display:block;
float: left;
text-transform: lowercase;
text-decoration: none;

margin-bottom: 0;
}

#menu a:hover {
text-decoration: underline;
}

#content_container {
position: relative;
margin: 0px auto;
width: 90%;
padding-top: 0;
padding-left: 15px;
padding-right: 15px;

}

#content_container .left {
 position: absolute;
  background:  url(../images/content-left.png) repeat-y 0 0 !important;
	  background:  url(../images/content-left.gif) repeat-y 0 0;
width: 15px;
top:0px;
bottom: 0px;
left: 0;
}

* html #content_container .left {
	height: expression(document.getElementById("content_container").clientHeight + "px");
}

#content_container .right {
 position: absolute;
  background: url(../images/content-right.png) repeat-y 0 0 !important;
	  background: url(../images/content-right.gif) repeat-y 0 0;

width: 15px;
top:0px;
bottom: 0px;
right: 0;
}

* html #content_container .right {
	height: expression(document.getElementById("content_container").clientHeight + "px");
}

#content {
background: white;
color: inherit;
position: relative;
padding: 0px 20px;
margin: 0px;
overflow: auto;
}

#tagline {
position: absolute;
top: 120px;
}

#lasercut {
position: absolute;
top: 0;
left: 400px;
}
#description {
margin-top: 0px;
margin-left: 410px;
padding-top: 70px;
padding-bottom: 140px;
margin-bottom: 0px;
}


#footer {
width: 90%;
text-align: center;
margin: 0px auto;
padding-left: 15px;
padding-bottom: 15px;
padding-top: 7px;
padding-right: 14px;
position: relative;

}

#footer .tl {
  position: absolute;
  background: url(../images/footer-tl.png) no-repeat 0 0 !important;
  background: url(../images/footer-tl.gif) no-repeat 0 0;
width: 15px;
height: 15px;
top:0;
left: 0;
margin-bottom: 0;
}
#footer .top {
  position: absolute;
  background: url(../images/footer-top.png) repeat-x 0 0 !important;
  background: url(../images/footer-top.gif) repeat-x 0 0;

height: 15px;
top:0;
left: 15px;
right: 14px;

margin-bottom: 0;
}

* html #footer .top {
	width: expression(document.getElementById("footer").clientWidth -15 -14 + "px");
}


#footer .tr {
  position: absolute;
  background: url(../images/footer-tr.png) no-repeat 0 0 !important;
  background: url(../images/footer-tr.gif) no-repeat 0 0;
width: 15px;
height: 15px;
top:0;
right: 0;

margin-bottom: 0;
}


#footer .bl {
  position: absolute;
  background: url(../images/footer-bl.png) no-repeat 0 0 !important;
  background: url(../images/footer-bl.gif) no-repeat 0 0;
width: 15px;
height: 15px;
bottom: 0;
left: 0;

margin-bottom: 0;

}
#footer .bottom {
  position: absolute;
  background: url(../images/footer-bottom.png) repeat-x 0 0 !important;
  background: url(../images/footer-bottom.gif) repeat-x 0 0;
height: 15px;
bottom:0px;
left: 15px;
right: 14px;

margin-bottom: 0;
}
* html #footer .bottom {
	width: expression(document.getElementById("footer").clientWidth -15 -14 + "px");
}

#footer .br {
  position: absolute;
  background: url(../images/footer-br.png) no-repeat 0 0 !important;
  background: url(../images/footer-br.gif) no-repeat 0 0;
width: 15px;
height: 15px;
bottom:0;
right: 0;

margin-bottom: 0;

}

#footer .left {
  position: absolute;
  background: url(../images/footer-left.png) repeat-y 0 0 !important;
  background: url(../images/footer-left.gif) repeat-y 0 0;
width: 15px;
top:7px;
bottom: 15px;
left: 0;

margin-bottom: 0;
}

* html #footer .left {
	height: expression(document.getElementById("footer").clientHeight -15 -7 + "px");
line-height:1px; 
font-size:1px;
overflow: hidden;}

#footer .right {
  position: absolute;
  background: url(../images/footer-right.png) repeat-y 0 0 !important;
  background: url(../images/footer-right.gif) repeat-y 0 0;
width: 15px;
top:7px;
bottom: 15px;
right: 0px;

margin-bottom: 0;
}

* html #footer .right {
	height: expression(document.getElementById("footer").clientHeight -15 -7 + "px");
line-height:1px; 
font-size:1px;
overflow: hidden;}

#footer .content { 
	font: 11px Georgia,Times,serif;
letter-spacing: 1px;
padding-bottom: 7px;
color: #3A6E84;
text-transform: lowercase;
	background: white;
}

#footer abbr {
text-transform: uppercase;
}
