@charset "UTF-8";
body  {
	background: #46433b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #a0926d;
	font-family: Trebechet, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body a{
	color: #a6955d;
	text-decoration:none;
	}
body a hover{
	color: #beb38e; 
	text-decoration:none;
	}
body img{ 
	margin:0px;
	padding:0px;
	}
body p { color:#bbb5ae; padding:10px 10px; text-align:left; }

#inline_example1 p { padding:5px 21px; text-align:left; font-size:15px; line-height:2;}

.works img {padding-left:8px; padding-right:8px; padding-bottom:16px;}

.particulars-content { white-space:normal; }
.particulars-content p {font-size:14px; padding-top: 10px; padding-left: 100px; padding-right:250px; line-height:1.5; }

.header {
	color: #76848f;
	font-family: Trebechet, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	background-repeat:no-repeat;
	text-align:left;
	padding-top:8px;
	font-weight:600;
	} 

.header a { 
	color:#6e6a44;	
	margin-left:3px;
	padding:5px;
	text-decoration:none;
}
.header a:hover{
	color:#beb38e;
	text-decoration:none;
}

.subscribe a { position:relative; top:-21px; right:21px; font-weight:600;}

.contact {
	color:#a0926d;
	line-height:1.5;
	font-size:13px;
	}

.footer { 
	padding: 10px 10px 10px 4px;
	font-size:10px;
}

.footer a {
	text-decoration:none;
}
