* {
margin:0;
padding:0;
}

html {
height: 100%;
}

html, body {
height: 100%;
margin: 0;
padding: 0;
}

body { 
font-family:arial, verdana, helvetica;
font-size:12px;
color: #000;
font-style:normal;
text-align:center;
}			

#center-wrapper {
position: relative;
width:850px;
height: auto;
margin:0px auto;
text-align:left;
}

#paper {
position: relative;
width:850px;
height: 600px;
}

#header, #content, #footer {
position: relative; 
width:850px;
}

#header {
height:90px;
background: url(../images/headerLogo.jpg) 0px 0px no-repeat;
border-bottom : .1em solid #fdb703;
padding:10px;
}

#content {
height: 450px;
padding:10px;
}

#content_left, #content_main  {
float: left;
height:450px;
}

#content_left {
width: 105px;
border-right:.1em solid #bf1f2d;
}

#content_main { 
width: 735px;
}


ul {
position: relative;
width: 700px;
top: 20px; left:30px;
line-height: 17px;
margin: 0em;
padding:0em;
list-style-type: none;
}

ul li.red, ul li.red_linebreak {
color:#7E0808;
font-size:12px;
font-style:italic;
font-weight: bolder;
}


ul li.red_linebreak {
margin-bottom: 1em;
}

ul li {
font-weight: bolder;

}

/*boxes*/
#content_boxes {
position: relative;
width: 735px;
height: 135px;
margin: 40px 0em 0em 0em;
background:url(../images/seoGradient.jpg) 0px 0px repeat-x;
}

#box1, #box2, #box3 {
float: left;
width: 220px;
height: 135px;
}

#box1 {
background:url(../images/seoGradient.jpg) 0px 0px repeat-x;
text-align: center;
margin:  0em 10px 0px 30px;
}

#box2 {
background:url(../images/webServicesGradient.jpg) 0px 0px repeat-x;
text-align: center;
margin:  0em 10px 0px 0px;
}

#box3 {
background:url(../images/techGradient.jpg) 0px 0px repeat-x;
text-align: center;
margin:  0em;
}


h2 {
font:Arial, Helvetica, sans-serif; 
font-size:11px;
font-weight:bold;
text-align: center;
margin: 10px 10px 5px 20px ;
}



#footer {
height: 50px;
text-align: center;
font-size: 9px;
text-align: center;
margin: 40px auto;
}

a, a img {
border: 0px;
text-decoration: none;
}
