/* CSS Document */

body{
margin:0px;
padding:0px;
font-family:Geneva, Arial, Helvetica, sans-serif;
background:#cccccc;
}

table.layout{
border:none;
width:900px;
}

table.banner{
border:none;
width:100%;
height:230px;
}

table.copyright{
border:none;
width:100%;
}

table.domains_hosting{
border:none;
width:500px;
padding:0px;
}


td.content{
border:none;
width:100%;
height:120px;
background:url(../images/interface/content.jpg) repeat-y;
}

td.footer{
border:none;
width:100%;
height:50px;
background:url(../images/interface/footer.jpg) no-repeat;
}

div.contentWrapper{
border:none;
margin-top:15px;
margin-bottom:15px;
margin-left:35px;
margin-right:35px;
padding:5px;
}

img.header{border:none;width:900px;height:190px;}
img.menu{border:none;width:127px;height:40px;}
img.spacer{border:none;width:11px;height:40px;}
img.heading{border:none;width:800px;height:50px;}
img.subHeading{border:none;width:800px;height:50px;}
img.screenshots_webs{border:solid 1px #cccccc;width:220px;height:160px;}
img.screenshots_logos{border:solid 1px #cccccc;width:220px;height:160px;}
img.screenshots_businessCards{border:1px solid #cccccc;width:220px;height:130px;}

tr{vertical-align:top;}
p{text-align:justify;}
.bold{font-weight:bold;}
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}

.style1{border:none;color:red;letter-spacing:3px;}
.style2{border:none;color:red;letter-spacing:10px;font-variant:small-caps;}
.style3{border:none;color:red;letter-spacing:10px;}
.style4{border:none;color:#000066;font-weight:bold;letter-spacing:0px;}


