html {
background: url('bg.jpg');
}

body {
font-family: Trebuchet MS, Arial, Geneva, sans-serif;
color:  #553344;
font-size: 12px;
background: url('bgx.jpg') repeat-x;
line-height: 175%;
letter-spacing: 1px;
}


#content {
width: 800px;
padding-top: 0px;
margin: auto; 
background: url('bg.jpg');
}

A, A:visited {
    color: #aa5555; 
	font-weight: bold; 
	border: 0px; 
	border-bottom: 1px dotted #dd6666; 
    text-decoration: none;
}


A:hover, A:active { 
    color: #dd6666;
	font-weight: bold; 
	border-bottom: 0px; 
}

h1 {
	font-family: Georgia, New Times Roman, Times, serif;
    color: #aa5555; 
	font-size: 2.0em;
	font-style: italic;
	letter-spacing: 5px;
 
}


strong, b, em, i {
color: #883366;
}

.list img { 
border: 7px solid #ccaaaa; 
}

.feature img { 
border: 7px solid #ccaaaa; 
}

.feature a, .feature a:visited {
border-bottom: 0px; 
}




.text { 
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 13px;
}
