@charset "utf-8";
/* CSS Document */

html, body {
	background: url(../img/csmback.gif) repeat top left;
	font-family: Arial, Helvetica, sans-serif;
}

div#container {
	background: #ffffff;
	height: 800px;
	margin:0 auto;
	width: 799px;
}

div#header {
	background: url(../img/banner.png);
	height: 140px;
	width: 799px;
}

div#header img {
	margin: 90px 0px 0px 40px;

}

div#left_content {
	float:left;
	height: 600px;
	width: 215px;
}

div#client_login {
	margin: 45px 0px 0px 20px;
}

#client_login img {
	margin: 1em 1em 0em 0em;
}

div#navigation {
	background: #ffffff;
	margin: 15px 50px 0px 25px;
}

div#testamonial {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5em;
	width: 150px;
}

div#right_content {
	background: #ffffff;
	height: 600px;
}

div#rcontent_header {
	color:#FF0000;
	font-family:Times New Roman,Times,serif;
	font-size:1.8em;
	font-style:italic;
	font-weight:bold;
	margin:30px 0 0.5em;
}

div#pagebanner {
	background: url(../img/pageheaderbg.png) no-repeat;
	color: #ffffff;
	float:right;
	height: 43px;
	width: 584px;
}

#pagebanner p {
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 30px 5px 0px;
	text-align: right;
}

#tagline {
	color: #FF0000;
    font-size: 1em;
	font-style: italic;
	font-weight: bold;
	width: 20em;
}

div#right_image {
	background: url(../img/colorwheel.png);
	float: right;
	height: 380px;
	width: 288px;
}

div#contact_image {
	background: url(../img/contactimg.png) no-repeat;
	float: right;
	height: 183px;
	width: 289px;
}

div#right_text {
	float:left;
	padding: 1em 0 0 0;
	width: 280px;
}

div#right_text p {
	font-size:12px;
	line-height:1.5em;
}

div#right_text .standout {
	color: #ff0000;
	font-weight: bold;
}

div#headline {
	color:#0000FF;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 1em;
}

div#footer {
	background: #204298;
	font-weight: bold;
	padding: 5px;
}

#footer ul li {
	color: #ffffff;
	display: inline;
	font-family: Times New Roman, Times, serif;
	padding: 10px 30px 10px 30px;
	text-align: center;
}

#footer a:link {
	color: #ffffff;
}





