* {
	margin:0px;
	padding:0px;
	border:0px;
}
html, body {
	background-color: #F1ECDA;
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	font-size:14px;
}
h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #630;
	font-size:22px;
	font-weight:normal;
	margin-bottom:15px;
	clear:both;
}
h2 {
	font-size:16px;
	font-weight:normal;
	margin:15px 0px;
}
p {
	margin:15px 0px;	
}
a {
	font-weight:bold;
	color: #630;
}
#wrap {
	background-image: url(../body/body_bg.gif);
	width: 700px;
	padding-right: 16px;
	padding-left: 17px;
	margin:auto;
}
#navigation {
	background-image: url(../body/nav_bg.gif);
	height: 39px;
}
#navigation li {
	list-style-type:none;
	float:left;
}
#navigation li a {
	color: #633;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float: left;
	background-image:url(../body/nav_spacer.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:29px;
	padding-top:10px;
	padding-right:12px;
	padding-left:10px;
	font-size:12px;
}
#navigation li a.last {
	background-image:none;	
}
#navigation li a:hover {
	color:#000;	
}
#footer {
	background-image: url(../body/body_footer.gif);
	height:35px;
	width:733px;
	margin:auto;
	clear:both;
	display:block;
}
#left {
	width: 470px;
	float:left;
	padding:10px;
	line-height:18px;
}
#right {
	width: 180px;
	height:400px;
	float:right;
	font-size:11px;
	padding:10px;
}
#right h2 {
	text-align:center;	
}

div.space {
	height:22px;
	background-image:url(../body/spacer.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:10px 0;
}
input, select, textarea {
	padding:3px;
	font-size:11px;
	background-color:#FFF;
	border:1px solid #630;
	margin: 5px 0px;
	width: 95%;
}
select {
	width: 65%;	
}
#innerfooter {
	display:block;
	clear:both;
	padding:5px;
	font-size:10px;
	color: #999;
}
#innerfooter a {
	color: #999;
	text-decoration:none;
}

label {
	float: left;
	clear: both;
	width: 150px;
	font-weight: bold;
	text-align:right;
	margin-right: 10px;
	margin-top: 3px;
}
#order input, #order textarea {
	width: 302px;	
}

.lblbigger label {
	width: 390px;	
}
.lblbigger .labeltext {
	width:70px;	
}