/***************************************************************************
/*                                                                           *\ 
/* INTRINSIC WEB FRAMEWORK                                                   *\ 
/* __________________________________________________________________________*\ 
/*                                                                           *\ 
/* Copyright (c) 2015 Patrick Thomas Unwin <patrick@forwardme.co.uk>         *\ 
/*                                                                           *\ 
/* All rights reserved. No warranty, explicit or implicit, provided.         *\ 
/*                                                                           *\ 
/* NOTICE:  All information contained herein is, and remains the property    *\ 
/* of Patrick Thomas Unwin. The intellectual and technical concepts contained*\ 
/* herein are proprietary to Patrick Thomas Unwin and are protected by       *\ 
/* trade secret or copyright law. Dissemination of this information or       *\ 
/* reproduction of this material is strictly forbidden unless prior written  *\ 
/* permission is obtained from Patrick Thomas Unwin.                         *\ 
/*                                                                           *\ 
/*****************************************************************************/

.fw-boxed {
	width: 1200px;
	margin: 0 auto;
}

@media only screen and (max-width:1280px) {
	.fw-boxed {
		width: 960px;
		margin: 0 auto;
	}
}

@media only screen and (max-width:1024px) {
	.fw-boxed {
		width: 95%;
	}
}