html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

div.day_description {width:850px}

body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0;
	font-size: 12px;
	color: #333;
	background: #669933 url(../images/bg-gradient.jpg) 0 0 repeat-x;
	sbackground: #336600;
}

div#splash {
/*
	background: url(../images/splash/vespa_rice960.jpg) 0 0 no-repeat;
	background: url(../images/splash/vespa_rice_rounded.jpg) 0 0 no-repeat;
	background: url(../images/splash/vespa_rice_580x960.jpg) 0 0 no-repeat;	
	background: url(../images/splash/vespa_rice_rounded_40.jpg) 0 0 no-repeat;
*/
	background: url(../images/splash.jpg) 0 0 no-repeat;
	height: 610px;
	width: 960px;
}

div.center {
	text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	xbackground: #669933;
	xbackground: #eeeeee;
	xbackground: #ff9933;
}

body.width_medium div#wrapper {
	width: 960px;
}

#breadcrumb {
	smargin-left: 151px;
	smargin-right:11px;
	margin-top:6px;
	margin-bottom: 6px;
	margin-left: 150px;
	padding:4px;
	text-align: left;
	background: #336600;
	border: 1px solid #dddddd;
	color: #ffffff;
	font-size:12px;
	width:810px;
}

a:link, a:visited {
	sfont-size: 12px;
	color: #cd6620;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #ac5419;
}

.quote { padding-left: 5px; }

blockquote {
	text-indent: 25px;
	smargin-left:20px;
	spadding-left:25px;
	background: url(../images/open_quotes.png);
	background-position: 11 2px;
	background-repeat: no-repeat;
}

blockquote p {
	display: inline;
	margin: 0;
	font-style:italic;
	padding-right: 24px;
	background: url(../images/closed_quotes.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/*
.orange_heading {
	color:#cd6620;
	font-weight:bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
*/

.heading {
	color: #cd6620;
	font-weight: bold;
	font-size: 14px;
}

h1 {
	font-family: Helvetica, sans-serif;
	color: #cd6620;
	font-weight: bold;
	font-size: 14px;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 15px; }

img { border: 0 none;}

.polaroid {
/*
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
	border-top: 10px solid #fff;
	border-bottom: 25px solid #fff;
*/
	border: 1px solid #aaa;
	margin-bottom: 5px;
}

.left_image {
	spadding-right: 12px;
	spadding-bottom: 13px;
	float: left;
	margin-right: 12px;
	margin-bottom: 3px;
	border: 1px #ccc solid; 
	padding: 3px;
}

.right_image {
	spadding-left: 12px;
	spadding-bottom: 3px;
	float: right;
	margin-left: 12px;
	margin-bottom: 3px;
	border: 1px #ccc solid; 
	padding: 3px;
}

.clr {
	clear: both;
}

#content_window_top {
	width:950px;
	height: 17px;	
	background: url(../images/window_top.png) no-repeat;
}

#content_window {
	width: 950px;
	text-align:left;
	background: #ffffce url(../images/window_middle.png) no-repeat;
}

#content_window_padding{
	padding:1px 40px;
}

#content_window_bottom {
	width: 950px;
	height: 17px;
	background: url(../images/window_bottom.png) no-repeat;	
}

#footer {
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
	font-size: 10px;
	color: #ffffff;
}

a.headerlink:link {
	color: #ffffff;
}

a.headerlink:visited  {
	text-decoration: none;
	color: #ffffff;
}

a.headerlink:hover {
	text-decoration: underline;
}

a.footerlink:link {
	color: #ffffff;
	font-size:10px;
}

a.footerlink:visited  {
	text-decoration: none;
	color: #ffffff;
}

a.footerlink:hover {
	text-decoration: underline;
}

.day_heading { margin-bottom:5px; }
.day_description {
	padding-top:15px;
	padding-bottom:0px;
	margin-left:20px;
}