body { 
  background-image: url(images/bg.jpg);
  text-align:justify; 
  scrollbar-align:left; 
  font-family:arial; 
  font-size:11px;
  cursor: default;
  color: #865972; 
  background-color:#FFC1C1;
  margin: 0px; 
}

h2, h3, h4, h5
{
font-size:13px;
}

A:link {
	color:#740D00; 
	font-weight: bold; 
	text-decoration: none;
	letter-transform:none;
}

A:visited {
	color:#740D00; 
	font-weight: bold; 
	text-decoration: none;
	letter-transform:none;
} 

A:active { 
	color:#740D00; 
	font-weight: bold; 
	text-decoration: none;
	letter-transform:none;
}

A:hover {
	color:#E99F9F; 
	font-weight:bold; 
	text-decoration:none; 
	cursor:none; 
	letter-transform:none;  
	background:#740D00;  
}

h1 { 
     padding: 1px 1px 0px 35px; 
     color: #4B0B09; 
     font-size: 16px;      
     height: 26px; 
     font-family: georgia;  
     text-align: left; 
     text-transform: lowercase; 
     text-decoration: none; 
     cursor: default; 
     font-weight: bold;   
     font-style:italic;
     border-style: solid; 
     border-left-width: 0px; 
     border-right-width: 0px; 
     border-top-width: 0px; 
     border-bottom-width: 0px;
     background-color:#E99F9F;
     background-image: url(images/header.jpg);
     }

h1:first-letter 
     { 
     margin: 0; 
     color: #f5eff6; 
     font-size: 22px;      
     font-family: trebuchet ms;  
     text-align: left; 
     text-transform: uppercase; 
     text-decoration: none; 
     cursor: default; 
     font-weight: bold; 
     letter-spacing: 0px;   
     border: #E166E0; 
     font-style:italic;
     }

input, textarea { 	
	border-bottom: #4B0B09 1px dotted; 
	border-top:none;
	border-left:none;
	border-right:none;
	color: #4B0B09; 
	text-decoration: none;
	background: transparent;
	text-align:center;
	font-family:arial;
	font-size : 10px;
	letter-spacing:3px;
} 


b {
	color:#8a85b3; 
	height:0; 
	text-transform: lowercase; 
	font-family:georgia; 
	font-style: italic; 
	letter-transform:none; 
	letter-spacing:0;
}

i 
{
	color:#b747bc;
	font-style: italic;
}

ul 
{ 
	list-style-type: georgian; 
}

#image
{
	margin:0px;
	width : 688px;
	height: 554px; 
}

#sidebar 
{ 
position: absolute; 
margin-left: 360px;
margin-top: -540px;
width : 135px;
height: 100px; 
font-family : century gothic;
text-align : left;
text-decoration : none;
cursor : default;
color : #c9abc9;
} 

#content 
{
	text-align:left; 
	position: absolute; 
	margin-top: -220px; 
	margin-left: 10px;
	width: 335px;
}

#sidebar h1 
{
	font-family: georgia; 
	font-size: 18px; 
	color: #910F33;  
	background: transparent;
	margin:0;
	padding:0;
}

#sidebar h1:first-letter 
{
	font-family: georgia; 
	font-size: 24px; 
	color: #910F33;  
	background: transparent;
	font-weight: bold; 
	margin:0;
	padding:0;
	text-decoration: none; 
}


#sidebar li { 
	list-style : none;
	margin-left : 0;
} 

#sidebar ul { 
	padding : 0;
	margin : 0;
	list-style : none;
} 

#sidebar a 
{ 
	display: block; 
	color : #8F0D27;
	padding : 0;
	letter-spacing : 0;
	text-decoration : none;
	cursor : crosshair;
	font-family:arial;
	font-size : 10px;
} 

#sidebar a:hover 
{ 
	display: block; 
	color : #865972;
	letter-spacing : 0;
	text-decoration : none;
	cursor : crosshair;
	background-color : #8F0D27;
	cursor:hand;
} 