/* import stylesheets */
@import url('reset.css');
/*@import url('text.css');*/
@import url('960.css');

body { font-family: Arial, Helvetica, sans-serif; }

.light_blue { color: #00aeef; }
.h1_blue_text { color: #006ca3; font-size: 72px; }
.p_blue { color: #006ca3; }
.p-spacer { margin: 15px 0; }

p { font-size: 12px; line-height: 150%; }

#rotater { float: left; padding-top: 25px;  }
#rotater h1 { line-height: 85%; }

#content { margin-top: 150px; }

#rotating-words {
	position: relative;
	left: 70px;
	top: -84px;
	margin: 0;
	padding: 0; 
}

#clients { margin-top: 15px; }

#logo { margin-top: 30px; margin-left: -120px; }

#rotating-words p { font-size: 72px; margin: 0; padding: 0; font-weight: bold;  }

a:link {
	text-decoration: underline;
	color: 006ca3;
}
a:visited {
	color: 006ca3;
	text-decoration: underline;
}

