img
{
margin:3px 5px;
}

body {
padding:0;
margin:0;
font-size:0.8em ;
font-family: 'Merriweather', arial, serif;
background:#6e5034 url(img/bg.jpg) no-repeat;
}
#wrap
{
	padding:140px 160px;
}

a:link {color:#734d3a;}      /* unvisited link */
a:visited {color:#734d3a;}  /* visited link */
a:hover {color:#734d3a;}  /* mouse over link */
a:active {color:#734d3a;}  /* selected link */

h1 {
	font-size:1.8em;
}

h2 {font-size:1.2em;}
p {
	line-height: 20px;
}

#icons ul {
	display:table;         /* ignored by IE */
	margin:0px;
	padding:0px;
	padding-top:3px;
	list-style-type:none;
	white-space:nowrap;    /* keep text on one line */
	
}
* html #icons ul {
	display:inline-block;  /* for IE only */
	width:1px;             /* IE will expand to fit menu width */
	padding:0 2px;         /* fix bug in IE for border spacing */
}

#icons li {
	display:table-cell;    /* ignored by IE */
	margin:0px;
	padding:0px;
	display:inline;
}
* html #icons li {
	display:inline;        /* for IE only */
}
#box
{
display:block;
width:550px;
padding:35px;
/*background:#b68e48;*/
/*-webkit-border-radius: 0.5em;*/
/*	-moz-border-radius: 0.5em;*/
/*    border-radius: 0.5em;*/
/*	-webkit-box-shadow: 3px 3px 5px #735F2A;*/
/*	-moz-box-shadow: 3px 3px 5px #735F2A;*/
/*	box-shadow: 3px 3px 5px #735F2A;	*/
/*	border:1px solid #d5af6e;}*/
}

