/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
    background: url(gfx/bckgrnd.jpg) #fff repeat-x left top;
    margin: 0px auto;
    color: #000;
    text-align: center;
    min-width: 750px;
	line-height:1.125em;
}
h1 {
	font-size:1.1em;
	color:#3366CC;
	font-weight:bold;
}
h2 {
	font-size:0.9em;
	color:#3366CC;
	font-weight:bold;
}
p, ul {font-size:0.875em;}
#wrapper {
	width:750px;
	margin:10px auto;
	padding: 0 0;
	background:#fff url(gfx/house_background.jpg) top left no-repeat;
	text-align:left;
	border:1px solid #06C;
}
#content {
	margin:250px 10px 10px 10px;
	padding:10px 10px;
	border:1px solid #666;
	width:490px;
	background-color:#fff;
}
#right-side {
	float:right;
	margin:0 auto;
	padding:10px 10px;
	text-align:center;
}
.small {font-size:0.75em;}
#image-space {padding:10px 10px;text-align:center;}