body
TD,P,body,A{COLOR:#000000;FONT-FAMILY:verdana;FONT-SIZE:10pt;}
a{cursor:crosshair;}
A:LINK{color:#FF6600;text-decoration:none;FONT-FAMILY:verdana;FONT-SIZE:10pt;}
A:VISITED{color:#FF6600;text-decoration:none;FONT-FAMILY:verdana;FONT-SIZE:10pt;}
A:HOVER{color:#993300;text-decoration:underline;FONT-FAMILY:verdana;FONT-SIZE:10pt;}

* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
background-image: url(images/bg1.png);
background-repeat: repeat-x;
background-position: top left;
background-color: #99CCFF;
}

.news {
background-image: url(images/news_bg.gif);
background-repeat: repeat-x;
background-position: top left;
	border: 1px solid #FFD6AC;
}

.host_pkg {
	border:1px solid black;
}

.main {
padding: 5px;
}
.container {
min-height: 100%;
margin: 0 auto;
}
* html .container {
height: 100%;
min-width: 750px;
}

.clearfooter {
height: 50px;
}
.footer {
background-image: url(images/bg2.png);
background-repeat: repeat-x;
background-position: top left;
width: 100%;
text-align: center;
height: 50px;
margin: -50px auto 0 auto;
text-decoration:none;
}

.holder {
width: 96%;
background-color: #FFFFFF;
text-align: left;
}
.roundtop { 
background: url(images/tr.gif) no-repeat top right; 
}
.roundbottom {
background: url(images/br.gif) no-repeat top right; 
}
img.corner {
width: 5px;
height: 5px;
border: none;
display: block !important;
}

.nav {
margin-top: 5px;
margin-left: 20px;
}
.nav a {
color: #FF6600;
font-weight:bold;
text-decoration: none;
height: 25px;
background: #ffffff url(images/bl.gif) left bottom no-repeat;
padding-left: 11px
}
.nav a span {
height: 25px;
background: url(images/br.gif) right bottom no-repeat;
padding-right: 11px
}
.nav a:hover {
color: #CC3300;
background: url(images/bl2.png) left bottom no-repeat;
padding-left: 11px
text-decoration: none;
} 
.nav a:hover span {
background: url(images/br2.png) right bottom no-repeat;
padding-right: 11px
}

/* Hide from IE5-Mac \*/
.nav a, .nav a span {
float: none
}
/* End hide */