/* CSS Document */

body {
padding-left:0;
padding-right:0;
padding-top:0;
padding-bottom:30px;
text-align: left;
background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;	
}
#container {
position: relative;
padding: 0;
width: 800;
margin: 0 auto;
text-align: left;

}
a {text-decoration: none} 
a:link {color: #000000}     /* unvisited link - dark brown */
a:visited {color: #847156}  /* visited link - green */
a:hover {color: #cc0000}   /* mouse over link - red */
a:active {color: #4488cc}   /* selected link - blue */ 
/* blue C0D9E1
tan E0D4B8
brown 847156
green 688E68 */

#graphics {
	position: absolute;
	top: 0px;
	left: 60px;
		z-index:5;
	
}

#content {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 700px;
	background-image: url(images/blackline.gif); 


	z-index:10;
}
#contenttext {
	padding-left:90px;
	width: 580px;
}
#member {
	padding-top: 20px;


}
#contacts {	
	padding-left:44px;
	font-size: .9em;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20;
}
#clients {
line-height: .7em;
}


#menu {
display: none;
	position: absolute;
	top: 215px;
	width: 170px;	
	line-height: 2em;
	font-weight: bolder;
	text-align: right;
	z-index:12;
	}

#sidebar {
	position: absolute;
	top: 385px;
	width: 170px;	
	text-align: right;
	z-index:12;
	}


.Name {
	font-size: 1.6em;
	font-weight: bolder;
}
.Bold {
	font-weight: bolder;
}
.Red {
	color: #bb0000;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bolder;

}
.Red2 {
	color: #bb0000;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bolder;
}
.Red3 {
	color: #bb0000;
	font-weight: bolder;
	font-size: 1.4em;
}
.Highlight {
	font-weight: bolder;
	font-size: 90%;
	font-style: normal;
	background-color: #E0D4B8;
}
.Boldtall {
	font-weight: bolder;
	line-height: 1.6em;
}
.Italic {
	font-style: italic;
	font-size: 1.1em;
	font-weight: bolder;
}
.Brown {

	color:#847156;
}	
	
ul {
	list-style-type: disc;
	list-style-position: outside;
}
