* {
  margin:0;
  padding:0;
}

ul li { list-style-position:inside; list-style-type:none; }

body {
  background:#000 url(../img/skin/bg_home_tile.jpg) repeat-x top center;
  font-size:68%;
  font-family:Helvetica, Arial, sans-serif;
  line-height:1.34em;
  color:#A38964;
}

h1, h2, h3, h4 {
  color:#D8CDAF;
  font-weight:normal;
  font-family:Georgia,Arial,Helvetica,Verdana,sans-serif;
  line-height:1.1em
}

h1 { font-size:34px; margin-bottom:20px; letter-spacing:-1px; }
h2 { font-size:24px; margin-bottom:16px; margin-top:34px; color:#BBAD7E; }
h3 { margin-bottom:10px; color:#BBAD7E; margin-top:34px; font-weight:bold; font-size:11px; font-family:Verdana,Arial,sans-serif; line-height:1.4em; }
h4 { font-size:14px; margin-bottom:5px; color:#BBAD7E; }

a { text-decoration:none; color:#EF4536; }
a:hover { text-decoration:none; color:#fff; }
a img { border:0 none; }

p { margin-bottom:1.5em; }


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
