/*

------------------------------------------

adventures in lving styles
created april 09

------------------------------------------*/





body {
	background:#D4CFB1 url(../images/html-bg2.jpg) no-repeat center top;
	color: #444;
	font: 13px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
td, p, ul, caption, label, li, ul, ol, div, img {
	text-align:left;
	vertical-align:top;
}
#container {
	width:800px;
	background:#fff;
	margin:50px auto;
	padding:50px;
	border:1px solid #444;
}
/* = links

------------------------------------------------------*/

a:link, a:visited {
	color: #B28000;
	text-decoration: none;
}
a:hover, a:active {
	color: #8C4F3A;
	text-decoration: underline;
}
a img {
	border: 0px;
	padding: 0;
	margin: 0;
}
a:hover img, a:active img {
	background-color: #FFF;
}
/* 	=text

---------------------------------------------------------------*/



p {
	margin:.5em .5em 1em 1em;
}
strong {
	font-weight:bold;
}
h1, h2, h3, h4, h5 {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #444;
	font-size: 1.7em;
	letter-spacing: 1px;
	margin-bottom:.75em;
}
h2 {
	color: #996600;
	margin: .5em 0em .5em 0em;
	font: normal 1.5em;
}
h3 {
	font-size: 1.3em;
	color: #999900;
}

