/* Start of CMSMS style sheet 'main' */
a:link {
	color:#71A6E5;
	text-decoration:none;
}

a:visited {
	color:#71A6E5;
	text-decoration:none;
}

a:hover {
	color:F19317;
	text-decoration:none;
}	

body {
	background-color:#FFFFFF;
	margin:0px;
	background-image: url(images/bg_page.gif);
	
}	
	
#container {
	position:absolute;
	top:0px;
	left:0px;
	width:765px;
	min-height:100%; 
	background-color:#FFFFFF;
	margin:0px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	
}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:750px;
	height:100px;
	margin:4px 4px 0px 4px;
}	

#menu {
	position:relative;
	left:0px;
	top:0px;
	width:750px;
	height:25px;
	margin:3px 4px 30px 4px;
}

#menu-home {
	position:absolute;
	left:0px;
	top:0px;
	width:65px;
	height:25px;
}

#menu-services {
	position:absolute;
	left:65px;
	top:0px;
	width:82px;
	height:25px;
}

#menu-client {
	position:absolute;
	left:147px;
	top:0px;
	width:156px;
	height:25px;
}

#menu-recommendations {
	position:absolute;
	left:303px;
	top:0px;
	width:164px;
	height:25px;
}

#menu-contact {
	position:absolute;
	left:467px;
	top:0px;
	width:84px;
	height:25px;
}

#menu-blue {
	position:absolute;
	left:551px;
	top:0px;
	width:199px;
	height:25px;
}

#contents {
	position:relative;
	left:0px;
	top:0px;
	width:640px;
	margin-left:100px;
}		

#col_left {
	float:left;
	width:40px;
}

#col_right {
	float:right;
	width:600px;
       min-height:350px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:15px;
}

#footer {
	clear:both;
	width:600px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	text-align:right;
	color:#062354;
	padding-top:25px;
	margin-left:40px;
}			
	


/* End of 'main' */

