/* /////////////////////////////////
	Tourelle Lifebrokers Holding Page CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

html {
	height: 100%;
}

body {
	font: normal 14px georgia, 'times new roman', times;
	color: #000;
	line-height: 18px;
	height: 100%;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -500px;
}

#photo {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}


#logo {
	display: block;
	margin-bottom: 32px;
}

#content {
	min-height: 100%;
	position: relative;	
}

#left {
	width: 525px;
	padding: 50px 0px 50px 0px;
	margin-left: 5%;
}

p {
	margin: 0px 24px 0px 82px;
}

ul {
	list-style-type: none;
}

ul li {
	margin: 3px 0px
}

.box {
	background: #f6f4ef;
	margin: 24px 0px 24px 64px;
	padding: 18px;
}

.box ul {
	width: 47%;
	float: left;
}

.box h1 {
	margin: 0px 0px 6px 0px;
}

h1 {
	font: bold 11px georgia;
	color: #014713;
	text-transform: uppercase;
	margin: 24px 24px 8px 82px;
}

a,
a:visited {
	color: #014713;
	text-decoration: underline;
}

a:hover {
	color: #036e1f;
}



