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

body{
	margin:0px;
	padding:0px;
	background-image: url(images/bg.jpg);
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #630;
}


h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FC3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	padding-bottom: 5px;
	width: 450px;
}

p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #fcf2cf;	
}

.bodyText{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #fcf2cf;	
}

#price{
	background-color: #EBB076;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #960;
	border-bottom-color: #960;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #333;
}

.subtitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FC6;
}

.subtitle2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #993300;
}

.form{
	border: 1px solid #4e1003;
	background-color: #D1AB7D;
	color: #4e1003;
	padding: 5px;
}
