html { height: 100%; }

body {
	background-color: #2b2b2b;
	text-align: center;
	font-size: 11px;
	color: #b3b3b3;
	font-family: verdana,sans-serif;
	height: 100%;
}

table.valign {
	border-collapse: collapse;
	border-spacing: 0;	
	border: none;
	width: 100%;
}

td.valign {
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#shadow {
	width: 782px;
	background-repeat: no-repeat;
	margin: 0 auto; 
	padding-bottom: 10px;
	/* background-image: url(images/Shadow.jpg); */
}
#shadow[id] {
	/* background-image: url(images/Shadow.png); */
}

#main {
	position: relative;
	
	width: 765px;
	/* border-left: 1px solid #666;
	border-bottom: 1px solid #444; */
}

#head {
	width: 765px;
	height: 75px;
	background-image: url(/images/Head.gif);
}

#nav {
	text-align: right;
	line-height: 75px;
	padding-right: 38px;
	font-size: 10px;
}

#nav a {
	color: #a6a6a6;
	font-family: Verdana,sans-serif;
	text-decoration: none;
	margin: 0 6px 0 5px;
	padding: 3px 5px;
	_padding: 1px 6px;
	border: 1px solid #161616;
	letter-spacing: 5%;
}
#nav a:hover { border: 1px solid white; color: white; }

#body {
	text-align: left;
	height: 447px;
	padding-left: 120px;
	background-image: url(images/Body.jpg);
	background-repeat: repeat-y;
	background-color: white;
	color: #666;
	position: relative;
}

div#body.bgbg {
	padding-left: 0;
	background-image: url(images/bgbg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#hometext {
	padding-right: 90px;
}
div#hometext {
	_margin-top: -8px;
	_line-height: 1.1em;
}

table.pricing {
	margin-top: 2em;
	margin-left: 1em;
	width: 285px;
	border-spacing: 0;
	line-height: 1.4em;
}
table.pricing { _margin-top: 1em; }
table.pricing td { 
	vertical-align: top; 
	padding: 0 4px;
}
table.pricing td.price { color: rgb(172,78,103); text-align: right; }
table.pricing td span.title { color: rgb(172,78,103); padding: 5px 0 3px 0; }
table.pricing tr.sechead td { padding-top: 9px; padding-bottom: 3px; }

table.pricing#col1 { float: left; }
table.pricing#col2 { padding-left: 1em; }

#foot {
	text-align: center;
	clear: both;
	height: 28px;
	border-top: 1px solid white;
	background-image: url(images/Foot.gif);
}
#foot, #foot a {
	color: #999999;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
	

#contact { 
	margin-top: 9px; 
	color: #a6a6a6;
	font-size: 10px;
}
#contact .sep { margin: 0 .3em; }

#copyright {
	width: 765px;
	text-align: center;
	font-size: 10px;
	color: #808080;
	padding-top: 3px;
	margin: 0 auto;
	position: relative;
	top: -4px;
	font-family: 'Trebuchet MS',helvetica, sans-serif;
}
#copyright a { color: #808080; }
