
html { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
} 
body {
	font-family: "Georgia", serif;
	font-size: 12pt;
	background-color:#B4C8B6;
	text-align:left;
	padding:0px;
	border: 0px;
	margin: 0px;
	height: 100%;	
}

/* not needed
html, body, #container { min-height: 100%; width: 100%; height: 100%;}
html>body, html>body #container { height: auto;}
*/

div, table,tr,td,img,h1,h2,h3,h4,h5,h6,ul,li,a, form {
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
}
p {
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
	color:#444;
	margin-bottom:10px;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#444;
}

h1 {
	font-size: 14pt;
	font-family: "Lucida Sana", sans-serif;
	font-weight:normal;
}

h2 {
	font-size: 18pt;
	font-weight:normal;
}

h3 {
	font-size: 11pt;
	font-weight:normal;
	font-family: "Lucida Sana", sans-serif;
}

#container {
	position:absolute;
	top:20px;
	left:50%;
	width:960px;
	margin-left:-480px;
	border:1px solid #5A5C60;
	padding:0 20px 20px 20px;
	background-color:#fff;
}

.buzzwords1 {
	position:relative;
	top:19px;
	left:243px;
}
.buzzwords2 {
	position:relative;
	top:0px;
	left:3px;
	color:#5A5C60;
}

.logo {
	position:relative;
	top:0;
	left:0;
}

.description {
	position:relative;
	top:15px;
	left:0px;
}


.thegarage {
	clear:both;
	padding-top:20px;
}
.garagetext {
	float:left;
	width:300px;
}
.garageimages {
	float:left;
	width:262px;
}


.thewall {
	clear:both;
}
.walltext {
	float:left;
	width:300px;
}
.wallimages {
	float:left;
	width:262px;
}
.walllogo {
	margin-top:5px;
}

.footer {
	clear:both;
}

.oldsite {
	float:left;
	font-size: 10pt;
}

.date {
	float:right;
	font-size: 10pt;
}














