/* -------------------------------
 * DEEPEND SYDNEY
 * ------------------------------*/
/* -------RESETS-----------------------------------------------------------------*/
* 			{	margin: 0; padding: 0; }
a 			{	text-decoration: underline; }
a img		{ border: none;}
a:focus, a:active { outline: none; }
ul li 	{	list-style-type: none; }
.cleardiv {clear: both; height: 1em;}
/* -------END-RESETS-------------------------------------------------------------*/

/* -------GLOBALS----------------------------------------------------------------*/

h1 			{ font-size: 15px; }
h2 			{ font-size: 12px; }
h3, h4 	{ font-size: 11px; }
/* -------PAGE STRUCTURE / LAYOUT------------------------------------------------*/


body {
	background-color: #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#outerwrapper {
	left:0;
	margin-top: -290px;
	min-width: 711px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
  
#innerwrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 711px;
}

#leftCol {	
	float: left;
	width: 475px;
	margin: 0 11px 0 0;
}

#header {
	height: 109px;
}

#leftCol .content {
	background: #fff;
	padding: 0 80px 17px 64px;
}

.content p {
	margin: 0 0 17px 0;
	color: #4c4c4c;
}

#rightCol {
	top: 317px;
	right: 0;
	float: left;
	position: absolute;
	width: 225px;
	height: 235px;
}

#rightCol .content {
	background: #f7f7f7;
}

#rightCol .content p , #rightCol .content p  a {
	color: #000;
}

#rightCol .content p  a:visited {
	color: #999;
}


#rightContentHeader {
	height: 54px;
}

#rightCol .content {
	padding: 0 36px 1px 32px;
}
