html, body {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	background-color:#fdf5e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.shell {
	width:900px;
	margin:auto;
	min-height:100%;
	_height:100%;
	position:relative;
}

.albumen {
	height:100%;
}

/* yolk divs */
.navtitle {
	background-image:url(images/navtitle.gif);
	height:99px;
}
.nav {
	height:31px;
	padding-top:68px;
	font-family:"Gill Sans MT", arial, helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
}
.nav ul {
	list-style:none;
	padding:0;
	margin:0;
	height:31px;
}
.nav li {
	display:inline;
	float:left;
	padding:0;
	margin:0;
	height:31px;
}
.nav a {
	padding:1px 10px 10px 10px;
	text-decoration:none;
	color:#FFF;
	height:18px;
	line-height:18px;
}
.nav a:hover {
	color:#925520;
}
.tophome {
	background-image:url(images/tophome.jpg);
	height:255px;
}
.toppage {
	background-image:url(images/toppage.jpg);
	height:255px;
}
.indent {
	padding:0 44px;
}
.threeboxtop {
	background-image:url(images/threeboxtop.gif);
	height:39px;
	background-repeat:no-repeat;
}
.threeboxtop .col {
	width:270px;
	float:left;
	text-align:center;
	font-size:24px;
	color:#FFF;
}
.threeboxrpt {
	background-image:url(images/threeboxrpt.gif);
	background-repeat:repeat-y;
}
.threeboxrpt .col {
	width:190px;
	float:left;
	color:#FFF;
	padding:5px 40px 5px 40px;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.threeboxbtm {
	background-image:url(images/threeboxbtm.gif);
	background-repeat:no-repeat;
	height:10px;
}
.content {
}
.content .main {
	float:left;
	width:471px;
	padding:0 40px 0 30px;
}
.content .full .quarter {
	clear:both;
}
.content .full .quarter li {
	width:25%;
	float:left;
}
.content .pics {
	float:right;
	width:271px;
	background-image:url(images/vertdivider.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin-top:60px;
	text-align:center;
}
.col33 { width:33%; float:left;}
.col66 { width:66%; float:left;}
.clear { clear:both;}
/* end yolk divs */

.footerclear {
	height:60px;
}

.footer {
	height:60px;
	bottom:0;
	position:absolute;
	width:900px;
	margin:auto;
	background-color:#291f15;
	line-height:30px;
	color:#FFF;
	text-align:center;
}
h1, h2, h3, h4, h5, p { margin:0;}
p {padding-bottom:10px; line-height:1.3;}
h1 {
	color:#e96603;
	padding-bottom:10px;
	padding-top:10px;
	font-size:28px;
	font-weight:normal;
}
h2, h3, h4, h5 {color:#e96603; padding-top:10px;}
h2 {font-size:24px;}
h3 {font-size:20px;}
h4 {font-size:16px;}
h5 {font-size:12px;}
a {color:#fff; text-decoration:underline;}
a:hover {color:#CCC;}
.content a { color:#000;}
.content a:hover { color:#e96603;}

ul {
	margin-top:0;
	margin-bottom:0;
	padding-top:0px;
	padding-bottom:4px;
}
li {
	margin-top:0;
	margin-bottom:0;
	padding-top:4px;
	padding-bottom:4px;
}
dl { margin:0; padding:10px 0;}
dt { margin:0;}
dd { margin:0 0 0 50px;}

/* Form definition list styles - to be pasted into main stylesheet, or used standalone, as desired. Some tweaking to colours and sizes may be required to suit individual site */
form dl, .likeform dl {
	padding: 4px 0;
	margin: 0px;
	cursor:default;
	color:#666666;
	width:100%;
	clear:both;
}

form dt, .likeform dt {
	float: left;	
	width: 30%;
	text-align: left;
	display: block;
	margin: 0px;
}

form dd, .likeform dd {
	margin-left: 31%;
	vertical-align: top;
	margin: 0px;
}

.input, .textarea { border:0;}

.inputwidth:hover {
	border: 1px solid #65A7EF;
}

.inputwidth:focus {
	border: 1px solid #1362B9;
	color: #000000;
}

.inputwidth {
	width:180px;
	height:20px;
	display:inline;
	position:relative;
	background-color:#FFF;
	border:1px solid #999;
	float:left;
	line-height:20px;
}

.fixedvalue {
	width:180px;
	height:20px;
	display:inline;
	position:relative;
	float:left;
	line-height:20px;
	font-style:italic;
	font-weight:bold;
}

.paymentbutton {
	width:282px;
	height:47px;
	background-image:url(images/payment.gif);
	background-repeat:no-repeat;
	font-size:0px;
	text-align:left;
	line-height:1px;
	vertical-align:top;
	border:none;
	 cursor:pointer; cursor:hand;
}
.paymentbutton:hover { border:none;}
.reviewbutton {
	width:282px;
	height:47px;
	background-image:url(images/reviewbtn.gif);
	background-repeat:no-repeat;
	font-size:0px;
	text-align:left;
	line-height:1px;
	vertical-align:top;
	border:none;
	 cursor:pointer; cursor:hand;
}
.reviewbutton:hover { border:none;}