/* v1.0 | 20080212 */
html, body, div, span, 
h1, h2, h3, h4, h5, p, a, em, img,
small, strong, ol, ul, li, form,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------------------------------------------------------*/
/* LiquidDreams */
/*-------------------------------------------------------------*/

a{
	font-family: Tahoma, verdana;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

p {
	line-height: 20px;
	font-size: 12px;
	margin: 0 0 1em 0;
}

body {
	background:url(../img/backgr_wood4.jpg) repeat scroll 80% center; 
    background-color: #000000;
	font-family: arial, verdana, helvetica;
	color: #FFFFFF;
}

#container {
	width: 800px;
	/* background:gray; */
	margin: 2em auto;
}

#leaf{
	width:800px;
	float:right;
	background:url(../img/leaf.png) no-repeat top right; 
}

#header {
	overflow: hidden;
	/*height: 100%; /* needed for IE6 */
}

#header img {
	float: left;
}

#header ul#nav{
	float: right;
	font-size: 16px;
	position: relative;
	top:11px;
}

#nav li {
	display: inline;
	padding: 27px;
}

#nav li a{
	color: #dddddd;
}

#feature{
	margin-top: 54px;
	margin-left: 20px;
	margin-bottom: 54px;
	overflow: hidden;
}

#feature p{
	font-size: 34px;
	line-height: 42px;
	font-family: helvetica;
}

#feature span {
	margin-left: 70px;
}

#content{
	position:relative;
}

#content p{
	font-size: 12px;
	color: #FFFFFF;
	line-height:16px;
}

#col1, #col2{
	float: left;
	width: 250px;
	margin-bottom:54px;
	margin-right: 100px;
}

#col1 a, #col2 a {
	color: #C4023F;
	text-decoration:none;
}

#col1 a:hover, #col2 a:hover{
	text-decoration:underline;
}

#col1 h2, #col2 h2 {
	color: #FFFFFF;
	font-size:28px;
	margin-bottom:20px;
}

#col2{
	margin-right:0px;
}

#col2 p.date{
	color: #D9D9D9;
}

#col2 h5{
	color: #FFFFFF;
	font-size:12px;
}

#footer_container {
	clear: both;
	width: 100%;
	background-color:#0b0502;
	overflow: hidden;
}

#footer{
	width: 800px;
	text-align:right;
	margin: 2em auto;
	color: #564237;
	font-size:9px;
	padding-bottom:50px;
}