#site {
	max-width: 960px;
}

.content-main {
	margin-top: -2em;
	margin-right: 15px;
	float: left;
	position: relative;
	height: auto;
	max-width: 545px;
}

.content-main h1,
.content-main h2 {
	margin-top: 2.1em;
	margin-bottom: 1.7em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 15px;
}

.content-main ul {
	position: relative;
	margin-top: 30px;
	line-height: 24px;
}


#content .imagelist {
		top: 30px;
		padding-bottom: 60px;
	}
	
#content .imagelist li {
		margin-bottom: 25px!important;
		float: none;
		position: relative;
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;
		margin-top: 0px;
		line-height: 0px;
		font-size: 0px;
		padding: 0px;
	}		

.content-marginal {
	font-size: 12px;
	margin-top: -11px;
	position: relative;
	margin-left: 15px;
	width: 180px;
	float: left;
}

.content-marginal .text {
		margin-top: 20px;
	}


.content-marginal h1 {
	margin-bottom: 1em;
}


.content-marginal h2 {
	margin-top: 1.5em;
	letter-spacing: 1pt;
	text-transform: uppercase;
	line-height: 12px;
	font-size: 9px;
}
.content-marginal h3 {
	letter-spacing: 1pt;
	text-transform: uppercase;
	line-height: 14px;
	font-size: 9px;
}

.content-marginal h6 {
	color: #b6ab2f;
	margin-top: 1.5em;
	letter-spacing: 1pt;
	text-transform: uppercase;
	line-height: 14px;
	font-size: 9px;
}

.content-marginal a:hover {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.content-marginal a {
	border-bottom-width: 1px;
	border-bottom-color: #585857;
	border-bottom-style: solid;
}

		
a.back {
		background-repeat: no-repeat;		
		padding-left: 0px!important;
		padding-bottom: 0px;
		padding-right: 0px!important;
		padding-top: 0px;
		margin: 0px!important;
		display: inline;
		border-bottom-color: #8e8e8e;
		border-bottom-style: solid;
		position: relative;
		height: auto;
		width: auto;
		height: 80px;
		width: 160px;
		text-indent: -9000px;
		background-position: left center;
		background-image: url(../images/basic/think-back.png);
		display: block;
		border-bottom-style: none;
	}
	
	
	
/* Very Very Small Desktops and laptops ----------- */
@media only screen 
and (min-width : 320px) and (max-width : 865px) {

	.content-main,
	.content-marginal {
		width: 100%;
	}
	
	#content {
		display: table;
		float: left;
	}
	
	.content-marginal {
		display: table-header-group;
		float: none;
		width: 100%;
	}	

	.content-main {
		display: table-footer-group;
		float: left;
		width: 70%;
	}
	
	.content-marginal p{
		width: 70%;
	}
		
	.content-main img {
		max-width: 100%;
		height: auto;
	}
}
	
	