/* CSS Document */



body	{	
		color: #000000;
		background-color: #000000;
		line-height: 130%;
		margin: 0px;
		padding: 0px;
		}

p		{	
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		line-height: 150%;
		color: #000000;
		}
		
		
h1	{	
		font-family: Times New Roman, Times, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 130%;
		color: #745050;
		}
		
h2	{	
		font-family: Times New Roman, Times, serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 130%;
		color: #745050;
		}

h3	{	
		font-family: Times New Roman, Times, serif;
		font-size: 14px;
		line-height: 130%;
		font-weight: bold;
		color: #745050;
		}		
h4	{	
		font-family: Times New Roman, Times, serif;
		font-size: 12px;
		line-height: 130%;
		font-weight: bold;
		color: #745050;
		}

h5	{	
		font-family: Times New Roman, Times, serif;
		font-size: 9px;
		line-height: 130%;
		font-weight: bold;
		color: #745050;
		}

h6	{	
		font-family: Times New Roman, Times, serif;
		font-size: 7px;
		line-height: 130%;
		font-weight: bold;
		color: #745050;
		}
		
ul		
		{	
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		line-height: 130%;
		color: #000000;
		list-style-type: circle;
		}	
		
a		{	
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		}
		
td		{
		font-family: verdana, arial, helvetica, sans-serif;
		color: #000000;
		font-size: 11px;
		}
		
table	{
		border-color: #E7E79C;
		}
		
		
.bkgrndblack
	{
	background-color: #010101;
	border-right: 1px white solid;
	padding: 0px;
	margin: 0px;
	}
	
.bkgrndwhite
	{
	background-color: #FFFFFF;
	padding: 15px;
	margin: 0px;
	}

.bkgrndwhitenopad
	{
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	}	

.bkgrndtestnopad
	{
	background-color: #EF2f11;
	padding: 0px;
	margin: 0px;
	}

.bkgrndrose
	{
	background-color: #C9B6B6;
	background-image: url(images/lacache_rosebkgrnd.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #573535;	
	margin: 0px;
	}	
	
.bkgrndmauve
	{
	background-color: #B79E9E;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #573535;
	padding: 0px;
	margin: 0px;	
	}
	
.bkgrndmauvepad
	{
	background-color: #B79E9E;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #573535;
	padding: 15px;
	margin: 0px;	
	}		
	
.textpink
	{
	color: #E5CDCD;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;	
	margin: 0px;
	}
	
.textmauve
	{
	color: #573535;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;	
	margin: 0px;
	}
	
.textmauvepop
	{
	background-color: #B79E9E;
	color: #573535;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;	
	margin: 0px;
	}	
	
.textmauvepad
	{
	color: #573535;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;	
	margin: 15px;
	}		
	
.headpink
	{	
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	color: #E5CDCD;
	margin: 0px;
	}	
	
.nav
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
	color: #745050;	
	margin: 0px;
	}	
	
#header
	{
	height: 82px;
	margin: 0px;
	}
	
#content
	{
	height: 230px;
	margin: 0px;
	}
	
#navbar
	{
	height: 28px;
	background-color: #CAB9B9;
	margin: 0px;
	}
	
#lower
	{
	height: 213px;
	background-color: #B79E9E;
	margin:0px;
	padding:0px;
	}			

#footer
	{
	height: 28px;
	background-color: #958E8E;
	margin: 0px;	
	}
	
#links
	{
	height: 28px;
	background-color: #000000;	
	margin: 0px;
	}	


		

			
		
a:link {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}

a.nav:link {color: #745050; text-decoration: none;}
a.nav:visited {color: #745050; text-decoration: none;}
a.nav:hover {color: #5D3D3D; text-decoration: none;}

a.textmauve:link {color: #573535; text-decoration: underline;}
a.textmauve:visited {color: #573535; text-decoration: underline;}
a.textmauve:hover {color: #3b1d1d; text-decoration: underline;}