* html {
margin:0;
padding:0;
}

body{
margin:0;
padding:0;
font-size: 12px;
background-color: #FFFFFF;
background-image:url(_images/bg.jpg);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul {
margin:0px;
padding:0px;
}

hr {
height:1px;
width:50%;
background-color:#000;
color:#000;
border:none;
}

a{
color:#990000;
text-decoration: none;
}

img {
border:0px;
}

h1 {
color:#990000;
}

h2 {
font-size:18px;
font-weight:100;
color:#990000;
margin-bottom:2px;
margin-top:0px;
}

h3 {
font-size:16px;
font-weight:bold;
margin: 0 0 10px 5px;
}

h4 {
font-size:16px;
font-weight:bold;
margin: 0px;
color:#990000;
}

#maincontainer{
width: 800px; 
margin: 0 auto;
border: 5px solid black;
}

.services {
color:#660000;
font-size:14px;
font-weight:bold;
}

#header{
background-image: url(_images/header.jpg);;
_background-position:top center;
height: 190px;
}

#nav {
  height:31px; 
  text-align:center; 
  background: url(_images/navbg.jpg);
_float: display:inline;
_margin-left:1px;
_width:801px;
}

#subnav {
height: 20px;
background-color:#111;
width:800px;
list-style-type:none; 
_margin-left:1px;
_width:801px;
}

#subnav li {
  float:left;
  display:inline;
  width:160px;
  background-color:#111;
  color:#ddd;
margin:0px;
text-align:center;
  line-height:20px;
  font-family:arial, verdana, sans-serif;
}

.nolink {
display:block;
width: 150px;
font-size:14px;
}

#subnav li a, #subnav li a:visited {
  display:block;
  width:160px;
  height:20px;
  color:#ddd;
  font-size:14px;
  text-decoration:none;
  line-height:20px;
  font-family:arial, verdana, sans-serif;
  background-color:#111;

}

#subnav li a:hover {
  color:#fff;
  background-color:#666;
} 

#subnav li a.current, #subnav li a.current:visited,  #subnav li a:active, #subnav li a:focus {
  color:#fff;
  background-color:#666;
  }

#masternav {
  padding:0; 
  margin:0 0px; 
  list-style-type:none; 
  width:800px;
  height:31px; 
  _width:801px;
  background:url(_images/bstarnavbg.jpg) repeat-x top left;
}

#masternav li {
  float:left;
  display:inline;
  width:131px;
  background:url(_images/bstarnavbg.jpg);
}

#masternav li a, #masternav li a:visited {
  display:block;
  width:131px;
  height:31px;
  color:#ddd;
  font-size:14px;
  text-decoration:none;
  line-height:31px;
  font-family:arial, verdana, sans-serif;
  background:url(_images/bstarnavbg.jpg);
}

#masternav li a:hover {
  color:#fff;
  background:url(_images/bstarnavhov.jpg);
} 

#masternav li a.current, #masternav li a.current:visited,  #masternav li a:active, #masternav li a:focus {
  color:#fff;
  background:url(_images/bstarnavcur.jpg);
}

#content{
float: left;
width: 100%;
text-align:justify;
background-color:#FFFFFF;
}

#right{
margin-left: 280px; /*Set left margin to LeftColumnWidth*/
}

#left{
float: left;
width: 280px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
}


#footer{
clear: left;
width: 800px;
_width:801px;
background: black;
color: #fff;
padding: 4px 0;
height:15px;
line-height:20px;
}

#footer a{
color: #fdd;
}

.inner {
margin: 0 20px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.inner ul {
margin-left:30px;
text-align:justify;
}

#floatright {
width:250px;
float:right;
margin:5px 0px 5px 20px;
}

#factbox {
width:226px;
border: 2px solid black;
padding: 10px;
}

#factbox ul {
margin-left: 14px;
}

#factbox li {
margin-bottom:5px;
}

.design, .dev, .seo { margin-top:-15px; }
.design li {margin: 2px 0 5px 20px;}
.dev li {margin: 2px 7px 5px 0; text-align:left;}
.seo li {margin: 2px 20px 5px 0;  text-align:left;}