/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;
	padding:0px;
	margin:0px;
	background-color: #B67E7D;
	background-repeat: no-repeat;
	background-position: center 15px;
	line-height: 160%;
	background-image: url(img/teawithme.jpg);
}
img {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}

h1 {
	font-size: 12px;
	text-transform:uppercase;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0px;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

/* ----------container to center the layout-------------- */
#container {
	width: 860px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	height: 640px;
	background-repeat: no-repeat;
	background-position: 0px center;
}

/* -----------------content--------------------- */
#content {
	width: 440px;
	float: right;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
.inspring {
	list-style-type: none;
	text-align: left;
	color: #3A0000;
	font-style: normal;
}
#links {
	clear: none;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	width: 150px;
	margin-top: 400px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}


ul.nav {
	padding: 0px;
	list-style-type: none;
	float: right;
	text-align: left;
	margin: 0px;
	width: auto;
}
ul.nav a {
	color: #FFF;
	margin-right: 5px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 12px;
	background-color: #DA938F;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-variant: small-caps;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
ul.nav a:hover {
	color: #FFF;
	background-color: #965348;
	text-decoration: none;
}
#wrapper .nav li a:hover {
	color: #380000;
	margin: 0px;
	padding: 0px;
}
ul.nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

*html ul.nav a {
	height: 1px;

