@charset "utf-8";
/* CSS Document */

body{
	background: #000 center;
	color: #fff;
	font: 0.7em Verdana, sans-serif;
	line-height: 1.7em;
	text-align: center;
	margin: 0px; 
	padding: 0px;
}

p{
	margin-top: 0px;
}

ul ol{
	line-height: 1.7em;
}

a:link, a:visited{
	color: #57D5E6;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active{
	text-decoration: underline;
	color: #6c6;
	font-weight: bold;
}

#container{
	margin: 0 auto;
	width: 760px;
	height: 369px;
	text-align: left;
	background: url(../images/bkg.jpg) center top no-repeat;
}

#menu{
	position: absolute;
	top: 188px;
	width: 404px;
	font-size: 1em;
	text-align: center;
}

#phone{
	position: relative;
	width: 370px;
	margin: 0 auto;
	font: 3.2em Arial, sans-serif;
	text-align: center;
	float: right;
	clear: none;
	top: 174px;
}

#header{
	margin-bottom: -0px;
}

#main{
	position: absolute;
	top: 228px;
	width: 760px;
	margin: 0 auto;
}

#content{
	width: 550px;
	padding-left: 10px;
	float: left;
	clear: none;
}

.ruled{
	border-bottom: #666 solid 1px;
	margin-top: 15px;
	padding-bottom: 20px;
}

#buttons{
	width: 200px;
	margin: 36px 0px 0px 0px;
	text-align: center;
	float: right;
}

#footer{
	width: 760px;
	margin: 20px 0px 20px 0px;
	padding-top: 20px;
	font-size: 0.9em;
	text-align: center;
	border-top: #666 solid 1px;
	clear: both;
}

.insets{
	border: #999 solid 1px;
	padding: 8px;
	margin: 10px 30px 10px 30px;
}

.silver{
	color: #ccc;
	font-size: 1.1em;
	font-weight: bold;
}
.gold{
	color: #F7BE4E;
	font-size: 1.1em;
	font-weight: bold;
}
.diamond{
	color: #BACBDA;
	font-size: 1.1em;
	font-weight: bold;
}
.wedding{
	color: #ccc;
	font-size: 1.1em;
	font-weight: bold;
}
.bachelor{
	color: #7dc;
	font-size: 1.1em;
	font-weight: bold;
}
.standard{
	color: #6c6;
	font-size: 1.1em;
	font-weight: bold;
}
#note{
	border: #ccc dashed 1px;
	width: 150px;
	background: #333;
	padding: 10px;
	text-align: center;
	float: right;
}
#formarea{
	border: #ccc dashed 1px;
	background: #333;
	padding: 10px;
}