
* {
	margin:0;
	padding:0;
}
body {
	font-family: Helvetica,Arial,Sans-Serif;
	font-size:100%;
	background: url(bkg_leather.png);
	margin: 0;
	padding: 0;
	color: #e0e0df;
	text-shadow:0 0px, 1px 1px #000000;
}
h1 {
	font-size:2em; 
	color:#ffffff;
	text-decoration:none;
	line-height:30px;
	font-weight:inherit;
}
h2 {
	font-size:1.1em;
	color:#e2bf00;
	font-weight:inherit;
	text-transform:uppercase;
	padding:0 0 20px 0;
}
h3 {
	font-size:1.5em;
	color:#a09f9f;
	font-weight:inherit;
	line-height:15px;
}

h4 {
	padding-top:5px;
}


a img { 
	border: none;
}
a {
	color: #0191d6;
	text-decoration: none; 
}
a:hover { 
	color: #00adff;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
p {
	line-height:140%;
	padding:10px 0 20px 0;
}
ul li {
	list-style:none;
}
hr {
	background: none repeat scroll 0 0 #3f3f3f;
	box-shadow:0 1px #000000;
    border: 0 none;
    height: 4px;
    margin: 30px 0;
}
.wrapper {
	width:93.75%; /* 960px/1024px  */
	max-width: 800px;
	margin:0 auto;
}
header {
	padding:30px 0 0 0;
}
.top {
	margin-top:10px;
	text-align: center;
	
}
.content {
	position:relative;
}
.icons, .details {
	position:absolute;
	top:0;
	right:0;
}
.details {
/* 	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.3); */
	padding:3px 10px;
	text-align:right;
}
h4, .details {
	color:#a09f9f;
	font-style:italic;
	font-size:1em;
}
.icons li {
	display:inline;
}
.leftColumn {
	width:30%;
	float:left;
	text-align:right;
}
.rightColumn {
	width:68%;
	float:right;
}

.oneColumn{
	width: 98%;
}
.listContent li {
	background:url(images/p.png) no-repeat left 5px;
	padding-left:20px;
}
.listLinks li {
	background:url(images/p2.png) no-repeat left 5px;
	padding-left:20px;
}
footer {
	text-align: center;
	padding:0 10px 30px 10px;
}
.sectionBreak { 
	clear:both;
	height:0;
	line-height: 0px;
}
/*********************************Begin Media Queries****************************************/
/* for 960px or less */
@media screen and (max-width: 960px) {
	.wrapper {
		width:93.75%; /* 960px/1024px  */
		margin:0 auto;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	.icons {
		position: relative;
		padding:10px 0 0 0;
	}
	.details {
		position: relative;
		padding:3px 10px;
	}	
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	.leftColumn {
		float:none;
		width:auto;
		text-align:center;
	}
	.rightColumn {
		float:none;
		width:auto;
	}

}
/*********************************End Media Queries****************************************/
