body 
{
  margin:0px;
	padding:0px;
	background-image:url(images/background.jpg);
}

#menu
{
	display:none;
}

#menu a
{
	display:block;
	padding:1px 2px 1px 2px;
  margin-top:3px;
	margin-bottom:3px;
	margin-left:2px;
	margin-right:2px;
	width:155px;
	color:#000060;
	background-image:url(images/button-up.jpg);
	background-repeat:vertical;
  margin-right:10px;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	background-color:white;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}

#menu a:hover
{
  color:#000060;
	letter-spacing:1px;
	background-color:#EE3312;
	background-image:url(images/button-down.jpg);
	background-repeat:vertical;
}


#contact
{
  position:absolute;
	left:10px;
	top:270px;
	width:165px;
  padding:5px;
  margin-right:10px;
	border-width:2px;
	border-style:solid;
	border-color:#00003B;
	background-color:#FFFFBB;
	font-family:arial;
	font-size:12px;
  
}

#contact a
{
  color:#0306EB;
	text-decoration:none;
	font-weight:bold;
}

#contact a:hover
{
  text-decoation:underline;
	color:blue;
}


#content
{
  position:absolute;
	left:200px;
	top:10px;
	background-color:white;
	/*background-image:url(images/title.jpg);
	background-repeat:no-repeat;
	padding-top:150px;
	*/
	color:black;
  margin-right:10px;
	border-width:2px;
	border-style:solid;
	border-color:#00003B;
	padding-left:5px;
	padding-right:5px;

	padding-bottom:5px;
	font-family:arial;
	font-size:13px;
	width:580px;
	text-align:center;
}

#content a
{
  color:#0306EB;
	text-decoration:none;
	font-weight:bold;
}

#content a:hover
{
  text-decoation:underline;
	color:blue;
}

#content table
{
	font-family:arial;
	font-size:13px;
}

#content h1
{
  font-family:arial, helvetica, serif;
	font-size:32px;
	text-decoration:underline;
}

#content small
{
  font-style:italic;
	font-size:12px;
}

.featuresection /* Used on Features Page */
{
  font-weight:bold;
	text-align:right;
}

#prices
{
  border-style:solid;
	border-width:1px;
	border-color:black;
	background-color:white;
	color:#000000;
	width:300px;
	font-size:14px;
}

#pricesheader1
{
  font-size:16px;
  background-color:#C0A161;
	color:black;
	font-weight:bold;
	text-decoration:underline;
}

#pricesheader2
{
  background-color:#E0C181;
	color:black;
	font-style:italic;
	font-weight:bold;
}


#pricesyellow
{
  background-color:#FFFFBB;
	border-color:black;
	border-style:solid;
	border-width:1px;
}

#priceswhite
{
  background-color:white;
}

#title
{
  background-image:url(images/goldgradient.jpg);
	background-repeat:repeat-y;
	font-size:24px;
	font-weight:bold;
	font-family:arial;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:20px;
}

