html {
background: url('bg.gif');
}

body {
font-family: Trebuchet MS, Arial, Geneva, sans-serif; 
color:  #441111;
font-size: 13px;
background: url('bgx.jpg') repeat-x;
line-height: 160%;
letter-spacing: 1px; 
text-shadow: 1px 1px 1px #DCDCDC;
}


#content {
width: 650px;
padding-top: 0px;
margin: auto; 
}

A, A:visited {
    color: #880000; 
	font-weight: bold; 
	text-decoration: underline; 
}


A:hover, A:active { 
    color: #ff6633;
}


h1 {
	font-family: Georgia, New Times Roman, Times, serif;
    color: #cc5533; 
	font-style: italic;
	font-size: 23px;
	letter-spacing: 7px; 
	padding-top: 20px;
	padding-left: 30px;
}

h2 {
	font-family: Georgia, New Times Roman, Times, serif;
    color: #ee9966; 
	font-size: 18px;
	font-style: italic;
	letter-spacing: 9px;
	text-align: center; 
	text-transform: lowercase;
 
}

strong, b, em, i {
color: #cc5533;
}

.pix img { 
border: 6px solid #ffcc99; 
padding: 2px; 
margin: 5px; 
}

blockquote { 
color: #441111; 
border-left:10px solid #cc5533; 
padding:5px; 
background: #eeccaa; 
width: 400px; }



img {
border: 0; 
}
