* {
  margin: 0;
}

html, body {
  margin:0;
  min-height:100%;
  padding:0;
  height: 100%;
}

body {
	background: #FFFFFF url(/_theme/images/header-bg.jpg) repeat-x top;
  height:100%;  
  min-width:950px;
}

#master {
  z-index:10;
  width:754px;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin: 0 auto -64px auto;
}

#logo {
  padding-top: 14px; 
}

#container {
	min-height: 600px;
  border:solid 2px #cfcfcf;
  background: #cdcdcd url(/_theme/images/content-bg.jpg) repeat-x top;
  -moz-border-radius:0 2em 2em 0;
  z-index:10;
  padding-top: 10px;
  padding-bottom: 20px;
}

#content {
  padding-left: 80px;
  padding-right: 20px; 
}

#footer {
	height: 64px; /* .push must be the same height as .footer */
	margin: 0;
	color: #FFFFFF;
	text-align: center;
	background: #FFFFFF url(/_theme/images/footer-bg.jpg) repeat-x ;
}

#footer div {
  padding-top: 35px;
}

#spacer {
  clear: both;
  height: 65px;
}

h1#title { 
  background:url(/_theme/images/big-square.jpg) repeat-y left;
  padding-left: 40px;
  color: #3878db;
  font-size : 1.8em;
  margin-bottom: 0.8em;  
}

div#image {
  text-align: right;
  margin-right: 20px;
}