html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#7d7d7d;
	font-size:100%;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 50em;
	max-width:100%;
	background:#fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
div#header {
	padding:1em 1em 0 1em;

}
div#content {
	padding: 0 2em 4em 2em; /* bottom padding for footer */
	overflow:auto;
	clear:both;
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#fff;
}
div#footer p {
	padding:1em;
	margin:0;
	text-align:center;
}

img {
	max-width:100%;
}
/* NAVIGATION
	**************************************************/

#nav {
	position: relative;
	top: 0;
	right: 6%;
	height: auto;
	padding: 0.9em 0 0 0;
	width: 100%;
	display: block;
}
#nav ul {
	list-style: none;
	margin: 0 auto;
	position: relative;
	float:right;
}
#nav li {
	float: right;
	height:2em;
	padding: 0 0.2em 0 0.2em;
}
#nav li a {
	font-size: 1em;
	color: #585858;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration:none;
	padding: 0.3em 0.7em 0.3em 0.7em;
}
#nav li a:hover {
	background: #f5f5f5;
}
/*Columns
	**************************************************/
	
#leftcol {
	float:left;
	width:22em;
	height:auto;
	text-align: left;
	max-width:100%;
}

#rightcol {
	float: right;
	width: 22em;
	height:auto;
	text-align:left;
	max-width:100%;
	margin: 0 auto;
}

/* LIST ************************************************/
.name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.12em;
	font-style: italic;
	font-weight:bold;
}
.price {
	width: auto;
	float:right;
}

body#home a#homenav, body#menu a#menunav, body#gallery a#gallerynav, body#contact a#connav {
	color: #fff;
	background: #585858;
	font-style: italic;
}
.roundedcorner a {
	display: block;
	text-decoration: none;
	padding: 0.3em 0.3em 0.3em 0.3em;
	color: #000;
	font-weight:bold;
	font-size: 1.1em;
	width: 5.8em;
	text-align: center;
	border: #585858 1px solid;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(css/border-radius.htc);
}
.roundedcorner a:hover {
	background: #f5f5f5;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.p2 {
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #585858;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 90%;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin-bottom: -0.4em;
	line-height: 90%;
}
.number {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight:bold;
}
.desc {
	max-width: 100%;
	width:22em;
	padding: 0 0 0 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: -0.6em;
	margin-bottom: 2em;
	height: 5em;
}
.desc2 {
	text-align: justify;
	padding: 0 0 0 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	font-style:normal;
	margin-top: -0.6em;
	margin-bottom: 1.1em;
	height: 70px;
}
.desc3 {
	max-width: 100%;
	width: 28em;
	margin:0 auto;
	text-align: justify;
	font-size: 0.9em;
}
.normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.footer {
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #585858;
}
