/* CSS Document */

body {
	background-image: url(images/backgrnd_nav.gif);
	background-repeat:repeat-y;
	background-color:#FFFEED;
	margin:0px;
}
	
#logo {
		align: left;		
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
			}
			
#navbar {
		align: left;		
		position: absolute;
		top: 145px;
		left: 0px;
		width: 180px
		z-index: 2;
			}
			
#dots {
	position: absolute;
	top: 0px;
	left: 180px;
	padding: 0px 0px 0px 0px;
	z-index: 3;
}

#textblock {
	align: left;
	position: absolute;
	top: 30px;
	margin-left: 200px;
	padding: 0px 0px 0px 0px;
	width: 600px;
	z-index: 4;
}
	
.content {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:13px;
	line-height: 18px;
	}
	
.caption {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:11px;
	color:#336699;
	line-height: 15px;
	font-weight:bold;
	}

.talcaption {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:11px;
	color:#CC9900;
	line-height: 12px;
	font-weight:bold;
	}
	
.revue {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:15px;
	color:#336699;
	line-height: 18px;
	font-weight:bold;
	}
	
a {
	font-weight: normal;
	color: #CC6600
	text-decoration: underline;
		}
a:link {  
	color: #CC6600;
		}
a:visited {  
	color: #CC6600;
		}
a:hover {  
	color: #CC0000;
		}

.quotation {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#CC0000;
	font-size:13px;
	line-height:18px;
	font-style:italic;
	padding-top:12px;
}

.client {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#CC0000;
	font-size:12px;
	line-height:18px;
	font-style:italic;
	font-weight:bold;
	padding-top:12px;
}

.FirstWords {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#CC0000;
	font-size:17px;
	font-weight:bold;
	left:200px;
}
			

