<style>

ol, ul {
	list-style:none;
}

img, fieldset {
border: 0;
}
body, html {
	background-color: #fd862c;
	background-image: url(../images/wingnutBackground2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding-top: 60px;

}


/* #### COLUMN 1 #### */
#column1 {
	float: left;
	margin-left: 3px;
	width: 267px;
	text-align: left;
	padding: 0px;
}
#column1 div.logo {
	width: 250px;
	text-align: center;
	padding-bottom: 70px;
	margin: 0px;
}
#column2 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 487px;
	padding-bottom: 20px;
}

#txtFrame {
	padding: 29px 30px 29px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9c9c9c;
	line-height: 200%;
	width: 427px;
	height: 429px;
}

#scrolless {
	padding: 0px 0px 0px 13px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 200%;
	width: 427px;
	height: 429px;
	
}
#column2 div.column2background {
	width: 487px;
	height: 487px;
	background: url(../images/contentBackground.jpg) no-repeat;
	
}

#column2 div.column2alt {
	width: 487px;
	height: 487px;
	padding-bottom: 20px;
	
}

#column2 div.column2alt #txtFrame {
	padding: 29px 30px 29px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 200%;
	width: 427px;
	height: 429px;
}

#inspire {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index:1;
}


/* #### BEGIN: FONTS & TYPOGRAPHY ####*/

.clientExample {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ab1523;
}

hr.client {
	width: 258px;
	height: 3px;
	color: #a2a4a7;
	background-color: #a2a4a7;
}

.clientName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4d4d4d;
}

.clientBio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#txtFrame { /* avoids flickering at the beginning */
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
} 

a:link,
a:active,
a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #c6b8b2;
	text-decoration: none;
}

#txtFrame a:link,
#txtFrame a:active,
#txtFrame a:visited {
	color: #000;
	text-decoration: none;
}

#txtFrame a:hover {
	color: #c6b8b2;
	text-decoration: none;
}

a.on:link,
a.on:active,
a.on:visited {
	color: #000;
	text-decoration: none;
}

a.on:hover {
	color: #000;
	text-decoration: none;
}


div.on a:link,
div.on a:active,
div.on a:visited {
	color: #000;
	text-decoration: none;
}

div.on a:hover {
	color: #000;
	text-decoration: none;
}

div.highlight a:link,
div.highlight a:active,
div.highlight a:visited {
	color: #000;
	text-decoration: none;
}

div.highlight a:hover {
	color: #000;
	text-decoration: none;
}



/* #### END: FONTS & TYPOGRAPHY ####*/


</style>

