/* CSS Document */

body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 0px;	
	background-color:#FAF4E4;
	font-family: Arial, Helvetica, sans-serif;
	color:#009933;
	width:98%;
	}
	

a:link {
	font-size: .9em;
	color: #009933;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	font-size: .9em;
	text-decoration: underline;
	font-weight:bold;
	color: #00591D;
	}
	
a:visited {
	font-size: .9em;
	color: #009933;
	text-decoration: none;
	font-weight:bold;
	}
	
a:visited:hover {
	font-size: .9em;
	color: #009933;
	text-decoration: underline;
	font-weight:bold;
	}


a.simple:link {color: #009933; text-decoration: none; }
a.simple:active {color: #00591D; text-decoration: none; }
a.simple:visited {color: #009933; text-decoration: none; }
a.simple:hover {color: #00591D; text-decoration: underline; }


/************** LAYOUT DIVs ************************/

.watermark{
	background-image:url(back_main_cream.gif); 
	background-repeat:no-repeat;
	background-position:top;
}


#menu{
	position:relative;
	top:0px;
	}

#portfolio{
	position:relative;
	margin-top:0px;
	}


#title{
	width:300px;
	text-align:center;
	margin-top:10px;
	padding-left:30px;
	font-size:1.0em;
	font-weight:bold;
	padding-left:120px;
	}

#title_client{
	width:600px;
	text-align:center;
	margin-top:10px;
	padding-left:30px;
	font-size:1.0em;
	font-weight:bold;
	padding-left:120px;
	}

#text{
	width:450px;
	text-align:left;
	margin-top:10px;
	padding-left:120px;
	}
	
#text_client{
	width:600px;
	text-align:left;
	margin-top:10px;
	padding-left:120px;
	}
	
	
.nav_table{
	width:800px;
	}


#footer{
	position:absolute;
	bottom:0px;
	left:0px;
	width:310px;
	height:130px;
	padding-left:5px;
}

#print{
	position:absolute;
	left:5px;
	top:15px;
	}