html, body {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #abd7c8;
	font-family: 'Frutiger 45 Light',arial,helvetica,sans-serif; 
	font-size: 85%;
	text-align: center;
	color: #000;
}

img {
	border: 0;
}

#wrapper 
{
	width: 785px;
	text-align: left;
	margin: 0 auto;
	margin-top:  20px;
	background-color: #fff;
	min-height: 450px;
	background: #fff url(/images/content-bg.gif) repeat-y;
}

/*\*/
* html #wrapper, * html #content
{
	height: 450px;
}
/**/

#left
{
	background-color: #022E3A;
	width: 125px;
	float: left;
	position: absolute;

}

#content-wrapper 
{
	width: 660px;
	float: right;
}

#content-wrapper a:link {
	color: #3ca594;
	text-decoration: none;
}

#content-wrapper a:visited {
	color: #00f;
}

#content-wrapper a:hover {
	color: #000000;
	text-decoration: underline;
}

#content-wrapper a:active {
	color: #3ca594;
	text-decoration: overline;
}

#header {
	height: 60px;
	background-color: #e3e3e3;
}

#content 
{
	float:right;
	width: 315px;
	min-height: 450px;
	background-color: #fff;
	margin-right: 20px;
	padding-bottom: 20px;
	display: inline;
}

#logo img {
	float: right;
	margin: 5px;
}

h1 {
	clear: both; 
	font-size: 150%;
	color: #3ca594;
}

#content p {
	color: #333333; 
	text-align: left; 
	letter-spacing: 1.1;
	margin-bottom:5px;
	margin-top:7px;
	font-size: 105%;
}

#photos 
{
	float: left;
	width: 300px;
	background-color: #fff;
	position: absolute;
}

#footer 
{
	clear: both;
}

/* home page */
#home {
	height: 190px;
}

#home #index_text {
	margin-top: 50px;
	margin-left: 25px;
}

#home #logo {
	margin-right: 25px;
	margin-top: 15px;
	float: right;
}

/* Blue square tag styling */

#b2 {
	text-align: left;
	margin: 5px auto;
	width: 780px;
}

#b2 a {
	color: #006;
	text-decoration: none;
}

#b2 a:hover {
	text-decoration: underline;
}

#compounds {
	margin: 5px 20px 10px 20px;
}

#compounds #key {
	float: left;
	margin-top: 10px;
}

#apps {
	position: relative;
	top: 0px;
	left:  25px;
	width:200px;
	height: 200px;
	font-weight: 600;
	font-size: 0.9em;
	letter-spacing: 1.1;
	background-color: transparent;
}

#apps ul {
	list-style-position: outside;
	margin:0;
	padding: 0 0 0 15px;
}

@font-face {
   font-family: 'Frutiger 45 Light';
   src: url('http://www.blue2ebusiness.co.uk/dev/cft/FRUTIGE0.eot');
}