/*////////////////////////////////////////////// RESET ///////////////////////////////////////////////*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*//////////////////////////////////////////////////// UTILS /*/
.clr{
	position:relative;
	width:1px;
	height:1px;
	margin-left:-1px;
	margin-top:-1px;
	font-size:1px;
	clear:both;
}
.left, .right{
	position:relative;
	float:left;
}
.right{
	float:right;
}
.half{
	width:50%;
}
/*//////////////////////////////////////////////////// STRUCTURE /*/
body{
	font:normal 11px Helvetica, Arial, sans-serif;
	border-top: 13px solid #000;
	background:url(../images/bg-body.jpg) no-repeat #31343c;
	line-height:18px;
	color:#999;
}
.master{
	position:relative;
	padding:54px 0 0 87px;
	width:672px;
}
.header{
}
.content{
}
.wrapper{
	padding:0 0 34px 0;
	border-top:1px solid #45474b;
	width:100%;
	width:672px;
}
.property{
	width:33%;
}
.property img{
	padding:0 0 14px 7px;
}
.footer{
	width:672px;
	padding:9px 0 18px 0;
	border-top:1px solid #45474b;
}
/*//////////////////////////////////////////////////// TEXT /*/
h1{
	position:relative;
	left:-11px;
	padding:0 0 37px 0;
}
h2{
	position:relative;
	left:-4px;
	padding:0 0 34px 0;
}
h3{
	padding:32px 0 17px 0;
}
h3 span{
	font-size:12px;
	font-weight: bold;
	padding:4px 7px;
	color:#fff;
	background-color:#2d2f35;
}
h4{
	padding:0 0 0 5px;
	font-weight:bold;
	color:#fff;
}
h4 a{
	color:#6699cc;
}
.content li{
	padding:0 0 0 5px;
	color:#ccc;
}
.content p{
	color:#ccc;
	padding:0 0 19px 5px;
}
.footer a{
	color:#999;
}
hr{
	border:none;
	height:1px;
	background-color:#45474b;
	margin:0;
	padding:0;
}
