*
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	font: 12px Arial, sans-serif;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}

div#head
{
	background-image: url(box_01.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 15px;
	width: 750px;
	height: 17px;
}
div#content
{
	background-image: url(box_02.gif);
	margin: 0px 0px 0px 15px;
	width: 750px;
}
div#foot
{
	background-image: url(box_03.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	width: 750px;
	height: 17px;
}
div.box
{
	background-color: #FFC;
	border: 1px solid #000;
	padding: 2px;
	width: 210px;
	margin: 0px 0px 2px 0px;
}

h1
{
	font-size: 1.25em;
	margin: 0px;
}
h2
{
	font-size: 1.1em;
	margin: 0px;
}

p
{ margin: 5px 0px 5px 0px; }

a:link
{
	color: #11A;
	text-decoration: underline;
}
a:visited
{
	color: #115;
}
a:hover
{
	color: #00C;
}

a:link.menu
{
	color: #115;
	font-weight: bold;
	text-decoration: none;
}
a:visited.menu
{
	color: #115;
	font-weight: bold;
	text-decoration: none;
}
a:hover.menu
{
	text-decoration: underline;
}

table.services
{
	margin: 2px;
	border-collapse: collapse;
	font: 12px Arial, sans-serif;
	border-top: 1px solid #000;
}
table.services th
{
	background-color: #FFC;
	color: #000;
	padding: 2px;
}
table.services th.features
{
	text-align: right;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
table.services th.packages
{
	border-bottom: 1px solid #000;
}
table.services td
{
	background-color: #FFF;
	color: #000;
	text-align: center;
	padding: 2px;
}
table.services td.alt
{
	background-color: #FFE;
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
table.services td.foot
{
	border-top: 1px solid #000;
	background-color: #A3AF82;
}

img
{
	border: 0px;
}

.left
{ text-align: left; }
.center
{ text-align: center; }
.right
{ text-align: right; }


input,textarea,select,button
{
	color: #000;
	font-size: 1em;
	background-color: #895;
	border: 1px solid #784;
}